C# 클래스 Netsy.Listings.AppSettings

Settings to read from the commandline
파일 보기 프로젝트 열기: AnthonySteele/Netsy

공개 메소드들

메소드 설명
AppSettings ( ) : System

Initializes a new instance of the AppSettings class

ReadParams ( string>.IDictionary initParams ) : void

Read the commandline parameters

비공개 메소드들

메소드 설명
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

메소드 상세

AppSettings() 공개 메소드

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

ReadParams() 공개 메소드

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