C# Class Zetbox.DalProvider.NHibernate.Generator.Templates.ObjectClasses.RightsClass

Inheritance: Zetbox.Generator.ResourceTemplate
Mostra file Open project: daszat/zetbox Class Usage Examples

Protected Properties

Property Type Description
className string
ctx IZetboxContext

Public Methods

Method Description
Call ( Arebis _host, IZetboxContext ctx, string className ) : void
Generate ( ) : void
RightsClass ( Arebis _host, IZetboxContext ctx, string className ) : System

Method Details

Call() public static method

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

Generate() public method

public Generate ( ) : void
return void

RightsClass() public method

public RightsClass ( Arebis _host, IZetboxContext ctx, string className ) : System
_host Arebis
ctx IZetboxContext
className string
return System

Property Details

className protected_oe property

protected string className
return string

ctx protected_oe property

protected IZetboxContext ctx
return IZetboxContext