C# Class TubeGuardian.clsED

显示文件 Open project: joshgoodwin/TubeGuardian Class Usage Examples

Public Methods

Method Description
ChangeAccountRatings ( clsCredentials Account, List Videos, bool Enable ) : void
ChangeAccountRatings ( clsCredentials Account, string VideoID, bool Enable ) : void
clsED ( ) : System
clsED ( clsSettings Settings ) : System

Private Methods

Method Description
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

Method Details

ChangeAccountRatings() public method

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

ChangeAccountRatings() public method

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

clsED() public method

public clsED ( ) : System
return System

clsED() public method

public clsED ( clsSettings Settings ) : System
Settings clsSettings
return System