C# Class DynamicRest.ParametersStore

ファイルを表示 Open project: Huddle/dynamicrest Class Usage Examples

Public Methods

Method Description
Contains ( string key ) : bool
GetParameter ( string parameterName ) : object
SetParameter ( string key, object value ) : void

Method Details

Contains() public method

public Contains ( string key ) : bool
key string
return bool

GetParameter() public method

public GetParameter ( string parameterName ) : object
parameterName string
return object

SetParameter() public method

public SetParameter ( string key, object value ) : void
key string
value object
return void