C# Class JryVideo.Model.JryVideoInfo

Inheritance: JryObject, IJryCoverParent
Show file Open project: Cologler/JRYVideo Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
BackgroundImageAsCoverParent ( ) : ICoverParent
CheckError ( ) : void
CombineFrom ( JryVideoInfo other ) : void
CreateBackgroundCoverId ( ) : string
CreateBackgroundCoverId ( string videoId ) : string
GetMajorName ( ) : string
GetTodayEpisode ( System.DateTime dt ) : int
IsEpisodesCountValid ( int episodesCount ) : bool
IsIndexValid ( int index ) : bool
IsYearValid ( int year ) : bool
JryVideoInfo ( ) : System
Saving ( ) : void

Protected Methods

Method Description
InnerTestHasError ( ) : bool

Method Details

BackgroundImageAsCoverParent() public method

public BackgroundImageAsCoverParent ( ) : ICoverParent
return ICoverParent

CheckError() public method

public CheckError ( ) : void
return void

CombineFrom() public method

public CombineFrom ( JryVideoInfo other ) : void
other JryVideoInfo
return void

CreateBackgroundCoverId() public method

public CreateBackgroundCoverId ( ) : string
return string

CreateBackgroundCoverId() public static method

public static CreateBackgroundCoverId ( string videoId ) : string
videoId string
return string

GetMajorName() public method

public GetMajorName ( ) : string
return string

GetTodayEpisode() public method

public GetTodayEpisode ( System.DateTime dt ) : int
dt System.DateTime
return int

InnerTestHasError() protected method

protected InnerTestHasError ( ) : bool
return bool

IsEpisodesCountValid() public static method

public static IsEpisodesCountValid ( int episodesCount ) : bool
episodesCount int
return bool

IsIndexValid() public static method

public static IsIndexValid ( int index ) : bool
index int
return bool

IsYearValid() public static method

public static IsYearValid ( int year ) : bool
year int
return bool

JryVideoInfo() public method

public JryVideoInfo ( ) : System
return System

Saving() public method

public Saving ( ) : void
return void