Click or drag to resize

BcfReflectedRowViewPropertyDescriptor Class

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

Infrastructure. The type supports the infrastructure and is not intended to be used directly from your code. This class cannot be inherited.
Inheritance Hierarchy

Namespace:  CalculationWorks.ViewModel.Forms
Assembly:  CalculationWorks.ViewModel.Forms (in CalculationWorks.ViewModel.Forms.dll) Version: 4.0.0-beta6
Syntax
public class BcfReflectedRowViewPropertyDescriptor : PropertyDescriptor

The BcfReflectedRowViewPropertyDescriptor type exposes the following members.

Constructors
  NameDescription
Public methodBcfReflectedRowViewPropertyDescriptor
Infrastructure. The member supports the infrastructure and is not intended to be used directly from your code. This class cannot be inherited.
Top
Properties
  NameDescription
Protected propertyAttributeArray (Inherited from MemberDescriptor.)
Public propertyAttributes (Inherited from MemberDescriptor.)
Public propertyCategory (Inherited from MemberDescriptor.)
Public propertyComponentType
When overridden in a derived class, gets the type of the component this property is bound to.
(Overrides PropertyDescriptorComponentType.)
Public propertyConverter (Inherited from PropertyDescriptor.)
Public propertyDescription (Inherited from MemberDescriptor.)
Public propertyDesignTimeOnly (Inherited from MemberDescriptor.)
Public propertyDisplayName (Inherited from MemberDescriptor.)
Public propertyIsBrowsable (Inherited from MemberDescriptor.)
Public propertyIsLocalizable (Inherited from PropertyDescriptor.)
Public propertyIsReadOnly
When overridden in a derived class, gets a value indicating whether this property is read-only.
(Overrides PropertyDescriptorIsReadOnly.)
Public propertyName (Inherited from MemberDescriptor.)
Protected propertyNameHashCode (Inherited from MemberDescriptor.)
Public propertyPropertyType
When overridden in a derived class, gets the type of the property.
(Overrides PropertyDescriptorPropertyType.)
Public propertySerializationVisibility (Inherited from PropertyDescriptor.)
Public propertySupportsChangeEvents (Inherited from PropertyDescriptor.)
Top
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
Version Information

Forms

Supported in: 4.0
See Also