C# Class OmnitureConsole.CommandParameters.ApiCredentialParameters

Afficher le fichier Open project: Sn3b/Omniture-API Class Usage Examples

Méthodes publiques

Свойство Type Description
Secret string
Username string

Méthodes publiques

Méthode Description
ApplyTo ( ManyConsole.ConsoleCommand command ) : void
ApplyWithoutCheckingFile ( ManyConsole.ConsoleCommand command ) : void
ToString ( ) : string

Private Methods

Méthode Description
FindAndLoadCredentialsIfAvailable ( ) : void

Method Details

ApplyTo() public méthode

public ApplyTo ( ManyConsole.ConsoleCommand command ) : void
command ManyConsole.ConsoleCommand
Résultat void

ApplyWithoutCheckingFile() public méthode

public ApplyWithoutCheckingFile ( ManyConsole.ConsoleCommand command ) : void
command ManyConsole.ConsoleCommand
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

Secret public_oe property

public string Secret
Résultat string

Username public_oe property

public string Username
Résultat string