![]() |
Maria GDK 4.7.0.84
Documentation of managed code in develop branch
|
Represents a single property in a PropertySpec. More...
Public Member Functions | |
PropertySpec (string name, string type) | |
Initializes a new instance of the PropertySpec class. | |
PropertySpec (string name, Type type) | |
Initializes a new instance of the PropertySpec class. | |
PropertySpec (string name, string type, string category) | |
Initializes a new instance of the PropertySpec class. | |
PropertySpec (string name, Type type, string category) | |
Initializes a new instance of the PropertySpec class. | |
PropertySpec (string name, string type, string category, string description) | |
Initializes a new instance of the PropertySpec class. | |
PropertySpec (string name, Type type, string category, string description) | |
Initializes a new instance of the PropertySpec class. | |
PropertySpec (string name, string type, string category, string description, object defaultValue) | |
Initializes a new instance of the PropertySpec class. | |
PropertySpec (string name, Type type, string category, string description, object defaultValue) | |
Initializes a new instance of the PropertySpec class. | |
PropertySpec (string name, string type, string category, string description, object defaultValue, string editor, string typeConverter) | |
Initializes a new instance of the PropertySpec class. | |
PropertySpec (string name, Type type, string category, string description, object defaultValue, string editor, string typeConverter) | |
Initializes a new instance of the PropertySpec class. | |
PropertySpec (string name, string type, string category, string description, object defaultValue, Type editor, string typeConverter) | |
Initializes a new instance of the PropertySpec class. | |
PropertySpec (string name, Type type, string category, string description, object defaultValue, Type editor, string typeConverter) | |
Initializes a new instance of the PropertySpec class. | |
PropertySpec (string name, string type, string category, string description, object defaultValue, string editor, Type typeConverter) | |
Initializes a new instance of the PropertySpec class. | |
PropertySpec (string name, Type type, string category, string description, object defaultValue, string editor, Type typeConverter) | |
Initializes a new instance of the PropertySpec class. | |
PropertySpec (string name, string type, string category, string description, object defaultValue, Type editor, Type typeConverter) | |
Initializes a new instance of the PropertySpec class. | |
PropertySpec (string name, Type type, string category, string description, object defaultValue, Type editor, Type typeConverter) | |
Initializes a new instance of the PropertySpec class. | |
Represents a single property in a PropertySpec.
|
inline |
Initializes a new instance of the PropertySpec class.
name | The name of the property displayed in the property grid. |
type | The fully qualified name of the type of the property. |
|
inline |
Initializes a new instance of the PropertySpec class.
name | The name of the property displayed in the property grid. |
type | A Type that represents the type of the property. |
|
inline |
Initializes a new instance of the PropertySpec class.
name | The name of the property displayed in the property grid. |
type | The fully qualified name of the type of the property. |
category | The category under which the property is displayed in the property grid. |
|
inline |
Initializes a new instance of the PropertySpec class.
name | The name of the property displayed in the property grid. |
type | A Type that represents the type of the property. |
category |
|
inline |
Initializes a new instance of the PropertySpec class.
name | The name of the property displayed in the property grid. |
type | The fully qualified name of the type of the property. |
category | The category under which the property is displayed in the property grid. |
description | A string that is displayed in the help area of the property grid. |
|
inline |
Initializes a new instance of the PropertySpec class.
name | The name of the property displayed in the property grid. |
type | A Type that represents the type of the property. |
category | The category under which the property is displayed in the property grid. |
description | A string that is displayed in the help area of the property grid. |
|
inline |
Initializes a new instance of the PropertySpec class.
name | The name of the property displayed in the property grid. |
type | The fully qualified name of the type of the property. |
category | The category under which the property is displayed in the property grid. |
description | A string that is displayed in the help area of the property grid. |
defaultValue | The default value of the property, or null if there is no default value. |
|
inline |
Initializes a new instance of the PropertySpec class.
name | The name of the property displayed in the property grid. |
type | A Type that represents the type of the property. |
category | The category under which the property is displayed in the property grid. |
description | A string that is displayed in the help area of the property grid. |
defaultValue | The default value of the property, or null if there is no default value. |
|
inline |
Initializes a new instance of the PropertySpec class.
name | The name of the property displayed in the property grid. |
type | The fully qualified name of the type of the property. |
category | The category under which the property is displayed in the property grid. |
description | A string that is displayed in the help area of the property grid. |
defaultValue | The default value of the property, or null if there is no default value. |
editor | The fully qualified name of the type of the editor for this property. This type must derive from UITypeEditor. |
typeConverter | The fully qualified name of the type of the type converter for this property. This type must derive from TypeConverter. |
|
inline |
Initializes a new instance of the PropertySpec class.
name | The name of the property displayed in the property grid. |
type | A Type that represents the type of the property. |
category | The category under which the property is displayed in the property grid. |
description | A string that is displayed in the help area of the property grid. |
defaultValue | The default value of the property, or null if there is no default value. |
editor | The fully qualified name of the type of the editor for this property. This type must derive from UITypeEditor. |
typeConverter | The fully qualified name of the type of the type converter for this property. This type must derive from TypeConverter. |
|
inline |
Initializes a new instance of the PropertySpec class.
name | The name of the property displayed in the property grid. |
type | The fully qualified name of the type of the property. |
category | The category under which the property is displayed in the property grid. |
description | A string that is displayed in the help area of the property grid. |
defaultValue | The default value of the property, or null if there is no default value. |
editor | The Type that represents the type of the editor for this property. This type must derive from UITypeEditor. |
typeConverter | The fully qualified name of the type of the type converter for this property. This type must derive from TypeConverter. |
|
inline |
Initializes a new instance of the PropertySpec class.
name | The name of the property displayed in the property grid. |
type | A Type that represents the type of the property. |
category | The category under which the property is displayed in the property grid. |
description | A string that is displayed in the help area of the property grid. |
defaultValue | The default value of the property, or null if there is no default value. |
editor | The Type that represents the type of the editor for this property. This type must derive from UITypeEditor. |
typeConverter | The fully qualified name of the type of the type converter for this property. This type must derive from TypeConverter. |
|
inline |
Initializes a new instance of the PropertySpec class.
name | The name of the property displayed in the property grid. |
type | The fully qualified name of the type of the property. |
category | The category under which the property is displayed in the property grid. |
description | A string that is displayed in the help area of the property grid. |
defaultValue | The default value of the property, or null if there is no default value. |
editor | The fully qualified name of the type of the editor for this property. This type must derive from UITypeEditor. |
typeConverter | The Type that represents the type of the type converter for this property. This type must derive from TypeConverter. |
|
inline |
Initializes a new instance of the PropertySpec class.
name | The name of the property displayed in the property grid. |
type | A Type that represents the type of the property. |
category | The category under which the property is displayed in the property grid. |
description | A string that is displayed in the help area of the property grid. |
defaultValue | The default value of the property, or null if there is no default value. |
editor | The fully qualified name of the type of the editor for this property. This type must derive from UITypeEditor. |
typeConverter | The Type that represents the type of the type converter for this property. This type must derive from TypeConverter. |
|
inline |
Initializes a new instance of the PropertySpec class.
name | The name of the property displayed in the property grid. |
type | The fully qualified name of the type of the property. |
category | The category under which the property is displayed in the property grid. |
description | A string that is displayed in the help area of the property grid. |
defaultValue | The default value of the property, or null if there is no default value. |
editor | The Type that represents the type of the editor for this property. This type must derive from UITypeEditor. |
typeConverter | The Type that represents the type of the type converter for this property. This type must derive from TypeConverter. |
|
inline |
Initializes a new instance of the PropertySpec class.
name | The name of the property displayed in the property grid. |
type | A Type that represents the type of the property. |
category | The category under which the property is displayed in the property grid. |
description | A string that is displayed in the help area of the property grid. |
defaultValue | The default value of the property, or null if there is no default value. |
editor | The Type that represents the type of the editor for this property. This type must derive from UITypeEditor. |
typeConverter | The Type that represents the type of the type converter for this property. This type must derive from TypeConverter. |