GenericPropertyDescriptor overview
Attributes (inherited from MemberDescriptor) | Gets the collection of attributes for this member. |
Category (inherited from MemberDescriptor) | Gets the name of the category to which the member belongs, as specified in the CategoryAttribute. |
ComponentType | |
Converter (inherited from PropertyDescriptor) | Gets the type converter for this property. |
Description (inherited from MemberDescriptor) | Gets the description of the member, as specified in the DescriptionAttribute. |
DesignTimeOnly (inherited from MemberDescriptor) | Gets whether this member should be set only at design time, as specified in the DesignOnlyAttribute. |
DisplayName (inherited from MemberDescriptor) | Gets the name that can be displayed in a window, such as a Properties window. |
IsBrowsable (inherited from MemberDescriptor) | Gets a value indicating whether the member is browsable, as specified in the BrowsableAttribute. |
IsLocalizable (inherited from PropertyDescriptor) | Gets a value indicating whether this property should be localized, as specified in the LocalizableAttribute. |
IsReadOnly | |
Name (inherited from MemberDescriptor) | Gets the name of the member. |
PropertyType | |
SerializationVisibility (inherited from PropertyDescriptor) | Gets a value indicating whether this property should be serialized, as specified in the DesignerSerializationVisibilityAttribute. |
AddValueChanged (inherited from PropertyDescriptor) | Enables other objects to be notified when this property changes. |
CanResetValue | |
Equals (inherited from PropertyDescriptor) | Compares this to another object to see if they are equivalent. |
GetChildProperties (inherited from PropertyDescriptor) | Overloaded. Returns a PropertyDescriptorCollection for a given object using a specified array of attributes as a filter. |
GetEditor (inherited from PropertyDescriptor) | Gets an editor of the specified type. |
GetHashCode (inherited from PropertyDescriptor) | |
GetType (inherited from Object) | Gets the Type of the current instance. |
GetValue | |
RemoveValueChanged (inherited from PropertyDescriptor) | Enables other objects to be notified when this property changes. |
ResetValue | |
SetValue | |
ShouldSerializeValue | |
ToString (inherited from Object) | Returns a String that represents the current Object. |
AttributeArray (inherited from MemberDescriptor) | Gets or sets an array of attributes. |
NameHashCode (inherited from MemberDescriptor) | Gets the hash code for the name of the member, as specified in GetHashCode. |
CreateAttributeCollection (inherited from MemberDescriptor) | Creates a collection of attributes using the array of attributes passed to the constructor. |
CreateInstance (inherited from PropertyDescriptor) | Creates an instance of the specified type. |
FillAttributes (inherited from MemberDescriptor) | When overridden in a derived class, adds the attributes of the inheriting class to the specified list of attributes in the parent class. |
Finalize (inherited from Object) | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. |
GetTypeFromName (inherited from PropertyDescriptor) | Returns a type using its name. |
MemberwiseClone (inherited from Object) | Creates a shallow copy of the current Object. |
OnValueChanged (inherited from PropertyDescriptor) | Raises the ValueChanged event that you implemented. |
GenericPropertyDescriptor Class | OrmLib Namespace