Click or drag to resize
CalculationWorks Logo
BcfChildViewPropertyDescriptor Class
Infrastructure. The type supports the infrastructure and is not intended to be used directly from your code. This class cannot be inherited.
Inheritance Hierarchy
SystemObject
  MemberDescriptor
    PropertyDescriptor
      CalculationWorks.ViewModel.FormsBcfChildViewPropertyDescriptor

Namespace: CalculationWorks.ViewModel.Forms
Assembly: CalculationWorks.ViewModel.Forms (in CalculationWorks.ViewModel.Forms.dll) Version: 3.0.2.0
Syntax
public sealed class BcfChildViewPropertyDescriptor : PropertyDescriptor

The BcfChildViewPropertyDescriptor type exposes the following members.

Properties
  NameDescription
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 PropertyDescriptor.ComponentType.)
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 PropertyDescriptor.IsReadOnly.)
Public propertyName (Inherited from MemberDescriptor.)
Public propertyPropertyType
When overridden in a derived class, gets the type of the property.
(Overrides PropertyDescriptor.PropertyType.)
Public propertyRelation
Gets the relation.
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 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
Version Information

CalculationWorks.ViewModel.Forms

Supported in: 3.0, 2.1, 2.0
See Also