C# 클래스 KnockoutCS.Impl.ObjectPropertyCollectionNative

상속: ObjectPropertyCollection
파일 보기 프로젝트 열기: michaellperry/KnockoutCS

공개 메소드들

메소드 설명
ObjectPropertyCollectionNative ( IObjectInstance objectInstance, ClassProperty classProperty ) : System
TranslateOutgoingValue ( object value ) : object

메소드 상세

ObjectPropertyCollectionNative() 공개 메소드

public ObjectPropertyCollectionNative ( IObjectInstance objectInstance, ClassProperty classProperty ) : System
objectInstance IObjectInstance
classProperty ClassProperty
리턴 System

TranslateOutgoingValue() 공개 메소드

public TranslateOutgoingValue ( object value ) : object
value object
리턴 object