Skip to main content
.NET 6.0+

EditorDescriptorsFactory Members

Provides helper methods used to register View Items, Property Editors, List Editors and their alias names.

Constructors

Name Description
EditorDescriptorsFactory(List<EditorDescriptor>) For internal use.

Properties

Name Description
List Gets the list of registered editor descriptors.

Methods

Name Description
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
RegisterListEditor(String, Type, Type, Boolean) Registers a List Editor with a specific alias name.
RegisterListEditor(Type, Type, Boolean) Registers a List Editor.
RegisterListEditorAlias(String, Type, IsClassCompatibleHandler) Registers a List Editor‘s alias name and specifies the handler which provides a logic to choose if the alias is appropriate for the given type.
RegisterListEditorAlias(String, Type, Boolean) Registers a List Editor‘s alias name.
RegisterPropertyEditor(String, Type, Type, Boolean) Registers a Property Editor with a specific alias name.
RegisterPropertyEditor(Type, Type, Boolean) Registers a Property Editor.
RegisterPropertyEditorAlias(String, Type, IsMemberCompatibleHandler) Registers a Property Editor‘s alias name and specifies the handler which provides a logic to choose if the alias is appropriate for the given property.
RegisterPropertyEditorAlias(String, Type, Boolean, IsMemberCompatibleHandler) For internal use.
RegisterPropertyEditorAlias(String, Type, Boolean) Registers a Property Editor‘s alias name.
RegisterViewItem(Type, Type, Boolean) Registers a View Item.
RegisterViewItem(Type) Registers a View Item.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also