C# Class KnockoutCS.Impl.ObjectPropertyAtom

Inheritance: ObjectProperty
Exibir arquivo Open project: michaellperry/KnockoutCS

Public Methods

Method Description
ObjectPropertyAtom ( IObjectInstance objectInstance, ClassProperty classProperty ) : System
OnUserInput ( object value ) : void
TranslateIncommingValue ( object value ) : object
TranslateOutgoingValue ( object value ) : object

Method Details

ObjectPropertyAtom() public method

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

OnUserInput() public method

public OnUserInput ( object value ) : void
value object
return void

TranslateIncommingValue() public abstract method

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

TranslateOutgoingValue() public abstract method

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