Class Show
Inheritance
System.Object
Show
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: StoryVerse.Models
Assembly: Assembly-CSharp.dll.dll
Syntax
[Serializable]
public class Show
Properties
CustomData
Custom data associated with this show
Declaration
public ShowCustomData CustomData { get; set; }
Property Value
Type | Description |
---|---|
ShowCustomData |
Description
Description is mapped to the catalog item description
Declaration
public string Description { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Id
Id is mapped to the Catalog Item Id
Declaration
public string Id { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PreviewAssetReference
PreviewAssetReference is mapped to the catalog item image
Declaration
public string PreviewAssetReference { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Seasons
List of seasons for this show
Declaration
public List<Season> Seasons { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<Season> |
Title
Title is mapped to the Catalog Item Display name
Declaration
public string Title { get; set; }
Property Value
Type | Description |
---|---|
System.String |