C# 클래스 KnockoutCS.Impl.ObjectPropertyAtomNative

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

공개 메소드들

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

메소드 상세

ObjectPropertyAtomNative() 공개 메소드

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

TranslateIncommingValue() 공개 메소드

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

TranslateOutgoingValue() 공개 메소드

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