C# Class OmnitureConsole.CommandParameters.ApiCredentialParameters

Show file Open project: Sn3b/Omniture-API Class Usage Examples

Public Properties

Property Type Description
Secret string
Username string

Public Methods

Method Description
ApplyTo ( ManyConsole.ConsoleCommand command ) : void
ApplyWithoutCheckingFile ( ManyConsole.ConsoleCommand command ) : void
ToString ( ) : string

Private Methods

Method Description
FindAndLoadCredentialsIfAvailable ( ) : void

Method Details

ApplyTo() public method

public ApplyTo ( ManyConsole.ConsoleCommand command ) : void
command ManyConsole.ConsoleCommand
return void

ApplyWithoutCheckingFile() public method

public ApplyWithoutCheckingFile ( ManyConsole.ConsoleCommand command ) : void
command ManyConsole.ConsoleCommand
return void

ToString() public method

public ToString ( ) : string
return string

Property Details

Secret public property

public string Secret
return string

Username public property

public string Username
return string