Метод | Описание | |
---|---|---|
ProcessRequest ( |
Метод | Описание | |
---|---|---|
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 | ||
Результат | void |
protected parseBoolKeyValue ( string key ) : bool | ||
key | string | |
Результат | bool |
protected parseDoubleKeyValue ( string key ) : double | ||
key | string | |
Результат | double |
protected parseGuidKeyValue ( string key ) : System.Guid | ||
key | string | |
Результат | System.Guid |
protected parseIntegerKeyValue ( string key ) : int | ||
key | string | |
Результат | int |
protected parseStringKeyValue ( string key, bool isMandatory ) : string | ||
key | string | |
isMandatory | bool | |
Результат | string |