Show / Hide Table of Contents

Class Season

Inheritance
System.Object
Season
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 Season

Properties

Data

Data is maped to the Custom Data on the catalog item

Declaration
public SeasonCustomData Data { get; set; }
Property Value
Type Description
SeasonCustomData

Description

Description is mapped to the catalog item description

Declaration
public string Description { get; set; }
Property Value
Type Description
System.String

Episodes

A list of available chapters for this season

Declaration
public List<Episode> Episodes { get; set; }
Property Value
Type Description
System.Collections.Generic.List<Episode>

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

Show

The show that the Season is bound to

Declaration
public Show Show { get; set; }
Property Value
Type Description
Show

Title

Title is mapped to the Catalog Item Display name

Declaration
public string Title { get; set; }
Property Value
Type Description
System.String
Back to top Generated by DocFX