C# 클래스 Zetbox.Generator.Templates.Registrations

상속: Zetbox.Generator.ResourceTemplate
파일 보기 프로젝트 열기: daszat/zetbox 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
ctx IZetboxContext
shortName string

공개 메소드들

메소드 설명
Call ( Arebis _host, IZetboxContext ctx, string shortName ) : void
Generate ( ) : void
Registrations ( Arebis _host, IZetboxContext ctx, string shortName ) : System

보호된 메소드들

메소드 설명
Registrations ( Arebis _host ) : System

메소드 상세

Call() 공개 정적인 메소드

public static Call ( Arebis _host, IZetboxContext ctx, string shortName ) : void
_host Arebis
ctx IZetboxContext
shortName string
리턴 void

Generate() 공개 메소드

public Generate ( ) : void
리턴 void

Registrations() 보호된 메소드

protected Registrations ( Arebis _host ) : System
_host Arebis
리턴 System

Registrations() 공개 메소드

public Registrations ( Arebis _host, IZetboxContext ctx, string shortName ) : System
_host Arebis
ctx IZetboxContext
shortName string
리턴 System

프로퍼티 상세

ctx 보호되어 있는 프로퍼티

protected IZetboxContext ctx
리턴 IZetboxContext

shortName 보호되어 있는 프로퍼티

protected string shortName
리턴 string