Click or drag to resize

BcfReflectedRowViewPropertyDescriptor Methods

[This is preliminary documentation and is subject to change.]

The BcfReflectedRowViewPropertyDescriptor 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).)
Protected methodCreateAttributeCollection (Inherited from MemberDescriptor.)
Protected methodCreateInstance (Inherited from PropertyDescriptor.)
Public methodEquals (Inherited from PropertyDescriptor.)
Protected methodFillAttributes (Inherited from PropertyDescriptor.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
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.)
Protected methodGetInvocationTarget (Inherited from PropertyDescriptor.)
Public methodGetSourceRowView
Infrastructure. The member supports the infrastructure and is not intended to be used directly from your code. This class cannot be inherited.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodGetTypeFromName (Inherited from PropertyDescriptor.)
Public methodGetValue
When overridden in a derived class, gets the current value of the property on a component.
(Overrides PropertyDescriptorGetValue(Object).)
Protected methodGetValueChangedHandler (Inherited from PropertyDescriptor.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodOnValueChanged (Inherited from PropertyDescriptor.)
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
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also