C# Class rosette_api.StaticValueProvider

JSON value provider that always returns a static value
Inheritance: IValueProvider
Exibir arquivo Open project: rosette-api/csharp

Public Methods

Method Description
GetValue ( object target ) : object
SetValue ( object target, object value ) : void
StaticValueProvider ( object staticValue ) : System

Method Details

GetValue() public method

public GetValue ( object target ) : object
target object
return object

SetValue() public method

public SetValue ( object target, object value ) : void
target object
value object
return void

StaticValueProvider() public method

public StaticValueProvider ( object staticValue ) : System
staticValue object
return System