EditorDescriptorsFactory Methods
Provides helper methods used to register View Items, Property Editors, List Editors and their alias names.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