C# 클래스 RadioDld.Model.Subscription

상속: Programme
파일 보기 프로젝트 열기: ribbons/RadioDownloader 1 사용 예제들

공개 메소드들

메소드 설명
Add ( int progid ) : bool
Compare ( int progid1, int progid2 ) : int
FetchAll ( ) : List
IsSubscribed ( int progid ) : bool
Remove ( int progid ) : void
Subscription ( SQLiteMonDataReader reader ) : System
Subscription ( int progid ) : System

비공개 메소드들

메소드 설명
AddAsync ( int progid ) : void
CheckSubscriptions ( ) : void
Programme_Updated ( int progid ) : void
RemoveAsync ( int progid ) : void
Subscription ( ) : System

메소드 상세

Add() 공개 정적인 메소드

public static Add ( int progid ) : bool
progid int
리턴 bool

Compare() 공개 정적인 메소드

public static Compare ( int progid1, int progid2 ) : int
progid1 int
progid2 int
리턴 int

FetchAll() 공개 정적인 메소드

public static FetchAll ( ) : List
리턴 List

IsSubscribed() 공개 정적인 메소드

public static IsSubscribed ( int progid ) : bool
progid int
리턴 bool

Remove() 공개 정적인 메소드

public static Remove ( int progid ) : void
progid int
리턴 void

Subscription() 공개 메소드

public Subscription ( SQLiteMonDataReader reader ) : System
reader SQLiteMonDataReader
리턴 System

Subscription() 공개 메소드

public Subscription ( int progid ) : System
progid int
리턴 System