C# Class KnockoutCS.Impl.ObjectPropertyAtomNative

Inheritance: ObjectPropertyAtom
Afficher le fichier Open project: michaellperry/KnockoutCS

Méthodes publiques

Méthode Description
ObjectPropertyAtomNative ( IObjectInstance objectInstance, ClassProperty classProperty ) : System
TranslateIncommingValue ( object value ) : object
TranslateOutgoingValue ( object value ) : object

Method Details

ObjectPropertyAtomNative() public méthode

public ObjectPropertyAtomNative ( IObjectInstance objectInstance, ClassProperty classProperty ) : System
objectInstance IObjectInstance
classProperty ClassProperty
Résultat System

TranslateIncommingValue() public méthode

public TranslateIncommingValue ( object value ) : object
value object
Résultat object

TranslateOutgoingValue() public méthode

public TranslateOutgoingValue ( object value ) : object
value object
Résultat object