C# Class NSoft.NFramework.Data.NHibernateEx.Fluents.FluentConventionBase

FluentNHibernate 의 Convention 기능을 활용하기 위한 기본 클래스입니다.
Inheritance: IFluentConvention, IClassConvention
Afficher le fichier Open project: debop/NFramework

Méthodes publiques

Méthode Description
Apply ( IClassInstance instance ) : void

Apply changes to the target

GetAbbrName ( string text ) : string

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

Méthodes protégées

Méthode Description
FluentConventionBase ( ) : System.Collections.Generic
FluentConventionBase ( ConventionOptions options, IEnumerable propertyWithClassNames = null, string>.IDictionary abbrNameMap = null ) : System.Collections.Generic

Method Details

Apply() public méthode

Apply changes to the target
public Apply ( IClassInstance instance ) : void
instance IClassInstance
Résultat void

FluentConventionBase() protected méthode

protected FluentConventionBase ( ) : System.Collections.Generic
Résultat System.Collections.Generic

FluentConventionBase() protected méthode

protected FluentConventionBase ( ConventionOptions options, IEnumerable propertyWithClassNames = null, string>.IDictionary abbrNameMap = null ) : System.Collections.Generic
options ConventionOptions
propertyWithClassNames IEnumerable
abbrNameMap string>.IDictionary
Résultat System.Collections.Generic

GetAbbrName() public méthode

textAbbrNameMap에 등록된 약어 변환 단어가 있더면 약어로 변환하여 반환합니다.
public GetAbbrName ( string text ) : string
text string 원본 문자열
Résultat string