![]() |
pCon.planner Plugin SDK
Version 8.8.1
|
Default implementation of IPropertyDescriptor. More...
Public Member Functions | |
PropertyDescriptor (System::String^ pKey, PropertyType pType, System::String^ pName, System::String^ pDescription) | |
Constructor. More... | |
void | AddSubProperty (PropertyDescriptor^ pSubProp) |
Adds a property to a group property descriptor. More... | |
void | AddChoiceValue (ChoicePropertyValue^ pValue) |
Adds a value to a choice property. More... | |
Properties | |
virtual System::String^ | Key [get] |
The key of the property. More... | |
virtual PropertyType | Type [get] |
The type of the property. More... | |
virtual System::String^ | Name [get] |
The name of the property. More... | |
virtual System::String^ | Description [get] |
The description of the property. More... | |
virtual ReadOnlyCollection < PropertyValue^ >^ | ValueSet [get] |
Returns an optional list of valid values for this property. More... | |
virtual ReadOnlyCollection < IPropertyDescriptor^ >^ | SubProperties [get] |
Returns an optional list of grouped properties. More... | |
![]() | |
System::String^ | Key [get] |
The key of the property. More... | |
PropertyType | Type [get] |
The type of the property. More... | |
System::String^ | Name [get] |
The name of the property. More... | |
System::String^ | Description [get] |
The description of the property. More... | |
ReadOnlyCollection < PropertyValue^ >^ | ValueSet [get] |
Returns an optional list of valid values for this property. More... | |
ReadOnlyCollection < IPropertyDescriptor^ >^ | SubProperties [get] |
Returns an optional list of grouped properties. More... | |
Default implementation of IPropertyDescriptor.
X3g::Plugin::PropertyDescriptor::PropertyDescriptor | ( | System::String^ | pKey, |
PropertyType | pType, | ||
System::String^ | pName, | ||
System::String^ | pDescription | ||
) |
Constructor.
pKey | The key of the property. |
pType | The type of the property. |
pName | The name of the property. |
pDescription | The description of the property. |
void X3g::Plugin::PropertyDescriptor::AddChoiceValue | ( | ChoicePropertyValue^ | pValue) |
Adds a value to a choice property.
void X3g::Plugin::PropertyDescriptor::AddSubProperty | ( | PropertyDescriptor^ | pSubProp) |
Adds a property to a group property descriptor.
|
get |
The description of the property.
|
get |
The key of the property.
|
get |
The name of the property.
|
get |
Returns an optional list of grouped properties.
|
get |
The type of the property.
|
get |
Returns an optional list of valid values for this property.