Class ChannelImage
Container of an Appearition Channel Image JSON ApiData model.
Inheritance
System.Object
    ChannelImage
  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 ChannelImage
  Constructors
View SourceChannelImage()
Declaration
public ChannelImage()
  ChannelImage(ChannelImage)
Copy Constructor
Declaration
public ChannelImage(ChannelImage cc)
  Parameters
| Type | Name | Description | 
|---|---|---|
| ChannelImage | cc | C.  | 
      
Fields
View SourcechannelImageId
Declaration
public int channelImageId
  Field Value
| Type | Description | 
|---|---|
| System.Int32 | 
checksum
Declaration
public string checksum
  Field Value
| Type | Description | 
|---|---|
| System.String | 
fileName
Declaration
public string fileName
  Field Value
| Type | Description | 
|---|---|
| System.String | 
image
Declaration
[NonSerialized]
public Sprite image
  Field Value
| Type | Description | 
|---|---|
| UnityEngine.Sprite | 
url
Declaration
public string url
  Field Value
| Type | Description | 
|---|---|
| System.String |