C# Class KnockoutCS.Impl.ObjectPropertyAtomObject

Inheritance: ObjectPropertyAtom
Exibir arquivo Open project: michaellperry/KnockoutCS

Public Methods

Method Description
ObjectPropertyAtomObject ( IObjectInstance objectInstance, ClassProperty classProperty ) : System
TranslateIncommingValue ( object value ) : object
TranslateOutgoingValue ( object value ) : object

Method Details

ObjectPropertyAtomObject() public method

public ObjectPropertyAtomObject ( IObjectInstance objectInstance, ClassProperty classProperty ) : System
objectInstance IObjectInstance
classProperty ClassProperty
return System

TranslateIncommingValue() public method

public TranslateIncommingValue ( object value ) : object
value object
return object

TranslateOutgoingValue() public method

public TranslateOutgoingValue ( object value ) : object
value object
return object