[]
This class represents property description for custom field.
public class CustomTaskPropertyDescriptor : PropertyDescriptor
| Name | Description |
|---|---|
| CustomTaskPropertyDescriptor(string, Type) | Create a instance of CustomTaskPropertyDescriptor class with given name and property type. |
| Name | Description |
|---|---|
| ComponentType | Gets the type of component. |
| IsReadOnly | Gets the read only state of property. |
| PropertyType | Gets the type of property. |
| Name | Description |
|---|---|
| CanResetValue(object) | Returns whether resetting an object changes its value. |
| GetValue(object) | Gets the current value of the property on a component. |
| ResetValue(object) | Resets the value for this property of the component to the default value. |
| SetValue(object, object) | Sets the value of the component to a different value. |
| ShouldSerializeValue(object) | Determines a value indicating whether the value of this property needs to be persisted. |