[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
field. The field should be a public instance field.
The following tables list the members exposed by the SimpleFieldPropertyDescriptor 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.) |