[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Provides a simple property descriptor that is obtained through a
method. The method should be a read method that has no parameters
and returns an object.
The following tables list the members exposed by the SimpleAccessorPropertyDescriptor type.
Public Methods
Name | Description | |
---|---|---|
![]() | AddValueChanged | (Inherited from PropertyDescriptor.) |
![]() | CanResetValue |
Can not override values with the simple accessor model
(Overrides .CanResetValue(Object).) |
![]() | Equals |
Returns true if the objects are equal.
(Overrides .Equals(Object).) |
![]() | GetChildProperties | (Inherited from PropertyDescriptor.) |
![]() | GetChildProperties | (Inherited from PropertyDescriptor.) |
![]() | GetChildProperties | (Inherited from PropertyDescriptor.) |
![]() | GetChildProperties | (Inherited from PropertyDescriptor.) |
![]() | GetEditor | (Inherited from PropertyDescriptor.) |
![]() | GetHashCode |
Returns a hahscode for the object.
(Overrides .GetHashCode().) |
![]() | GetType | (Inherited from Object.) |
![]() | GetValue |
Call the accessor method
(Overrides .GetValue(Object).) |
![]() | RemoveValueChanged | (Inherited from PropertyDescriptor.) |
![]() | ResetValue |
Resets the value of the property
(Overrides .ResetValue(Object).) |
![]() | SetValue |
Sets the value of the property
(Overrides .SetValue(Object, Object).) |
![]() | ShouldSerializeValue |
Indicates whether the value of this property should be
persisted.
(Overrides .ShouldSerializeValue(Object).) |
![]() | ToString | (Inherited from Object.) |
Protected Methods
Name | Description | |
---|---|---|
![]() | CreateAttributeCollection | (Inherited from MemberDescriptor.) |
![]() | CreateInstance | (Inherited from PropertyDescriptor.) |
![]() | FillAttributes | (Inherited from PropertyDescriptor.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetInvocationTarget | (Inherited from PropertyDescriptor.) |
![]() | GetTypeFromName | (Inherited from PropertyDescriptor.) |
![]() | GetValueChangedHandler | (Inherited from PropertyDescriptor.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | OnValueChanged | (Inherited from PropertyDescriptor.) |
Public Constructors
Name | Description | |
---|---|---|
![]() | SimpleAccessorPropertyDescriptorNew | Overloaded. |
Public Properties
Name | Description | |
---|---|---|
![]() | Attributes | (Inherited from MemberDescriptor.) |
![]() | Category | (Inherited from MemberDescriptor.) |
![]() | ComponentType |
Gets the type of component this property is bound to
(Overrides .ComponentType.) |
![]() | Converter | (Inherited from PropertyDescriptor.) |
![]() | Description | (Inherited from MemberDescriptor.) |
![]() | DesignTimeOnly | (Inherited from MemberDescriptor.) |
![]() | DisplayName | (Inherited from MemberDescriptor.) |
![]() | IsBrowsable | (Inherited from MemberDescriptor.) |
![]() | IsLocalizable | (Inherited from PropertyDescriptor.) |
![]() | IsReadOnly |
Indicates whether or not the descriptor is readonly
(Overrides .IsReadOnly.) |
![]() | Name | (Inherited from MemberDescriptor.) |
![]() | PropertyType |
Gets the return type of the property
(Overrides .PropertyType.) |
![]() | SerializationVisibility | (Inherited from PropertyDescriptor.) |
![]() | SupportsChangeEvents | (Inherited from PropertyDescriptor.) |
Protected Properties
Name | Description | |
---|---|---|
![]() | AttributeArray | (Inherited from MemberDescriptor.) |
![]() | NameHashCode | (Inherited from MemberDescriptor.) |