Click or drag to resize
weroSoft AG, Software
PropertyStatementDescriptor Class
The documentation is integral part of the weroSoft product documentation. This part is intended to be used by developers only.
Represents a property descriptor.
Inheritance Hierarchy

Namespace:  WeroSoft.Windows.Controls
Assembly:  WeroSoft.Client.Desktop.Library (in WeroSoft.Client.Desktop.Library.dll) Version: 3.0 Pre-Release
Syntax
C#
public sealed class PropertyStatementDescriptor : PropertyDescriptor, 
	IPropertyDescriptor, IGroupableDescriptor, IOrderedDescriptor, IPropertyGridDescriptor

The PropertyStatementDescriptor type exposes the following members.

Constructors
  NameDescription
Public methodPropertyStatementDescriptor
Initializes a new instance of the type PropertyStatementDescriptor.
Top
Properties
  NameDescription
Public propertyDescription
Gets or sets the description of the descriptor.
(Inherited from PropertyGridDescriptor.)
Public propertyEditor
Gets or sets the control which shall be used by this property.
(Inherited from PropertyDescriptor.)
Public propertyGroup
Gets or sets the group descriptor of the group to which the property belongs to.
(Inherited from GroupableDescriptor.)
Public propertyGroupedItemListProvider
Gets or sets the tool box provider.
(Inherited from OrderedDescriptor.)
Public propertyIsBrowsable
Gets or sets a value indicating whether the property is visible.
(Inherited from PropertyDescriptor.)
Public propertyIsReadOnly
Gets or sets a value indicating whether the property is read-only or not.
(Overrides PropertyDescriptorIsReadOnly.)
Public propertyIsVisibilityProvider
Gets or sets a value indicating whether this property is a property visibility provider.
(Inherited from PropertyDescriptor.)
Public propertyName
Gets the name behind the scene.
(Overrides PropertyGridDescriptorName.)
Public propertyOrder
Gets or sets the order of the property.
(Inherited from OrderedDescriptor.)
Public propertyPropertyGrid
Gets the property grid.
(Inherited from OrderedDescriptor.)
Public propertyPropertyType
Gets the type of the property behind the scene.
(Overrides PropertyDescriptorPropertyType.)
Public propertyViewName
Gets or sets the view name of the descriptor.
(Inherited from PropertyGridDescriptor.)
Public propertyVisibility
Gets or sets the visibility of the item.
(Inherited from PropertyDescriptor.)
Public propertyVisibilityExpressionText
Gets the visibility expression text.
(Inherited from PropertyDescriptor.)
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetCustomAttributeT
Gets the custom attributes of a particular type.
(Overrides PropertyDescriptorGetCustomAttributeT.)
Public methodGetCustomAttributesT
Gets the custom attribute of a particular type.
(Overrides PropertyDescriptorGetCustomAttributesT.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetPropertyEditorAttribute
Gets the property editor attribute.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetValue
Gets the value of the property.
(Overrides PropertyDescriptorGetValue.)
Public methodGetValue(Object)
Gets the value of the property from with the given object.
(Overrides PropertyDescriptorGetValue(Object).)
Public methodIsFiltered
The method returns whether the descriptor matches the criterion of the filter.
(Inherited from GroupableDescriptor.)
Public methodOnPropertyChanged
Raises an event as soon as a property has been changed.
(Inherited from PropertyGridDescriptor.)
Public methodRegisterVisibilityControl
Registers a visibility dependency control.
(Inherited from PropertyDescriptor.)
Public methodSetPropertyReadOnly
Sets the read-only or read-write capability of the descriptor.
(Inherited from PropertyDescriptor.)
Public methodSetValue(Object)
Sets the value on the property.
(Overrides PropertyDescriptorSetValue(Object).)
Public methodSetValue(Object, Object)
Sets the value of the described property to a given object.
(Overrides PropertyDescriptorSetValue(Object, Object).)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodUnregisterVisibilityControl
Unregisters a visibility dependency control.
(Inherited from PropertyDescriptor.)
Top
Events
  NameDescription
Public eventPropertyChanged
Thrown as soon as one of the changeable properties has been changed.
(Inherited from PropertyGridDescriptor.)
Top
Extension Methods
  NameDescription
Public Extension MethodClone(CloneWorkingMode, IEnumerableType)Overloaded.
Clones an object by serialization.
(Defined by RuntimeExtensions.)
Public Extension MethodCloneT(CloneWorkingMode, IEnumerableType)Overloaded.
Clones an object by serialization.
(Defined by RuntimeExtensions.)
Public Extension MethodConvert (Defined by DataConverterExtensions.)
Public Extension MethodCreateTraceDataEntry(StringBuilder, SourceLevels, TraceableKind, String)Overloaded.
Creates a data entry into a string builder according to the giving parameters.
(Defined by TraceExtensions.)
Public Extension MethodCreateTraceDataEntry(SourceLevels, TraceableKind, String, String, Int32)Overloaded.
Creates a trace entry for a data element.
(Defined by TraceExtensions.)
Public Extension MethodCreateTraceDataEntry(StringBuilder, SourceLevels, TraceableKind, String, String, Int32)Overloaded.
Creates a trace entry into a string builder.
(Defined by TraceExtensions.)
Public Extension MethodDynamicCast
Dynamically casts a reference to another type.
(Defined by TypeManagerHelper.)
Public Extension MethodExtractSystemParametersFromTrigger
Extracts the system parameters from a collection of trigger parameter and transform them to a dictionary using string keys and string values.
(Defined by TriggerExtensions.)
Public Extension MethodGetFieldValue(String)Overloaded.
Gets the data object held by a defined field of a particular type.
(Defined by UnitTest.)
Public Extension MethodGetFieldValueT(String)Overloaded.
Gets the data object held by a defined field of a particular type.
(Defined by UnitTest.)
Public Extension MethodGetPropertyValue(String)Overloaded.
Gets the data object held by a defined property of a particular type.
(Defined by UnitTest.)
Public Extension MethodGetPropertyValueT(String)Overloaded.
Gets the data object held by a defined property of a particular type.
(Defined by UnitTest.)
Public Extension MethodInject(Type, Object)Overloaded.
Injects all fields or properties which are marked with the defined attribute type name.
(Defined by DataInjection.)
Public Extension MethodInject(Type, Object, Boolean)Overloaded.
Injects all fields or properties which are marked with the defined attribute type name.
(Defined by DataInjection.)
Public Extension MethodInjectField
Injects a value to a property within a data object.
(Defined by DataInjection.)
Public Extension MethodInjectProperty(String, Object)Overloaded.
Injects a value to a property within a data object.
(Defined by DataInjection.)
Public Extension MethodInjectProperty(String, Type, Object)Overloaded.
Injects a value to a property within a data object.
(Defined by DataInjection.)
Public Extension MethodInvoke(String, Object)Overloaded.
Invokes a method on an object by reflection.
(Defined by UnitTest.)
Public Extension MethodInvokeTResult(String, Object)Overloaded.
Invokes a method on an object by reflection.
(Defined by UnitTest.)
Public Extension MethodSetFieldValue
Sets the data object on a defined field of a particular type.
(Defined by UnitTest.)
Public Extension MethodSetPropertyValue
Sets the data object on a defined property of a particular type.
(Defined by UnitTest.)
Public Extension MethodSetReadOnlyFieldValue
Sets the data object on a defined field of a particular type.
(Defined by UnitTest.)
Public Extension MethodTryInjectProperty
Tries to Inject a value to a property within a data object.
(Defined by DataInjection.)
Top
See Also