C# Class KnockoutCS.Impl.ObjectPropertyCollectionNative

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

Méthodes publiques

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

Method Details

ObjectPropertyCollectionNative() public méthode

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

TranslateOutgoingValue() public méthode

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