IPluginConfiguration
is defined in the Telligent.Evolution.Extensibility.Version1
namespace of Telligent.Evolution.Platform.dll
Definition
interface IPluginConfiguration { void Commit(); bool GetBool(string propertyId); Color GetColor(string propertyId); string GetCustom(string propertyId); DateTime GetDateTime(string propertyId); double GetDouble(string propertyId); Guid GetGuid(string propertyId); string GetHtml(string propertyId); int GetInt(string propertyId); string GetString(string propertyId); Unit GetUnit(string propertyId); Uri GetUrl(string propertyId); Uri[] GetUrlList(string propertyId); void SetBool(string propertyId, bool value); void SetColor(string propertyId, Color value); void SetCustom(string propertyId, string value); void SetDateTime(string propertyId, DateTime value); void SetDouble(string propertyId, double value); void SetGuid(string propertyId, Guid value); void SetHtml(string propertyId, string value); void SetInt(string propertyId, int value); void SetString(string propertyId, string value); void SetUnit(string propertyId, Unit value); void SetUrl(string propertyId, Uri value); void SetUrlList(string propertyId, Uri[] value); }
Methods
void Commit();
bool GetBool(string propertyId);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
propertyId | string | Property Id | Required |
Return Type
bool
Color GetColor(string propertyId);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
propertyId | string | Property Id | Required |
Return Type
Color
string GetCustom(string propertyId);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
propertyId | string | Property Id | Required |
Return Type
string
DateTime GetDateTime(string propertyId);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
propertyId | string | Property Id | Required |
Return Type
DateTime
double GetDouble(string propertyId);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
propertyId | string | Property Id | Required |
Return Type
double
Guid GetGuid(string propertyId);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
propertyId | string | Property Id | Required |
Return Type
Guid
string GetHtml(string propertyId);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
propertyId | string | Property Id | Required |
Return Type
string
int GetInt(string propertyId);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
propertyId | string | Property Id | Required |
Return Type
int
string GetString(string propertyId);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
propertyId | string | Property Id | Required |
Return Type
string
Unit GetUnit(string propertyId);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
propertyId | string | Property Id | Required |
Return Type
Unit
Uri GetUrl(string propertyId);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
propertyId | string | Property Id | Required |
Return Type
Uri
Uri[] GetUrlList(string propertyId);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
propertyId | string | Property Id | Required |
Return Type
Uri[]
void SetBool(string propertyId, bool value);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
propertyId | string | Property Id | Required | ||
value | bool | Value | Required |
void SetColor(string propertyId, Color value);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
propertyId | string | Property Id | Required | ||
value | Color | Value | Required |
void SetCustom(string propertyId, string value);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
propertyId | string | Property Id | Required | ||
value | string | Value | Required |
void SetDateTime(string propertyId, DateTime value);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
propertyId | string | Property Id | Required | ||
value | DateTime | Value | Required |
void SetDouble(string propertyId, double value);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
propertyId | string | Property Id | Required | ||
value | double | Value | Required |
void SetGuid(string propertyId, Guid value);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
propertyId | string | Property Id | Required | ||
value | Guid | Value | Required |
void SetHtml(string propertyId, string value);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
propertyId | string | Property Id | Required | ||
value | string | Value | Required |
void SetInt(string propertyId, int value);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
propertyId | string | Property Id | Required | ||
value | int | Value | Required |
void SetString(string propertyId, string value);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
propertyId | string | Property Id | Required | ||
value | string | Value | Required |
void SetUnit(string propertyId, Unit value);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
propertyId | string | Property Id | Required | ||
value | Unit | Value | Required |
void SetUrl(string propertyId, Uri value);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
propertyId | string | Property Id | Required | ||
value | Uri | Value | Required |
void SetUrlList(string propertyId, Uri[] value);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
propertyId | string | Property Id | Required | ||
value | Uri[] | Value | Required |