| BcfCodedPropertyDescriptor Class | |
Namespace: CalculationWorks.ViewModel.Forms
The BcfCodedPropertyDescriptor type exposes the following members.
| Name | Description | |
|---|---|---|
| Attributes | (Inherited from MemberDescriptor.) | |
| Category | (Inherited from MemberDescriptor.) | |
| ComponentType |
When overridden in a derived class, gets the type of the component this property is bound to.
(Overrides PropertyDescriptor.ComponentType.) | |
| Converter | (Inherited from PropertyDescriptor.) | |
| Description | (Inherited from MemberDescriptor.) | |
| DesignTimeOnly | (Inherited from MemberDescriptor.) | |
| DisplayName | (Inherited from MemberDescriptor.) | |
| InnerPropertyDescriptor |
Gets the inner property descriptor.
| |
| IsBrowsable | (Inherited from MemberDescriptor.) | |
| IsLocalizable | (Inherited from PropertyDescriptor.) | |
| IsReadOnly |
When overridden in a derived class, gets a value indicating whether this property is read-only.
(Overrides PropertyDescriptor.IsReadOnly.) | |
| Name | (Inherited from MemberDescriptor.) | |
| PropertyType |
When overridden in a derived class, gets the type of the property.
(Overrides PropertyDescriptor.PropertyType.) | |
| SerializationVisibility | (Inherited from PropertyDescriptor.) | |
| SupportsChangeEvents | (Inherited from PropertyDescriptor.) |
| Name | Description | |
|---|---|---|
| AddValueChanged | (Inherited from PropertyDescriptor.) | |
| CanResetValue |
When overridden in a derived class, returns whether resetting an object changes its value.
(Overrides PropertyDescriptor.CanResetValue(Object).) | |
| Equals | (Inherited from PropertyDescriptor.) | |
| GetChildProperties | (Inherited from PropertyDescriptor.) | |
| GetChildProperties(Attribute) | (Inherited from PropertyDescriptor.) | |
| GetChildProperties(Object) | (Inherited from PropertyDescriptor.) | |
| GetChildProperties(Object, Attribute) | (Inherited from PropertyDescriptor.) | |
| GetEditor | (Inherited from PropertyDescriptor.) | |
| GetHashCode | (Inherited from PropertyDescriptor.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| GetValue |
When overridden in a derived class, gets the current value of the property on a component.
(Overrides PropertyDescriptor.GetValue(Object).) | |
| RemoveValueChanged | (Inherited from PropertyDescriptor.) | |
| ResetValue |
When overridden in a derived class, resets the value for this property of the component to the default value.
(Overrides PropertyDescriptor.ResetValue(Object).) | |
| SetValue |
When overridden in a derived class, sets the value of the component to a different value.
(Overrides PropertyDescriptor.SetValue(Object, Object).) | |
| ShouldSerializeValue |
When overridden in a derived class, determines a value indicating whether the value of this property needs to be persisted.
(Overrides PropertyDescriptor.ShouldSerializeValue(Object).) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |