C# Class Jayrock.Json.Conversion.TestCustomTypeDescriptor.FakePropertyImpl

Inheritance: IPropertyImpl
Datei anzeigen Open project: atifaziz/Jayrock

Public Properties

Property Type Description
BaseImpl IPropertyImpl

Public Methods

Method Description
GetValue ( object obj ) : object
SetValue ( object obj, object value ) : void

Method Details

GetValue() public method

public GetValue ( object obj ) : object
obj object
return object

SetValue() public method

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

Property Details

BaseImpl public_oe property

public IPropertyImpl BaseImpl
return IPropertyImpl