Class LayoutConfig
Layout configuration.
Inheritance
System.Object
LayoutConfig
Namespace: FM.LiveSwitch
Assembly: FM.LiveSwitch.dll
Syntax
public class LayoutConfig : object
Properties
Priority
Gets or sets the layout proirity
Declaration
public int? Priority { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
Zone
Gets or sets the layout zone
Declaration
public string Zone { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
DeserializeProperties(String, String)
Deserializes the properties.
Declaration
protected virtual void DeserializeProperties(string key, string valueJson)
Parameters
Type | Name | Description |
---|---|---|
System.String | key | The key. |
System.String | valueJson | The value in JSON format. |
SerializeProperties(Dictionary<String, String>)
Serializes the properties.
Declaration
protected virtual void SerializeProperties(Dictionary<string, string> jsonObject)
Parameters
Type | Name | Description |
---|---|---|
Dictionary<System.String, System.String> | jsonObject | The JSON object. |