C# Class DynamicRest.ParametersStore

Afficher le fichier Open project: Huddle/dynamicrest Class Usage Examples

Méthodes publiques

Méthode Description
Contains ( string key ) : bool
GetParameter ( string parameterName ) : object
SetParameter ( string key, object value ) : void

Method Details

Contains() public méthode

public Contains ( string key ) : bool
key string
Résultat bool

GetParameter() public méthode

public GetParameter ( string parameterName ) : object
parameterName string
Résultat object

SetParameter() public méthode

public SetParameter ( string key, object value ) : void
key string
value object
Résultat void