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

NHibernate Mapping 관련 정보
Afficher le fichier Open project: debop/NFramework

Méthodes publiques

Méthode Description
AsNamingText ( this name ) : string

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

ToAbbrName ( this text ) : string

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

Private Methods

Méthode Description
MappingContext ( ) : System.Collections.Concurrent

Method Details

AsNamingText() public static méthode

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

ToAbbrName() public static méthode

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