C# (CSharp) MicroLite.Mapping 네임스페이스

중첩된 네임스페이스

MicroLite.Mapping.Attributes
MicroLite.Mapping.Inflection

클래스들

이름 설명
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').