C# 클래스 KnockoutCS.Impl.ClassInstance

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

공개 메소드들

메소드 설명
ClassInstance ( Type modelType, Type viewModelType, Type objectInstanceType ) : System
ToString ( ) : string

보호된 메소드들

메소드 설명
DelegatePropertyInfo ( PropertyInfo rawPropertyInfo, bool isModelProperty ) : PropertyInfo

메소드 상세

ClassInstance() 공개 메소드

public ClassInstance ( Type modelType, Type viewModelType, Type objectInstanceType ) : System
modelType System.Type
viewModelType System.Type
objectInstanceType System.Type
리턴 System

DelegatePropertyInfo() 보호된 메소드

protected DelegatePropertyInfo ( PropertyInfo rawPropertyInfo, bool isModelProperty ) : PropertyInfo
rawPropertyInfo System.Reflection.PropertyInfo
isModelProperty bool
리턴 System.Reflection.PropertyInfo

ToString() 공개 메소드

public ToString ( ) : string
리턴 string