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

Inheritance: Zetbox.Generator.ResourceTemplate
Mostrar archivo Open project: daszat/zetbox

Protected Properties

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

Public Methods

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

Method Details

Call() public static method

public static Call ( Arebis _host, IZetboxContext ctx, ObjectClass cls, string assocName, string targetRoleName, string referencedImplementation, string efNameRightsPropertyName ) : void
_host Arebis
ctx IZetboxContext
cls ObjectClass
assocName string
targetRoleName string
referencedImplementation string
efNameRightsPropertyName 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

SecurityRulesProperties() public method

public SecurityRulesProperties ( Arebis _host, IZetboxContext ctx, ObjectClass cls, string assocName, string targetRoleName, string referencedImplementation, string efNameRightsPropertyName ) : System
_host Arebis
ctx IZetboxContext
cls ObjectClass
assocName string
targetRoleName string
referencedImplementation string
efNameRightsPropertyName 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

efNameRightsPropertyName protected_oe property

protected string efNameRightsPropertyName
return string

referencedImplementation protected_oe property

protected string referencedImplementation
return string

targetRoleName protected_oe property

protected string targetRoleName
return string