Property is defined in the Telligent.Evolution.Extensibility.Configuration.Version1 namespace of Telligent.Evolution.Platform.dll
Definition
class Property
{
string DataType { get; set; }
string DefaultValue { get; set; }
string DescriptionResourceName { get; set; }
string DescriptionText { get; set; }
bool Editable { get; set; }
string Id { get; set; }
string LabelResourceName { get; set; }
string LabelText { get; set; }
NameValueCollection Options { get; set; }
int OrderNumber { get; set; }
IList<PropertyRule> Rules { get; }
IList<PropertyValue> SelectableValues { get; }
string Template { get; set; }
bool Visible { get; set; }
}
Properties
| Name | Type | Description | Default | Options |
|---|---|---|---|---|
| DataType | string | Bool, Color, Custom, Date, DateTime, Double, Guid, Html, Int, String, Time, Unit, Url, UrlList | ||
| DefaultValue | string | |||
| DescriptionResourceName | string | |||
| DescriptionText | string | |||
| Editable | bool | |||
| Id | string | |||
| LabelResourceName | string | |||
| LabelText | string | |||
| Options | NameValueCollection | |||
| OrderNumber | int | |||
| Rules | IList<PropertyRule> | |||
| SelectableValues | IList<PropertyValue> | |||
| Template | string | |||
| Visible | bool |