C# Class KnockoutCS.Impl.ClassInstance

Inheritance: DelegatedType
Afficher le fichier Open project: michaellperry/KnockoutCS

Méthodes publiques

Méthode Description
ClassInstance ( Type modelType, Type viewModelType, Type objectInstanceType ) : System
ToString ( ) : string

Méthodes protégées

Méthode Description
DelegatePropertyInfo ( PropertyInfo rawPropertyInfo, bool isModelProperty ) : PropertyInfo

Method Details

ClassInstance() public méthode

public ClassInstance ( Type modelType, Type viewModelType, Type objectInstanceType ) : System
modelType System.Type
viewModelType System.Type
objectInstanceType System.Type
Résultat System

DelegatePropertyInfo() protected méthode

protected DelegatePropertyInfo ( PropertyInfo rawPropertyInfo, bool isModelProperty ) : PropertyInfo
rawPropertyInfo System.Reflection.PropertyInfo
isModelProperty bool
Résultat System.Reflection.PropertyInfo

ToString() public méthode

public ToString ( ) : string
Résultat string