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

Inheritance: Zetbox.Generator.ResourceTemplate
Show file 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 property

protected IZetboxContext ctx
return IZetboxContext

efName protected property

protected string efName
return string

enumType protected property

protected string enumType
return string

isNullable protected property

protected bool isNullable
return bool

name protected property

protected string name
return string