C# 클래스 TubeGuardian.clsED

파일 보기 프로젝트 열기: joshgoodwin/TubeGuardian 1 사용 예제들

공개 메소드들

메소드 설명
ChangeAccountRatings ( clsCredentials Account, List Videos, bool Enable ) : void
ChangeAccountRatings ( clsCredentials Account, string VideoID, bool Enable ) : void
clsED ( ) : System
clsED ( clsSettings Settings ) : System

비공개 메소드들

메소드 설명
AddAccount ( clsCredentials Account ) : void
RemoveAccount ( clsCredentials Account ) : void
_raise_started_action ( ) : void
_settings_OnAccountAdded ( object sender, clsCredentials Account ) : void
_settings_OnAccountRemoved ( object sender, clsCredentials Account ) : void
sm_OnException ( object sender, Exception e ) : void
sm_OnFailure ( object sender, clsSettingsManager f ) : void
sm_OnStatusChange ( object sender, clsSettingsManager s ) : void
sm_OnSuccess ( object sender, clsSettingsManager f ) : void

메소드 상세

ChangeAccountRatings() 공개 메소드

public ChangeAccountRatings ( clsCredentials Account, List Videos, bool Enable ) : void
Account clsCredentials
Videos List
Enable bool
리턴 void

ChangeAccountRatings() 공개 메소드

public ChangeAccountRatings ( clsCredentials Account, string VideoID, bool Enable ) : void
Account clsCredentials
VideoID string
Enable bool
리턴 void

clsED() 공개 메소드

public clsED ( ) : System
리턴 System

clsED() 공개 메소드

public clsED ( clsSettings Settings ) : System
Settings clsSettings
리턴 System