C# Class Zetbox.DalProvider.NHibernate.Generator.Templates.Mappings.ValueTypePropertyHbm

Inheritance: Zetbox.Generator.ResourceTemplate
Afficher le fichier Open project: daszat/zetbox Class Usage Examples

Protected Properties

Свойство Type Description
ceClassAttr string
ceReverseKeyColumnName string
columnName string
isList bool
listPositionColumnName string
optimisticLock bool
prefix string
propName string
typeAttr string

Méthodes publiques

Méthode Description
Call ( Arebis _host, string prefix, ValueTypeProperty prop, string propName, string columnName, bool forceDefinition, string implementationSuffix, bool needsConcurrency ) : void
Call ( Arebis _host, string prefix, string propName, string columnName, bool isList, string typeAttr, string ceClassAttr, string ceReverseKeyColumnName, string listPositionColumnName, bool optimisticLock ) : void
Generate ( ) : void
ValueTypePropertyHbm ( Arebis _host, string prefix, string propName, string columnName, bool isList, string typeAttr, string ceClassAttr, string ceReverseKeyColumnName, string listPositionColumnName, bool optimisticLock ) : System

Method Details

Call() public static méthode

public static Call ( Arebis _host, string prefix, ValueTypeProperty prop, string propName, string columnName, bool forceDefinition, string implementationSuffix, bool needsConcurrency ) : void
_host Arebis
prefix string
prop ValueTypeProperty
propName string
columnName string
forceDefinition bool
implementationSuffix string
needsConcurrency bool
Résultat void

Call() public static méthode

public static Call ( Arebis _host, string prefix, string propName, string columnName, bool isList, string typeAttr, string ceClassAttr, string ceReverseKeyColumnName, string listPositionColumnName, bool optimisticLock ) : void
_host Arebis
prefix string
propName string
columnName string
isList bool
typeAttr string
ceClassAttr string
ceReverseKeyColumnName string
listPositionColumnName string
optimisticLock bool
Résultat void

Generate() public méthode

public Generate ( ) : void
Résultat void

ValueTypePropertyHbm() public méthode

public ValueTypePropertyHbm ( Arebis _host, string prefix, string propName, string columnName, bool isList, string typeAttr, string ceClassAttr, string ceReverseKeyColumnName, string listPositionColumnName, bool optimisticLock ) : System
_host Arebis
prefix string
propName string
columnName string
isList bool
typeAttr string
ceClassAttr string
ceReverseKeyColumnName string
listPositionColumnName string
optimisticLock bool
Résultat System

Property Details

ceClassAttr protected_oe property

protected string ceClassAttr
Résultat string

ceReverseKeyColumnName protected_oe property

protected string ceReverseKeyColumnName
Résultat string

columnName protected_oe property

protected string columnName
Résultat string

isList protected_oe property

protected bool isList
Résultat bool

listPositionColumnName protected_oe property

protected string listPositionColumnName
Résultat string

optimisticLock protected_oe property

protected bool optimisticLock
Résultat bool

prefix protected_oe property

protected string prefix
Résultat string

propName protected_oe property

protected string propName
Résultat string

typeAttr protected_oe property

protected string typeAttr
Résultat string