C# Class Jayrock.Json.Conversion.CustomTypeDescriptor.TypeFieldDescriptor

A PropertyDescriptor implementation around FieldInfo.
Inheritance: TypeMemberDescriptor
Datei anzeigen Open project: atifaziz/Jayrock

Public Methods

Method Description
TypeFieldDescriptor ( FieldInfo field, string name ) : System

Protected Methods

Method Description
GetValueImpl ( object component ) : object
SetValueImpl ( object component, object value ) : void

Method Details

GetValueImpl() protected method

protected GetValueImpl ( object component ) : object
component object
return object

SetValueImpl() protected method

protected SetValueImpl ( object component, object value ) : void
component object
value object
return void

TypeFieldDescriptor() public method

public TypeFieldDescriptor ( FieldInfo field, string name ) : System
field System.Reflection.FieldInfo
name string
return System