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

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

보호된 프로퍼티들

프로퍼티 타입 설명
ctx IZetboxContext
presentedType string
propName string

공개 메소드들

메소드 설명
Call ( Arebis _host, IZetboxContext ctx, string propName, string presentedType ) : void
DefaultProperty ( Arebis _host, IZetboxContext ctx, string propName, string presentedType ) : System
Generate ( ) : void

메소드 상세

Call() 공개 정적인 메소드

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

DefaultProperty() 공개 메소드

public DefaultProperty ( Arebis _host, IZetboxContext ctx, string propName, string presentedType ) : System
_host Arebis
ctx IZetboxContext
propName string
presentedType string
리턴 System

Generate() 공개 메소드

public Generate ( ) : void
리턴 void

프로퍼티 상세

ctx 보호되어 있는 프로퍼티

protected IZetboxContext ctx
리턴 IZetboxContext

presentedType 보호되어 있는 프로퍼티

protected string presentedType
리턴 string

propName 보호되어 있는 프로퍼티

protected string propName
리턴 string