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

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

Public Methods

Method Description
Apply ( IClassInstance instance ) : void

Apply changes to the target

GetAbbrName ( string text ) : string

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

Protected Methods

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

Method Details

Apply() public method

Apply changes to the target
public Apply ( IClassInstance instance ) : void
instance IClassInstance
return void

FluentConventionBase() protected method

protected FluentConventionBase ( ) : System.Collections.Generic
return System.Collections.Generic

FluentConventionBase() protected method

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

GetAbbrName() public method

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