C# Class MicroLite.Mapping.ObjectInfo

The class which describes a type and the table it is mapped to.
Show file Open project: TrevorPilley/MicroLite Class Usage Examples

Private Properties

Property Type Description
GetObjectInfos IObjectInfo>.Dictionary
VerifyType void

Public Methods

Method Description
For ( Type forType ) : IObjectInfo

Gets the object info for the specified type.

Private Methods

Method Description
GetObjectInfos ( ) : IObjectInfo>.Dictionary
VerifyType ( Type forType ) : void

Method Details

For() public static method

Gets the object info for the specified type.
Thrown if forType is null. Thrown if the specified type cannot be used with MicroLite.
public static For ( Type forType ) : IObjectInfo
forType System.Type The type to get the object info for.
return IObjectInfo