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

Inheritance: Zetbox.Generator.ResourceTemplate
Mostrar archivo Open project: daszat/zetbox Class Usage Examples

Protected Properties

Property Type Description
ctx IZetboxContext
parentName string
prop CompoundObjectProperty
propNameOverride string

Public Methods

Method 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 method

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

Call() public static method

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
return void

Generate() public method

public Generate ( ) : void
return void

ModelMslEntityTypeMappingComplexProperty() public method

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

Property Details

ctx protected_oe property

protected IZetboxContext ctx
return IZetboxContext

parentName protected_oe property

protected string parentName
return string

prop protected_oe property

protected CompoundObjectProperty prop
return CompoundObjectProperty

propNameOverride protected_oe property

protected string propNameOverride
return string