C# Class KnockoutCS.Impl.ObjectPropertyCollectionNative

Inheritance: ObjectPropertyCollection
Datei anzeigen Open project: michaellperry/KnockoutCS

Public Methods

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

Method Details

ObjectPropertyCollectionNative() public method

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

TranslateOutgoingValue() public method

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