C# Class MicroLite.Mapping.ObjectInfo

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

Private Properties

Свойство Type Description
GetObjectInfos IObjectInfo>.Dictionary
VerifyType void

Méthodes publiques

Méthode Description
For ( Type forType ) : IObjectInfo

Gets the object info for the specified type.

Private Methods

Méthode Description
GetObjectInfos ( ) : IObjectInfo>.Dictionary
VerifyType ( Type forType ) : void

Method Details

For() public static méthode

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.
Résultat IObjectInfo