C# Class PineCone.Structures.Schemas.StructureProperty

Inheritance: IStructureProperty
Show file Open project: danielwertheim/PineCone

Public Methods

Method Description
GetValue ( object item ) : object
SetValue ( object target, object value ) : void
StructureProperty ( StructurePropertyInfo info, DynamicGetter getter, DynamicSetter setter = null ) : System

Method Details

GetValue() public method

public GetValue ( object item ) : object
item object
return object

SetValue() public method

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

StructureProperty() public method

public StructureProperty ( StructurePropertyInfo info, DynamicGetter getter, DynamicSetter setter = null ) : System
info StructurePropertyInfo
getter DynamicGetter
setter DynamicSetter
return System