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

Inheritance: Zetbox.Generator.ResourceTemplate
Exibir arquivo Open project: daszat/zetbox

Protected Properties

Property Type Description
ctx IZetboxContext

Public Methods

Method Description
Call ( Arebis _host, IZetboxContext ctx ) : void
Generate ( ) : void
ModelMsl ( Arebis _host, IZetboxContext ctx ) : System

Protected Methods

Method Description
ApplyEntityTypeMapping ( ObjectClass obj ) : void

Method Details

ApplyEntityTypeMapping() protected method

protected ApplyEntityTypeMapping ( ObjectClass obj ) : void
obj ObjectClass
return void

Call() public static method

public static Call ( Arebis _host, IZetboxContext ctx ) : void
_host Arebis
ctx IZetboxContext
return void

Generate() public method

public Generate ( ) : void
return void

ModelMsl() public method

public ModelMsl ( Arebis _host, IZetboxContext ctx ) : System
_host Arebis
ctx IZetboxContext
return System

Property Details

ctx protected_oe property

protected IZetboxContext ctx
return IZetboxContext