C# Class NSoft.NFramework.Data.NHibernateEx.MappingContext

NHibernate Mapping 관련 정보
Show file Open project: debop/NFramework

Public Methods

Method Description
AsNamingText ( this name ) : string

지정된 Naming 규칙에 따른 테이블 또는 컬럼명을 반환합니다. (예: Oracle Naming에서는

ToAbbrName ( this text ) : string

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

Private Methods

Method Description
MappingContext ( ) : System.Collections.Concurrent

Method Details

AsNamingText() public static method

지정된 Naming 규칙에 따른 테이블 또는 컬럼명을 반환합니다. (예: Oracle Naming에서는
public static AsNamingText ( this name ) : string
name this
return string

ToAbbrName() public static method

textAbbrNameMap에 등록된 약어 변환 단어가 있더면 약어로 변환하여 반환합니다.
public static ToAbbrName ( this text ) : string
text this 원본 데이타
return string