C# Class WeenyMapper.Exceptions.MissingPropertyException

Inheritance: ReflectionException
Mostra file Open project: erikojebo/WeenyMapper

Public Methods

Method Description
CreateFromColumnName ( Type type, string columnName ) : MissingPropertyException
CreateFromPropertyName ( Type type, string propertyName ) : MissingPropertyException

Private Methods

Method Description
MissingPropertyException ( string format ) : System

Method Details

CreateFromColumnName() public static method

public static CreateFromColumnName ( Type type, string columnName ) : MissingPropertyException
type System.Type
columnName string
return MissingPropertyException

CreateFromPropertyName() public static method

public static CreateFromPropertyName ( Type type, string propertyName ) : MissingPropertyException
type System.Type
propertyName string
return MissingPropertyException