ValueInheritanceTypeDescriptionProvider Class

Definition

Namespace: Firefly.Box.UI.Advanced
Assembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
C#
public class ValueInheritanceTypeDescriptionProvider : TypeDescriptionProvider
Inheritance
Object    TypeDescriptionProvider    ValueInheritanceTypeDescriptionProvider

Constructors

ValueInheritanceTypeDescriptionProviderInitializes a new instance of the ValueInheritanceTypeDescriptionProvider class.

Methods

CreateInstance
(Overrides TypeDescriptionProviderCreateInstance(IServiceProvider, Type, Type, Object))
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetCache
(Overrides TypeDescriptionProviderGetCache(Object))
GetExtendedTypeDescriptor
(Overrides TypeDescriptionProviderGetExtendedTypeDescriptor(Object))
GetExtenderProvidersGets the extender providers for the specified object.
(Inherited from TypeDescriptionProvider)
GetFullComponentName
(Overrides TypeDescriptionProviderGetFullComponentName(Object))
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetReflectionType(Object)Performs normal reflection against the given object.
(Inherited from TypeDescriptionProvider)
GetReflectionType(Type)Performs normal reflection against a type.
(Inherited from TypeDescriptionProvider)
GetReflectionType(Type, Object)
(Overrides TypeDescriptionProviderGetReflectionType(Type, Object))
GetRuntimeTypeConverts a reflection type into a runtime type.
(Inherited from TypeDescriptionProvider)
GetTypeGets the Type of the current instance.
(Inherited from Object)
GetTypeDescriptor(Object)Gets a custom type descriptor for the given object.
(Inherited from TypeDescriptionProvider)
GetTypeDescriptor(Type)Gets a custom type descriptor for the given type.
(Inherited from TypeDescriptionProvider)
GetTypeDescriptor(Type, Object)
(Overrides TypeDescriptionProviderGetTypeDescriptor(Type, Object))
IsSupportedTypeGets a value that indicates whether the specified type is compatible with the type description and its chain of type description providers.
(Inherited from TypeDescriptionProvider)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also