C# Class JryVideo.Model.JryVideoInfo

Inheritance: JryObject, IJryCoverParent
Afficher le fichier Open project: Cologler/JRYVideo Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
InnerTestHasError ( ) : bool

Method Details

BackgroundImageAsCoverParent() public méthode

public BackgroundImageAsCoverParent ( ) : ICoverParent
Résultat ICoverParent

CheckError() public méthode

public CheckError ( ) : void
Résultat void

CombineFrom() public méthode

public CombineFrom ( JryVideoInfo other ) : void
other JryVideoInfo
Résultat void

CreateBackgroundCoverId() public méthode

public CreateBackgroundCoverId ( ) : string
Résultat string

CreateBackgroundCoverId() public static méthode

public static CreateBackgroundCoverId ( string videoId ) : string
videoId string
Résultat string

GetMajorName() public méthode

public GetMajorName ( ) : string
Résultat string

GetTodayEpisode() public méthode

public GetTodayEpisode ( System.DateTime dt ) : int
dt System.DateTime
Résultat int

InnerTestHasError() protected méthode

protected InnerTestHasError ( ) : bool
Résultat bool

IsEpisodesCountValid() public static méthode

public static IsEpisodesCountValid ( int episodesCount ) : bool
episodesCount int
Résultat bool

IsIndexValid() public static méthode

public static IsIndexValid ( int index ) : bool
index int
Résultat bool

IsYearValid() public static méthode

public static IsYearValid ( int year ) : bool
year int
Résultat bool

JryVideoInfo() public méthode

public JryVideoInfo ( ) : System
Résultat System

Saving() public méthode

public Saving ( ) : void
Résultat void