C# Класс NSoft.NFramework.Data.NHibernateEx.Fluents.FluentConventionBase

FluentNHibernate 의 Convention 기능을 활용하기 위한 기본 클래스입니다.
Наследование: IFluentConvention, IClassConvention
Показать файл Открыть проект

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

Метод Описание
Apply ( IClassInstance instance ) : void

Apply changes to the target

GetAbbrName ( string text ) : string

textAbbrNameMap에 등록된 약어 변환 단어가 있더면 약어로 변환하여 반환합니다.

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

Метод Описание
FluentConventionBase ( ) : System.Collections.Generic
FluentConventionBase ( ConventionOptions options, IEnumerable propertyWithClassNames = null, string>.IDictionary abbrNameMap = null ) : System.Collections.Generic

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

Apply() публичный Метод

Apply changes to the target
public Apply ( IClassInstance instance ) : void
instance IClassInstance
Результат void

FluentConventionBase() защищенный Метод

protected FluentConventionBase ( ) : System.Collections.Generic
Результат System.Collections.Generic

FluentConventionBase() защищенный Метод

protected FluentConventionBase ( ConventionOptions options, IEnumerable propertyWithClassNames = null, string>.IDictionary abbrNameMap = null ) : System.Collections.Generic
options ConventionOptions
propertyWithClassNames IEnumerable
abbrNameMap string>.IDictionary
Результат System.Collections.Generic

GetAbbrName() публичный Метод

textAbbrNameMap에 등록된 약어 변환 단어가 있더면 약어로 변환하여 반환합니다.
public GetAbbrName ( string text ) : string
text string 원본 문자열
Результат string