C# Class NHibernateHbmToFluent.Converter.Extensions.NHibernate.HbmManyToOneExtensions

Afficher le fichier Open project: mvba/hbm-to-fnh

Méthodes publiques

Méthode Description
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?

Private Methods

Méthode Description
Column ( this item ) : NHibernate.Cfg.MappingSchema.HbmColumn

Method Details

CanBeNull() public static méthode

public static CanBeNull ( this item ) : bool?
item this
Résultat bool?

GetColumnName() public static méthode

public static GetColumnName ( this item ) : string
item this
Résultat string

GetMaxLength() public static méthode

public static GetMaxLength ( this item ) : int?
item this
Résultat int?

GetPropertyName() public static méthode

public static GetPropertyName ( this item ) : string
item this
Résultat string

GetReturnType() public static méthode

public static GetReturnType ( this item ) : string
item this
Résultat string

GetSqlType() public static méthode

public static GetSqlType ( this item ) : string
item this
Résultat string

GetUniqueIndex() public static méthode

public static GetUniqueIndex ( this item ) : string
item this
Résultat string

IsUnique() public static méthode

public static IsUnique ( this item ) : bool?
item this
Résultat bool?