Class Channel
Container of an Appearition Channel JSON ApiData model.
Inheritance
System.Object
    Channel
  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: Appearition.ChannelManagement
Assembly: Appearition.SDK.dll
Syntax
[Serializable]
public class Channel
  Constructors
View SourceChannel()
Declaration
public Channel()
  Channel(Channel)
Copy Constructor
Declaration
public Channel(Channel cc)
  Parameters
| Type | Name | Description | 
|---|---|---|
| Channel | cc | C.  | 
      
Fields
View SourcechannelId
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[] |