Search Results for

    Show / Hide Table of Contents

    Class ChannelConnectionLayoutConfig

    Channel connection configuration.

    Inheritance
    System.Object
    LayoutConfig
    ChannelConnectionLayoutConfig
    Inherited Members
    LayoutConfig.Zone
    LayoutConfig.Priority
    LayoutConfig.SerializeProperties(Dictionary<String, String>)
    LayoutConfig.DeserializeProperties(String, String)
    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.

    In This Article
    Back to top Copyright © LiveSwitch Inc. All Rights Reserved. Doc build for LiveSwitch v1.16.0