pCon.planner Plugin SDK  Version 8.8.1
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Properties Events
Properties | List of all members
X3g::Plugin::IPropertyDescriptor Interface Reference

Describes a property. More...

Inheritance diagram for X3g::Plugin::IPropertyDescriptor:
Inheritance graph
[legend]

Properties

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...
 

Detailed Description

Describes a property.

Property Documentation

System:: String^ X3g::Plugin::IPropertyDescriptor::Description
get

The description of the property.

System:: String^ X3g::Plugin::IPropertyDescriptor::Key
get

The key of the property.

System:: String^ X3g::Plugin::IPropertyDescriptor::Name
get

The name of the property.

ReadOnlyCollection< IPropertyDescriptor^>^ X3g::Plugin::IPropertyDescriptor::SubProperties
get

Returns an optional list of grouped properties.

PropertyType X3g::Plugin::IPropertyDescriptor::Type
get

The type of the property.

ReadOnlyCollection< PropertyValue^>^ X3g::Plugin::IPropertyDescriptor::ValueSet
get

Returns an optional list of valid values for this property.