Click or drag to resize
CalculationWorks Logo
BcfChildViewPropertyDescriptor Methods

The BcfChildViewPropertyDescriptor type exposes the following members.

Methods
  NameDescription
Public methodAddValueChanged (Inherited from PropertyDescriptor.)
Public methodCanResetValue
When overridden in a derived class, returns whether resetting an object changes its value.
(Overrides PropertyDescriptorCanResetValue(Object).)
Public methodEquals (Inherited from PropertyDescriptor.)
Public methodGetChildProperties (Inherited from PropertyDescriptor.)
Public methodGetChildProperties(Attribute) (Inherited from PropertyDescriptor.)
Public methodGetChildProperties(Object) (Inherited from PropertyDescriptor.)
Public methodGetChildProperties(Object, Attribute) (Inherited from PropertyDescriptor.)
Public methodGetEditor (Inherited from PropertyDescriptor.)
Public methodGetHashCode (Inherited from PropertyDescriptor.)
Public methodGetType (Inherited from Object.)
Public methodGetValue
When overridden in a derived class, gets the current value of the property on a component.
(Overrides PropertyDescriptorGetValue(Object).)
Public methodRemoveValueChanged (Inherited from PropertyDescriptor.)
Public methodResetValue
When overridden in a derived class, resets the value for this property of the component to the default value.
(Overrides PropertyDescriptorResetValue(Object).)
Public methodSetValue
When overridden in a derived class, sets the value of the component to a different value.
(Overrides PropertyDescriptorSetValue(Object, Object).)
Public methodShouldSerializeValue
When overridden in a derived class, determines a value indicating whether the value of this property needs to be persisted.
(Overrides PropertyDescriptorShouldSerializeValue(Object).)
Public methodToString (Inherited from Object.)
Top
See Also