C# Class Zetbox.DalProvider.NHibernate.Generator.Templates.ObjectClasses.Template

Inheritance: Zetbox.Generator.Templates.ObjectClasses.Template
Afficher le fichier Open project: daszat/zetbox

Méthodes publiques

Méthode Description
Template ( Arebis _host, Zetbox ctx, Zetbox cls ) : System

Méthodes protégées

Méthode Description
ApplyClassTailTemplate ( ) : void
ApplyCollectionEntryListTemplate ( ObjectReferenceProperty prop ) : void
ApplyCompoundObjectListTemplate ( CompoundObjectProperty prop ) : void
ApplyCompoundObjectPropertyTemplate ( CompoundObjectProperty prop ) : void
ApplyConstructorTemplate ( ) : void
ApplyEnumerationListTemplate ( EnumerationProperty prop ) : void
ApplyEnumerationPropertyTemplate ( EnumerationProperty prop ) : void
ApplyListProperty ( System.Property prop, Zetbox.Generator.Templates serList ) : void
ApplyNamespaceTailTemplate ( ) : void
ApplyNotifyingValueProperty ( System.Property prop, Zetbox.Generator.Templates serList ) : void
ApplyObjectListPropertyTemplate ( ObjectReferenceProperty prop ) : void
ApplyObjectReferenceListTemplate ( ObjectReferenceProperty prop ) : void
ApplyObjectReferencePropertyTemplate ( ObjectReferenceProperty prop ) : void
ApplyOtherListTemplate ( System.Property prop ) : void
ApplyOtherPropertyTemplate ( System.Property prop ) : void
ApplyValueTypeListTemplate ( ValueTypeProperty prop ) : void
ApplyValueTypePropertyTemplate ( ValueTypeProperty prop ) : void
GetExportGuidBackingStoreReference ( ) : string

Private Methods

Méthode Description
GetPersistentInitialisations ( ) : string>>.IEnumerable
GetPersistentProperties ( ) : string>>.IEnumerable

Method Details

ApplyClassTailTemplate() protected méthode

protected ApplyClassTailTemplate ( ) : void
Résultat void

ApplyCollectionEntryListTemplate() protected méthode

protected ApplyCollectionEntryListTemplate ( ObjectReferenceProperty prop ) : void
prop ObjectReferenceProperty
Résultat void

ApplyCompoundObjectListTemplate() protected méthode

protected ApplyCompoundObjectListTemplate ( CompoundObjectProperty prop ) : void
prop CompoundObjectProperty
Résultat void

ApplyCompoundObjectPropertyTemplate() protected méthode

protected ApplyCompoundObjectPropertyTemplate ( CompoundObjectProperty prop ) : void
prop CompoundObjectProperty
Résultat void

ApplyConstructorTemplate() protected méthode

protected ApplyConstructorTemplate ( ) : void
Résultat void

ApplyEnumerationListTemplate() protected méthode

protected ApplyEnumerationListTemplate ( EnumerationProperty prop ) : void
prop EnumerationProperty
Résultat void

ApplyEnumerationPropertyTemplate() protected méthode

protected ApplyEnumerationPropertyTemplate ( EnumerationProperty prop ) : void
prop EnumerationProperty
Résultat void

ApplyListProperty() protected méthode

protected ApplyListProperty ( System.Property prop, Zetbox.Generator.Templates serList ) : void
prop System.Property
serList Zetbox.Generator.Templates
Résultat void

ApplyNamespaceTailTemplate() protected méthode

protected ApplyNamespaceTailTemplate ( ) : void
Résultat void

ApplyNotifyingValueProperty() protected méthode

protected ApplyNotifyingValueProperty ( System.Property prop, Zetbox.Generator.Templates serList ) : void
prop System.Property
serList Zetbox.Generator.Templates
Résultat void

ApplyObjectListPropertyTemplate() protected méthode

protected ApplyObjectListPropertyTemplate ( ObjectReferenceProperty prop ) : void
prop ObjectReferenceProperty
Résultat void

ApplyObjectReferenceListTemplate() protected méthode

protected ApplyObjectReferenceListTemplate ( ObjectReferenceProperty prop ) : void
prop ObjectReferenceProperty
Résultat void

ApplyObjectReferencePropertyTemplate() protected méthode

protected ApplyObjectReferencePropertyTemplate ( ObjectReferenceProperty prop ) : void
prop ObjectReferenceProperty
Résultat void

ApplyOtherListTemplate() protected méthode

protected ApplyOtherListTemplate ( System.Property prop ) : void
prop System.Property
Résultat void

ApplyOtherPropertyTemplate() protected méthode

protected ApplyOtherPropertyTemplate ( System.Property prop ) : void
prop System.Property
Résultat void

ApplyValueTypeListTemplate() protected méthode

protected ApplyValueTypeListTemplate ( ValueTypeProperty prop ) : void
prop ValueTypeProperty
Résultat void

ApplyValueTypePropertyTemplate() protected méthode

protected ApplyValueTypePropertyTemplate ( ValueTypeProperty prop ) : void
prop ValueTypeProperty
Résultat void

GetExportGuidBackingStoreReference() protected méthode

protected GetExportGuidBackingStoreReference ( ) : string
Résultat string

Template() public méthode

public Template ( Arebis _host, Zetbox ctx, Zetbox cls ) : System
_host Arebis
ctx Zetbox
cls Zetbox
Résultat System