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

Inheritance: Zetbox.Generator.ResourceTemplate
Datei anzeigen 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_oe property

protected string assocName
return string

cls protected_oe property

protected ObjectClass cls
return ObjectClass

ctx protected_oe property

protected IZetboxContext ctx
return IZetboxContext

referencedImplementation protected_oe property

protected string referencedImplementation
return string

targetRoleName protected_oe property

protected string targetRoleName
return string