PropertyTemplateOption
is defined in the Telligent.Evolution.Extensibility.Configuration.Version1
namespace of Telligent.Evolution.Platform.dll
Definition
class PropertyTemplateOption { string Default { get; set; } string Description { get; set; } bool IsSelectableValueOption { get; set; } string Name { get; set; } string[] Options { get; set; } }
Properties
Name | Type | Description | Default | Options |
---|---|---|---|---|
Default | string | |||
Description | string | |||
IsSelectableValueOption | bool | |||
Name | string | |||
Options | string[] |