C# (CSharp) MicroLite.Mapping Namespace

Nested Namespaces

MicroLite.Mapping.Attributes
MicroLite.Mapping.Inflection

Classes

Name Description
ColumnInfo
ConventionMappingConvention The implementation of IMappingConvention which uses a convention to map tables and columns to types and properties.
ConventionMappingSettings A class containing the default convention mapping settings
DelegateFactory
ExpandoObjectInfo
ILGeneratorExtensions Extension methods for the ILGenerator class.
LowercaseWithUnderscoresConventionMappingSettings A class containing the convention mapping settings for lowercase with underscore separators (e.g. 'CreditCard' -> 'credit_card').
MappingException
ObjectInfo The class which describes a type and the table it is mapped to.
ObjectInfoExtensions Extension methods for IObjectInfo.
PocoObjectInfo
TableInfo
TupleObjectInfo
UppercaseWithUnderscoresConventionMappingSettings A class containing the convention mapping settings for uppercase with underscore separators (e.g. 'CreditCard' -> 'CREDIT_CARD').