C# Class Netsy.Listings.AppSettings

Settings to read from the commandline
Show file Open project: AnthonySteele/Netsy

Public Methods

Method Description
AppSettings ( ) : System

Initializes a new instance of the AppSettings class

ReadParams ( string>.IDictionary initParams ) : void

Read the commandline parameters

Private Methods

Method Description
ReadRetrieval ( string>.IDictionary initParams ) : void

Read the retrieval parameter from the params

ReadUserId ( string>.IDictionary initParams ) : void

Read the user id from the params

UserIdIsRequired ( ) : bool

Indicates if the retrieval mode will require a user id

Method Details

AppSettings() public method

Initializes a new instance of the AppSettings class
public AppSettings ( ) : System
return System

ReadParams() public method

Read the commandline parameters
public ReadParams ( string>.IDictionary initParams ) : void
initParams string>.IDictionary the control params
return void