Method | Description | |
---|---|---|
ProcessRequest ( |
Method | Description | |
---|---|---|
parseBoolKeyValue ( string key ) : bool | ||
parseDoubleKeyValue ( string key ) : double | ||
parseGuidKeyValue ( string key ) : System.Guid | ||
parseIntegerKeyValue ( string key ) : int | ||
parseStringKeyValue ( string key, bool isMandatory ) : string | ||
setClientCaching ( ) : void | ||
setContentType ( ) : void |
public ProcessRequest ( |
||
context | ||
return | void |
protected parseBoolKeyValue ( string key ) : bool | ||
key | string | |
return | bool |
protected parseDoubleKeyValue ( string key ) : double | ||
key | string | |
return | double |
protected parseGuidKeyValue ( string key ) : System.Guid | ||
key | string | |
return | System.Guid |
protected parseIntegerKeyValue ( string key ) : int | ||
key | string | |
return | int |
protected parseStringKeyValue ( string key, bool isMandatory ) : string | ||
key | string | |
isMandatory | bool | |
return | string |