C# 클래스 Zetbox.Generator.Templates.Properties.ListEvent

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

보호된 프로퍼티들

프로퍼티 타입 설명
ctx IZetboxContext
eventName string
objType string
propType string

공개 메소드들

메소드 설명
Call ( Arebis _host, IZetboxContext ctx, string eventName, string propType, string objType ) : void
Generate ( ) : void
ListEvent ( Arebis _host, IZetboxContext ctx, string eventName, string propType, string objType ) : System

메소드 상세

Call() 공개 정적인 메소드

public static Call ( Arebis _host, IZetboxContext ctx, string eventName, string propType, string objType ) : void
_host Arebis
ctx IZetboxContext
eventName string
propType string
objType string
리턴 void

Generate() 공개 메소드

public Generate ( ) : void
리턴 void

ListEvent() 공개 메소드

public ListEvent ( Arebis _host, IZetboxContext ctx, string eventName, string propType, string objType ) : System
_host Arebis
ctx IZetboxContext
eventName string
propType string
objType string
리턴 System

프로퍼티 상세

ctx 보호되어 있는 프로퍼티

protected IZetboxContext ctx
리턴 IZetboxContext

eventName 보호되어 있는 프로퍼티

protected string eventName
리턴 string

objType 보호되어 있는 프로퍼티

protected string objType
리턴 string

propType 보호되어 있는 프로퍼티

protected string propType
리턴 string