C# 클래스 NSoft.NFramework.Data.NHibernateEx.Fluents.FluentConventionBase

FluentNHibernate 의 Convention 기능을 활용하기 위한 기본 클래스입니다.
상속: IFluentConvention, IClassConvention
파일 보기 프로젝트 열기: debop/NFramework

공개 메소드들

메소드 설명
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