C# Class Netsy.Shop.AppSettings

Application settings for the Shop control
Show file Open project: AnthonySteele/Netsy Class Usage Examples

Public Methods

Method Description
AppSettings ( ) : System

Initializes a new instance of the AppSettings class

ReadParams ( string>.IDictionary initParams ) : void

Read paramters from the host

Private Methods

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

Read the user id from the params

Method Details

AppSettings() public method

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

ReadParams() public method

Read paramters from the host
public ReadParams ( string>.IDictionary initParams ) : void
initParams string>.IDictionary parameters from the host
return void