C# Class WeenyMapper.Exceptions.MissingPropertyException

Inheritance: ReflectionException
Afficher le fichier Open project: erikojebo/WeenyMapper

Méthodes publiques

Méthode Description
CreateFromColumnName ( Type type, string columnName ) : MissingPropertyException
CreateFromPropertyName ( Type type, string propertyName ) : MissingPropertyException

Private Methods

Méthode Description
MissingPropertyException ( string format ) : System

Method Details

CreateFromColumnName() public static méthode

public static CreateFromColumnName ( Type type, string columnName ) : MissingPropertyException
type System.Type
columnName string
Résultat MissingPropertyException

CreateFromPropertyName() public static méthode

public static CreateFromPropertyName ( Type type, string propertyName ) : MissingPropertyException
type System.Type
propertyName string
Résultat MissingPropertyException