PropertySubGroup
is defined in the Telligent.Evolution.Extensibility.Configuration.Version1
namespace of Telligent.Evolution.Platform.dll
Definition
class PropertySubGroup { string DescriptionResourceName { get; set; } string DescriptionText { get; set; } string Id { get; set; } string LabelResourceName { get; set; } string LabelText { get; set; } NameValueCollection Options { get; } int OrderNumber { get; set; } IList<Property> Properties { get; } bool Visible { get; set; } }
Properties
Name | Type | Description | Default | Options |
---|---|---|---|---|
DescriptionResourceName | string | |||
DescriptionText | string | |||
Id | string | |||
LabelResourceName | string | |||
LabelText | string | |||
Options | NameValueCollection | |||
OrderNumber | int | |||
Properties | IList<Property> | |||
Visible | bool |