DataViewPropertyDescriptor Constructor
Include Protected Members
Include Inherited Members
Initializes a new instance of the DataViewPropertyDescriptor class.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
DataViewPropertyDescriptor(PropertyDescriptor) | Initializes a new instance of the DataViewPropertyDescriptor class with the property descriptor object. | |
DataViewPropertyDescriptor(String) | Initializes a new instance of the DataViewPropertyDescriptor class with the property name. | |
DataViewPropertyDescriptor(PropertyDescriptor, array<Attribute[]) | Initializes a new instance of the DataViewPropertyDescriptor class with the property descriptor object and an array of attributes. | |
DataViewPropertyDescriptor(String, array<Attribute[]) | Initializes a new instance of the DataViewPropertyDescriptor class with the property name and an array of attributes. | |
DataViewPropertyDescriptor(String, String) | Initializes a new instance of the DataViewPropertyDescriptor class with the property name and a property display name. | |
DataViewPropertyDescriptor(String, String, String) | Initializes a new instance of the DataViewPropertyDescriptor class with the property name, the property display name, and a category name. | |
DataViewPropertyDescriptor(String, String, String, String) | Initializes a new instance of the DataViewPropertyDescriptor class with the property name, another version of the property name for display purposes, a category name, and a description. | |
DataViewPropertyDescriptor(String, String, String, String, Boolean) | Initializes a new instance of the DataViewPropertyDescriptor class with the property name, another version of the property name for display purposes, a category name, and a description. |
Top