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

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

Protected Properties

Свойство Type Description
ctx IZetboxContext
parentName string
prop CompoundObjectProperty
propNameOverride string

Méthodes publiques

Méthode Description
Call ( IGenerationHost host, IZetboxContext ctx, System.Property prop, string parentName ) : void
Call ( IGenerationHost host, IZetboxContext ctx, System.Property prop, string propNameOverride, string parentName ) : void
Generate ( ) : void
ModelMslEntityTypeMappingComplexProperty ( Arebis _host, IZetboxContext ctx, CompoundObjectProperty prop, string propNameOverride, string parentName ) : System

Method Details

Call() public static méthode

public static Call ( IGenerationHost host, IZetboxContext ctx, System.Property prop, string parentName ) : void
host IGenerationHost
ctx IZetboxContext
prop System.Property
parentName string
Résultat void

Call() public static méthode

public static Call ( IGenerationHost host, IZetboxContext ctx, System.Property prop, string propNameOverride, string parentName ) : void
host IGenerationHost
ctx IZetboxContext
prop System.Property
propNameOverride string
parentName string
Résultat void

Generate() public méthode

public Generate ( ) : void
Résultat void

ModelMslEntityTypeMappingComplexProperty() public méthode

public ModelMslEntityTypeMappingComplexProperty ( Arebis _host, IZetboxContext ctx, CompoundObjectProperty prop, string propNameOverride, string parentName ) : System
_host Arebis
ctx IZetboxContext
prop CompoundObjectProperty
propNameOverride string
parentName string
Résultat System

Property Details

ctx protected_oe property

protected IZetboxContext ctx
Résultat IZetboxContext

parentName protected_oe property

protected string parentName
Résultat string

prop protected_oe property

protected CompoundObjectProperty prop
Résultat CompoundObjectProperty

propNameOverride protected_oe property

protected string propNameOverride
Résultat string