C# Class Zetbox.DalProvider.Ef.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
ApplyClassAttributeTemplate ( ) : void
ApplyClassTailTemplate ( ) : void
ApplyCollectionEntryListTemplate ( Relation rel, RelationEndRole endRole ) : void
ApplyCompoundObjectListTemplate ( CompoundObjectProperty prop ) : void
ApplyCompoundObjectPropertyTemplate ( CompoundObjectProperty prop ) : void
ApplyEnumerationPropertyTemplate ( EnumerationProperty prop ) : void
ApplyNamespaceTailTemplate ( ) : void
ApplyObjectReferenceListTemplate ( ObjectReferenceProperty prop ) : void
ApplyObjectReferencePropertyTemplate ( ObjectReferenceProperty prop ) : void
ApplyUpdateParentTemplate ( ) : void
ApplyValueTypeListTemplate ( ValueTypeProperty prop ) : void
GetBaseClass ( ) : string

Method Details

ApplyClassAttributeTemplate() protected méthode

protected ApplyClassAttributeTemplate ( ) : void
Résultat void

ApplyClassTailTemplate() protected méthode

protected ApplyClassTailTemplate ( ) : void
Résultat void

ApplyCollectionEntryListTemplate() protected méthode

protected ApplyCollectionEntryListTemplate ( Relation rel, RelationEndRole endRole ) : void
rel Relation
endRole RelationEndRole
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

ApplyEnumerationPropertyTemplate() protected méthode

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

ApplyNamespaceTailTemplate() protected méthode

protected ApplyNamespaceTailTemplate ( ) : void
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

ApplyUpdateParentTemplate() protected méthode

protected ApplyUpdateParentTemplate ( ) : void
Résultat void

ApplyValueTypeListTemplate() protected méthode

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

GetBaseClass() protected méthode

protected GetBaseClass ( ) : 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