C# Class ServiceInsight.Models.CommandLineOptions

Afficher le fichier Open project: Particular/ServiceInsight

Méthodes publiques

Méthode Description
SetAutoRefresh ( string value ) : void
SetEndpointName ( string value ) : void
SetEndpointUri ( string value ) : void
SetResetLayout ( bool value ) : void
SetSearchQuery ( string value ) : void

Private Methods

Méthode Description
Decode ( string encodedString ) : string

Method Details

SetAutoRefresh() public méthode

public SetAutoRefresh ( string value ) : void
value string
Résultat void

SetEndpointName() public méthode

public SetEndpointName ( string value ) : void
value string
Résultat void

SetEndpointUri() public méthode

public SetEndpointUri ( string value ) : void
value string
Résultat void

SetResetLayout() public méthode

public SetResetLayout ( bool value ) : void
value bool
Résultat void

SetSearchQuery() public méthode

public SetSearchQuery ( string value ) : void
value string
Résultat void