C# Class Zetbox.DalProvider.Ef.Generator.Templates.Properties.EnumPropertyShim

Inheritance: Zetbox.Generator.ResourceTemplate
显示文件 Open project: daszat/zetbox

Protected Properties

Property Type Description
ctx IZetboxContext
efName string
enumType string
isNullable bool
name string

Public Methods

Method Description
Call ( Arebis _host, IZetboxContext ctx, string enumType, string name, string efName, bool isNullable ) : void
EnumPropertyShim ( Arebis _host, IZetboxContext ctx, string enumType, string name, string efName, bool isNullable ) : System
Generate ( ) : void

Method Details

Call() public static method

public static Call ( Arebis _host, IZetboxContext ctx, string enumType, string name, string efName, bool isNullable ) : void
_host Arebis
ctx IZetboxContext
enumType string
name string
efName string
isNullable bool
return void

EnumPropertyShim() public method

public EnumPropertyShim ( Arebis _host, IZetboxContext ctx, string enumType, string name, string efName, bool isNullable ) : System
_host Arebis
ctx IZetboxContext
enumType string
name string
efName string
isNullable bool
return System

Generate() public method

public Generate ( ) : void
return void

Property Details

ctx protected_oe property

protected IZetboxContext ctx
return IZetboxContext

efName protected_oe property

protected string efName
return string

enumType protected_oe property

protected string enumType
return string

isNullable protected_oe property

protected bool isNullable
return bool

name protected_oe property

protected string name
return string