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 PropertyDescriptor.CanResetValue(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
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetValue
When overridden in a derived class, gets the current value of the property on a component.
(Overrides PropertyDescriptor.GetValue(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 PropertyDescriptor.ResetValue(Object).)
Public methodSetValue
When overridden in a derived class, sets the value of the component to a different value.
(Overrides PropertyDescriptor.SetValue(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 PropertyDescriptor.ShouldSerializeValue(Object).)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also