C# Класс MicroLite.Mapping.ObjectInfo

The class which describes a type and the table it is mapped to.
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
GetObjectInfos IObjectInfo>.Dictionary
VerifyType void

Открытые методы

Метод Описание
For ( Type forType ) : IObjectInfo

Gets the object info for the specified type.

Приватные методы

Метод Описание
GetObjectInfos ( ) : IObjectInfo>.Dictionary
VerifyType ( Type forType ) : void

Описание методов

For() публичный статический Метод

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.
Результат IObjectInfo