C# 클래스 Zetbox.Generator.Templates.ObjectClasses.CustomTypeDescriptor

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

보호된 프로퍼티들

프로퍼티 타입 설명
cls ObjectClass
ctx IZetboxContext
ifName string
implName string
propertyDescriptorName string

공개 메소드들

메소드 설명
Call ( Arebis host, IZetboxContext ctx, ObjectClass cls, string ifName, string implName ) : void
Call ( Arebis _host, IZetboxContext ctx, ObjectClass cls, string ifName, string implName, string propertyDescriptorName ) : void
CustomTypeDescriptor ( Arebis _host, IZetboxContext ctx, ObjectClass cls, string ifName, string implName, string propertyDescriptorName ) : System
Generate ( ) : void

메소드 상세

Call() 공개 정적인 메소드

public static Call ( Arebis host, IZetboxContext ctx, ObjectClass cls, string ifName, string implName ) : void
host Arebis
ctx IZetboxContext
cls ObjectClass
ifName string
implName string
리턴 void

Call() 공개 정적인 메소드

public static Call ( Arebis _host, IZetboxContext ctx, ObjectClass cls, string ifName, string implName, string propertyDescriptorName ) : void
_host Arebis
ctx IZetboxContext
cls ObjectClass
ifName string
implName string
propertyDescriptorName string
리턴 void

CustomTypeDescriptor() 공개 메소드

public CustomTypeDescriptor ( Arebis _host, IZetboxContext ctx, ObjectClass cls, string ifName, string implName, string propertyDescriptorName ) : System
_host Arebis
ctx IZetboxContext
cls ObjectClass
ifName string
implName string
propertyDescriptorName string
리턴 System

Generate() 공개 메소드

public Generate ( ) : void
리턴 void

프로퍼티 상세

cls 보호되어 있는 프로퍼티

protected ObjectClass cls
리턴 ObjectClass

ctx 보호되어 있는 프로퍼티

protected IZetboxContext ctx
리턴 IZetboxContext

ifName 보호되어 있는 프로퍼티

protected string ifName
리턴 string

implName 보호되어 있는 프로퍼티

protected string implName
리턴 string

propertyDescriptorName 보호되어 있는 프로퍼티

protected string propertyDescriptorName
리턴 string