Class Episode
Inheritance
System.Object
Episode
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
public class Episode
Properties
Data
Data is mapped to the catalog item CustomData field and is deserilzed into a EpisodeCustomData object.
Declaration
public EpisodeCustomData Data { get; set; }
Property Value
Type | Description |
---|---|
EpisodeCustomData |
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 |
Offers
Options of how user may purchase this episode
Declaration
public List<Offer> Offers { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<Offer> |
PreviewAssetReference
PreviewAssetReference is mapped to the catalog item image
Declaration
public string PreviewAssetReference { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Season
Season containing this episode
Declaration
public Season Season { get; set; }
Property Value
Type | Description |
---|---|
Season |
Title
Title is mapped to the Catalog Item Display name
Declaration
public string Title { get; set; }
Property Value
Type | Description |
---|---|
System.String |