Click or drag to resize
EntityPropertyDescriptor Properties

The EntityPropertyDescriptor type exposes the following members.

Properties
  NameDescription
Protected propertyAttributeArray
Gets or sets an array of attributes.
(Inherited from MemberDescriptor.)
Public propertyAttributes
Gets the collection of attributes for this member.
(Overrides MemberDescriptorAttributes.)
Public propertyCategory
Gets the name of the category to which the member belongs, as specified in the CategoryAttribute.
(Overrides MemberDescriptorCategory.)
Public propertyComponentType
See PropertyDescriptor class.
(Overrides PropertyDescriptorComponentType.)
Public propertyConverter
Gets the type converter for this property.
(Overrides PropertyDescriptorConverter.)
Public propertyDescription
Gets the description of the member, as specified in the DescriptionAttribute.
(Overrides MemberDescriptorDescription.)
Public propertyDesignTimeOnly
Gets whether this member should be set only at design time, as specified in the DesignOnlyAttribute.
(Overrides MemberDescriptorDesignTimeOnly.)
Public propertyDisplayName
See PropertyDescriptor class.
(Overrides MemberDescriptorDisplayName.)
Public propertyField
Gets or sets the field.
Public propertyIsBrowsable
See PropertyDescriptor class.
(Overrides MemberDescriptorIsBrowsable.)
Public propertyIsLocalizable
Gets a value indicating whether this property should be localized, as specified in the LocalizableAttribute.
(Overrides PropertyDescriptorIsLocalizable.)
Public propertyIsReadOnly
See PropertyDescriptor class.
(Overrides PropertyDescriptorIsReadOnly.)
Public propertyName
See PropertyDescriptor class.
(Overrides MemberDescriptorName.)
Protected propertyNameHashCode
Gets the hash code for the name of the member, as specified in GetHashCode.
(Inherited from MemberDescriptor.)
Public propertyPropertyType
See PropertyDescriptor class.
(Overrides PropertyDescriptorPropertyType.)
Public propertySerializationVisibility
Gets a value indicating whether this property should be serialized, as specified in the DesignerSerializationVisibilityAttribute.
(Inherited from PropertyDescriptor.)
Public propertySupportsChangeEvents
Gets a value indicating whether value change notifications for this property may originate from outside the property descriptor.
(Overrides PropertyDescriptorSupportsChangeEvents.)
Top
See Also