C# Class Zetbox.DalProvider.Ef.Generator.Templates.ObjectClasses.SecurityRulesClass

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

Protected Properties

Property Type Description
assocName string
cls ObjectClass
ctx IZetboxContext
referencedImplementation string
targetRoleName string

Public Methods

Method Description
Call ( Arebis _host, IZetboxContext ctx, ObjectClass cls, string assocName, string targetRoleName, string referencedImplementation ) : void
Call ( IGenerationHost host, IZetboxContext ctx, ObjectClass cls ) : void
Generate ( ) : void
SecurityRulesClass ( Arebis _host, IZetboxContext ctx, ObjectClass cls, string assocName, string targetRoleName, string referencedImplementation ) : System

Method Details

Call() public static method

public static Call ( Arebis _host, IZetboxContext ctx, ObjectClass cls, string assocName, string targetRoleName, string referencedImplementation ) : void
_host Arebis
ctx IZetboxContext
cls ObjectClass
assocName string
targetRoleName string
referencedImplementation string
return void

Call() public static method

public static Call ( IGenerationHost host, IZetboxContext ctx, ObjectClass cls ) : void
host IGenerationHost
ctx IZetboxContext
cls ObjectClass
return void

Generate() public method

public Generate ( ) : void
return void

SecurityRulesClass() public method

public SecurityRulesClass ( Arebis _host, IZetboxContext ctx, ObjectClass cls, string assocName, string targetRoleName, string referencedImplementation ) : System
_host Arebis
ctx IZetboxContext
cls ObjectClass
assocName string
targetRoleName string
referencedImplementation string
return System

Property Details

assocName protected property

protected string assocName
return string

cls protected property

protected ObjectClass cls
return ObjectClass

ctx protected property

protected IZetboxContext ctx
return IZetboxContext

referencedImplementation protected property

protected string referencedImplementation
return string

targetRoleName protected property

protected string targetRoleName
return string