C# Class ServiceInsight.Models.CommandLineOptions

Mostra file Open project: Particular/ServiceInsight

Public Methods

Method Description
SetAutoRefresh ( string value ) : void
SetEndpointName ( string value ) : void
SetEndpointUri ( string value ) : void
SetResetLayout ( bool value ) : void
SetSearchQuery ( string value ) : void

Private Methods

Method Description
Decode ( string encodedString ) : string

Method Details

SetAutoRefresh() public method

public SetAutoRefresh ( string value ) : void
value string
return void

SetEndpointName() public method

public SetEndpointName ( string value ) : void
value string
return void

SetEndpointUri() public method

public SetEndpointUri ( string value ) : void
value string
return void

SetResetLayout() public method

public SetResetLayout ( bool value ) : void
value bool
return void

SetSearchQuery() public method

public SetSearchQuery ( string value ) : void
value string
return void