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

파일 보기 프로젝트 열기: daszat/zetbox

보호된 프로퍼티들

프로퍼티 타입 설명
asCollectionEntry bool
className string
compoundObjectProperties IEnumerable
ctx IZetboxContext

공개 메소드들

메소드 설명
ApplyCompoundObjectPropertyInitialisers ( string lazyCtxProperty ) : void
Call ( Arebis _host, IZetboxContext ctx, string className, IEnumerable compoundObjectProperties, bool asCollectionEntry ) : void
Constructors ( Arebis _host, IZetboxContext ctx, string className, IEnumerable compoundObjectProperties, bool asCollectionEntry ) : System
Generate ( ) : void

메소드 상세

ApplyCompoundObjectPropertyInitialisers() 공개 메소드

public ApplyCompoundObjectPropertyInitialisers ( string lazyCtxProperty ) : void
lazyCtxProperty string
리턴 void

Call() 공개 정적인 메소드

public static Call ( Arebis _host, IZetboxContext ctx, string className, IEnumerable compoundObjectProperties, bool asCollectionEntry ) : void
_host Arebis
ctx IZetboxContext
className string
compoundObjectProperties IEnumerable
asCollectionEntry bool
리턴 void

Constructors() 공개 메소드

public Constructors ( Arebis _host, IZetboxContext ctx, string className, IEnumerable compoundObjectProperties, bool asCollectionEntry ) : System
_host Arebis
ctx IZetboxContext
className string
compoundObjectProperties IEnumerable
asCollectionEntry bool
리턴 System

Generate() 공개 메소드

public Generate ( ) : void
리턴 void

프로퍼티 상세

asCollectionEntry 보호되어 있는 프로퍼티

protected bool asCollectionEntry
리턴 bool

className 보호되어 있는 프로퍼티

protected string className
리턴 string

compoundObjectProperties 보호되어 있는 프로퍼티

protected IEnumerable compoundObjectProperties
리턴 IEnumerable

ctx 보호되어 있는 프로퍼티

protected IZetboxContext ctx
리턴 IZetboxContext