C# 클래스 JryVideo.Model.JryVideoInfo

상속: JryObject, IJryCoverParent
파일 보기 프로젝트 열기: Cologler/JRYVideo 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
InnerTestHasError ( ) : bool

메소드 상세

BackgroundImageAsCoverParent() 공개 메소드

public BackgroundImageAsCoverParent ( ) : ICoverParent
리턴 ICoverParent

CheckError() 공개 메소드

public CheckError ( ) : void
리턴 void

CombineFrom() 공개 메소드

public CombineFrom ( JryVideoInfo other ) : void
other JryVideoInfo
리턴 void

CreateBackgroundCoverId() 공개 메소드

public CreateBackgroundCoverId ( ) : string
리턴 string

CreateBackgroundCoverId() 공개 정적인 메소드

public static CreateBackgroundCoverId ( string videoId ) : string
videoId string
리턴 string

GetMajorName() 공개 메소드

public GetMajorName ( ) : string
리턴 string

GetTodayEpisode() 공개 메소드

public GetTodayEpisode ( System.DateTime dt ) : int
dt System.DateTime
리턴 int

InnerTestHasError() 보호된 메소드

protected InnerTestHasError ( ) : bool
리턴 bool

IsEpisodesCountValid() 공개 정적인 메소드

public static IsEpisodesCountValid ( int episodesCount ) : bool
episodesCount int
리턴 bool

IsIndexValid() 공개 정적인 메소드

public static IsIndexValid ( int index ) : bool
index int
리턴 bool

IsYearValid() 공개 정적인 메소드

public static IsYearValid ( int year ) : bool
year int
리턴 bool

JryVideoInfo() 공개 메소드

public JryVideoInfo ( ) : System
리턴 System

Saving() 공개 메소드

public Saving ( ) : void
리턴 void