C# 클래스 NHibernateHbmToFluent.Converter.HbmFileUtility

파일 보기 프로젝트 열기: mvba/hbm-to-fnh 1 사용 예제들

공개 메소드들

메소드 설명
LoadFile ( string nhibernateFilePath ) : IEnumerable
LoadFromString ( string hbmData ) : MappedClassInfo

메소드 상세

LoadFile() 공개 정적인 메소드

public static LoadFile ( string nhibernateFilePath ) : IEnumerable
nhibernateFilePath string
리턴 IEnumerable

LoadFromString() 공개 정적인 메소드

public static LoadFromString ( string hbmData ) : MappedClassInfo
hbmData string
리턴 MappedClassInfo