C# Class Netsy.Shop.AppSettings

Application settings for the Shop control
Afficher le fichier Open project: AnthonySteele/Netsy Class Usage Examples

Méthodes publiques

Méthode Description
AppSettings ( ) : System

Initializes a new instance of the AppSettings class

ReadParams ( string>.IDictionary initParams ) : void

Read paramters from the host

Private Methods

Méthode Description
ReadUserId ( string>.IDictionary initParams ) : void

Read the user id from the params

Method Details

AppSettings() public méthode

Initializes a new instance of the AppSettings class
public AppSettings ( ) : System
Résultat System

ReadParams() public méthode

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