Class ChannelConnectionLayoutConfig
Channel connection configuration.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: FM.LiveSwitch
Assembly: FM.LiveSwitch.dll
Syntax
public class ChannelConnectionLayoutConfig : LayoutConfig
Methods
FromJson(String)
Deserializes a channel connection layout config from JSON.
Declaration
public static ChannelConnectionLayoutConfig FromJson(string channelConnectionLayoutConfigJson)
Parameters
Type | Name | Description |
---|---|---|
System.String | channelConnectionLayoutConfigJson | The channel connection layout configuration as JSON. |
Returns
Type | Description |
---|---|
ChannelConnectionLayoutConfig | The channel connection layout configuration. |
ToJson()
Serializes this channel connection layout configuration to JSON.
Declaration
public string ToJson()
Returns
Type | Description |
---|---|
System.String | The channel connection layout configuration as JSON. |
ToJson(ChannelConnectionLayoutConfig)
Serializes a channel connection layout config to JSON.
Declaration
public static string ToJson(ChannelConnectionLayoutConfig channelConnectionLayoutConfig)
Parameters
Type | Name | Description |
---|---|---|
ChannelConnectionLayoutConfig | channelConnectionLayoutConfig | The channel connection layout configuration. |
Returns
Type | Description |
---|---|
System.String | The channel connection layout configuration as JSON. |