Class Channel
Container of an Appearition Channel JSON ApiData model.
Inheritance
System.Object
Channel
Namespace: Appearition.ChannelManagement
Assembly: Appearition.SDK.dll
Syntax
[Serializable]
public class Channel
Constructors
Channel()
Declaration
public Channel()
Channel(Channel)
Copy Constructor
Declaration
public Channel(Channel cc)
Parameters
| Type | Name | Description |
|---|---|---|
| Channel | cc | C. |
Fields
channelId
Declaration
public int channelId
Field Value
| Type | Description |
|---|---|
| System.Int32 |
images
Declaration
public ChannelImage[] images
Field Value
| Type | Description |
|---|---|
| ChannelImage[] |
name
Declaration
public string name
Field Value
| Type | Description |
|---|---|
| System.String |
settings
Declaration
public Setting[] settings
Field Value
| Type | Description |
|---|---|
| Setting[] |