C# 클래스 Zetbox.DalProvider.Ef.Generator.Templates.Properties.SecurityRulesProperties

상속: Zetbox.Generator.ResourceTemplate
파일 보기 프로젝트 열기: daszat/zetbox

보호된 프로퍼티들

프로퍼티 타입 설명
assocName string
cls ObjectClass
ctx IZetboxContext
efNameRightsPropertyName string
referencedImplementation string
targetRoleName string

공개 메소드들

메소드 설명
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

메소드 상세

Call() 공개 정적인 메소드

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
리턴 void

Call() 공개 정적인 메소드

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

Generate() 공개 메소드

public Generate ( ) : void
리턴 void

SecurityRulesProperties() 공개 메소드

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
리턴 System

프로퍼티 상세

assocName 보호되어 있는 프로퍼티

protected string assocName
리턴 string

cls 보호되어 있는 프로퍼티

protected ObjectClass cls
리턴 ObjectClass

ctx 보호되어 있는 프로퍼티

protected IZetboxContext ctx
리턴 IZetboxContext

efNameRightsPropertyName 보호되어 있는 프로퍼티

protected string efNameRightsPropertyName
리턴 string

referencedImplementation 보호되어 있는 프로퍼티

protected string referencedImplementation
리턴 string

targetRoleName 보호되어 있는 프로퍼티

protected string targetRoleName
리턴 string