C# Class Zetbox.DalProvider.Ef.Generator.Templates.EfModel.ModelCsdl

Afficher le fichier Open project: daszat/zetbox Class Usage Examples

Protected Properties

Свойство Type Description
ctx IZetboxContext

Méthodes publiques

Méthode Description
Call ( Arebis _host, IZetboxContext ctx ) : void
Generate ( ) : void
ModelCsdl ( Arebis _host, IZetboxContext ctx ) : System

Méthodes protégées

Méthode Description
ApplyEntityTypeFieldDefs ( IEnumerable properties ) : void
GetAbstractModifier ( ObjectClass cls ) : string

Private Methods

Méthode Description
PlainPropertyDefinitionFromValueType ( ValueTypeProperty prop, string name, string implementationSuffix ) : string

returns a <Property/> element describing the property without regards for the IsList flag.

Method Details

ApplyEntityTypeFieldDefs() protected méthode

protected ApplyEntityTypeFieldDefs ( IEnumerable properties ) : void
properties IEnumerable
Résultat void

Call() public static méthode

public static Call ( Arebis _host, IZetboxContext ctx ) : void
_host Arebis
ctx IZetboxContext
Résultat void

Generate() public méthode

public Generate ( ) : void
Résultat void

GetAbstractModifier() protected méthode

protected GetAbstractModifier ( ObjectClass cls ) : string
cls ObjectClass
Résultat string

ModelCsdl() public méthode

public ModelCsdl ( Arebis _host, IZetboxContext ctx ) : System
_host Arebis
ctx IZetboxContext
Résultat System

Property Details

ctx protected_oe property

protected IZetboxContext ctx
Résultat IZetboxContext