C# 클래스 NHibernateHbmToFluent.Converter.Extensions.NHibernate.HbmManyToOneExtensions

파일 보기 프로젝트 열기: mvba/hbm-to-fnh

공개 메소드들

메소드 설명
CanBeNull ( this item ) : bool?
GetColumnName ( this item ) : string
GetMaxLength ( this item ) : int?
GetPropertyName ( this item ) : string
GetReturnType ( this item ) : string
GetSqlType ( this item ) : string
GetUniqueIndex ( this item ) : string
IsUnique ( this item ) : bool?

비공개 메소드들

메소드 설명
Column ( this item ) : NHibernate.Cfg.MappingSchema.HbmColumn

메소드 상세

CanBeNull() 공개 정적인 메소드

public static CanBeNull ( this item ) : bool?
item this
리턴 bool?

GetColumnName() 공개 정적인 메소드

public static GetColumnName ( this item ) : string
item this
리턴 string

GetMaxLength() 공개 정적인 메소드

public static GetMaxLength ( this item ) : int?
item this
리턴 int?

GetPropertyName() 공개 정적인 메소드

public static GetPropertyName ( this item ) : string
item this
리턴 string

GetReturnType() 공개 정적인 메소드

public static GetReturnType ( this item ) : string
item this
리턴 string

GetSqlType() 공개 정적인 메소드

public static GetSqlType ( this item ) : string
item this
리턴 string

GetUniqueIndex() 공개 정적인 메소드

public static GetUniqueIndex ( this item ) : string
item this
리턴 string

IsUnique() 공개 정적인 메소드

public static IsUnique ( this item ) : bool?
item this
리턴 bool?