C# Class KnockoutCS.Impl.ObjectPropertyAtomNative

Inheritance: ObjectPropertyAtom
Mostrar archivo Open project: michaellperry/KnockoutCS

Public Methods

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

Method Details

ObjectPropertyAtomNative() public method

public ObjectPropertyAtomNative ( 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