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

A class containing the default convention mapping settings
Показать файл Открыть проект Примеры использования класса

Защищенные методы

Метод Описание
GetColumnName ( PropertyInfo propertyInfo ) : string

Gets the column name for the specified PropertyInfo using the default convention settings.

GetTableName ( Type type ) : string

Gets the table name for the specified Type using the default contention settings.

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

Метод Описание
ConventionMappingSettings ( ) : System

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

GetColumnName() защищенный статический Метод

Gets the column name for the specified PropertyInfo using the default convention settings.
protected static GetColumnName ( PropertyInfo propertyInfo ) : string
propertyInfo System.Reflection.PropertyInfo The property info for the property.
Результат string

GetTableName() защищенный статический Метод

Gets the table name for the specified Type using the default contention settings.
protected static GetTableName ( Type type ) : string
type System.Type The type for the class.
Результат string