C# Class KnockoutCS.Impl.ClassInstance

Inheritance: DelegatedType
Exibir arquivo Open project: michaellperry/KnockoutCS

Public Methods

Method Description
ClassInstance ( Type modelType, Type viewModelType, Type objectInstanceType ) : System
ToString ( ) : string

Protected Methods

Method Description
DelegatePropertyInfo ( PropertyInfo rawPropertyInfo, bool isModelProperty ) : PropertyInfo

Method Details

ClassInstance() public method

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

DelegatePropertyInfo() protected method

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

ToString() public method

public ToString ( ) : string
return string