Equals(Object, Object)
static
|
Determines whether the specified object instances are considered equal.
|
Equals(Object)
|
Determines whether the specified object is equal to the current object.
|
GetHashCode()
|
Serves as the default hash function.
|
GetType()
|
Gets the Type of the current instance.
|
MemberwiseClone()
protected
|
Creates a shallow copy of the current Object.
|
ReferenceEquals(Object, Object)
static
|
Determines whether the specified Object instances are the same instance.
|
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.
|