C# 클래스 Zetbox.Generator.Templates.CollectionEntries.CollectionEntryTemplate

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

보호된 프로퍼티들

프로퍼티 타입 설명
ctx IZetboxContext

공개 메소드들

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

보호된 메소드들

메소드 설명
ApplyAIndexPropertyTemplate ( ) : void
ApplyAPropertyTemplate ( ) : void
ApplyAttachToContextBody ( ) : void
ApplyBIndexPropertyTemplate ( ) : void
ApplyBPropertyTemplate ( ) : void
ApplyChangesFromBody ( ) : void
ApplyClassAttributeTemplate ( ) : void
ApplyClassHeadTemplate ( ) : void
ApplyClassTailTemplate ( ) : void
ApplyConstructorTemplate ( ) : void
ApplyExportGuidPropertyTemplate ( ) : void
ApplyIdPropertyTemplate ( ) : void
ApplyReloadReferenceBody ( ) : void
GetCeBaseClassName ( ) : string
GetCeClassName ( ) : string
GetCeInterface ( ) : string
GetExportGuidBackingStoreReference ( ) : string
GetIExportableInterfaces ( ) : string[]
GetInheritance ( ) : string
GetInterfaces ( ) : string[]
IsExportable ( ) : bool
IsOrdered ( ) : bool

메소드 상세

ApplyAIndexPropertyTemplate() 보호된 추상적인 메소드

protected abstract ApplyAIndexPropertyTemplate ( ) : void
리턴 void

ApplyAPropertyTemplate() 보호된 추상적인 메소드

protected abstract ApplyAPropertyTemplate ( ) : void
리턴 void

ApplyAttachToContextBody() 보호된 메소드

protected ApplyAttachToContextBody ( ) : void
리턴 void

ApplyBIndexPropertyTemplate() 보호된 추상적인 메소드

protected abstract ApplyBIndexPropertyTemplate ( ) : void
리턴 void

ApplyBPropertyTemplate() 보호된 추상적인 메소드

protected abstract ApplyBPropertyTemplate ( ) : void
리턴 void

ApplyChangesFromBody() 보호된 메소드

protected ApplyChangesFromBody ( ) : void
리턴 void

ApplyClassAttributeTemplate() 보호된 메소드

protected ApplyClassAttributeTemplate ( ) : void
리턴 void

ApplyClassHeadTemplate() 보호된 메소드

protected ApplyClassHeadTemplate ( ) : void
리턴 void

ApplyClassTailTemplate() 보호된 메소드

protected ApplyClassTailTemplate ( ) : void
리턴 void

ApplyConstructorTemplate() 보호된 메소드

protected ApplyConstructorTemplate ( ) : void
리턴 void

ApplyExportGuidPropertyTemplate() 보호된 메소드

protected ApplyExportGuidPropertyTemplate ( ) : void
리턴 void

ApplyIdPropertyTemplate() 보호된 메소드

protected ApplyIdPropertyTemplate ( ) : void
리턴 void

ApplyReloadReferenceBody() 보호된 메소드

protected ApplyReloadReferenceBody ( ) : void
리턴 void

Call() 공개 정적인 메소드

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

CollectionEntryTemplate() 공개 메소드

public CollectionEntryTemplate ( Arebis _host, IZetboxContext ctx ) : System
_host Arebis
ctx IZetboxContext
리턴 System

Generate() 공개 메소드

public Generate ( ) : void
리턴 void

GetCeBaseClassName() 보호된 추상적인 메소드

protected abstract GetCeBaseClassName ( ) : string
리턴 string

GetCeClassName() 보호된 추상적인 메소드

protected abstract GetCeClassName ( ) : string
리턴 string

GetCeInterface() 보호된 추상적인 메소드

protected abstract GetCeInterface ( ) : string
리턴 string

GetExportGuidBackingStoreReference() 보호된 메소드

protected GetExportGuidBackingStoreReference ( ) : string
리턴 string

GetIExportableInterfaces() 보호된 추상적인 메소드

protected abstract GetIExportableInterfaces ( ) : string[]
리턴 string[]

GetInheritance() 보호된 메소드

protected GetInheritance ( ) : string
리턴 string

GetInterfaces() 보호된 메소드

protected GetInterfaces ( ) : string[]
리턴 string[]

IsExportable() 보호된 추상적인 메소드

protected abstract IsExportable ( ) : bool
리턴 bool

IsOrdered() 보호된 추상적인 메소드

protected abstract IsOrdered ( ) : bool
리턴 bool

프로퍼티 상세

ctx 보호되어 있는 프로퍼티

protected IZetboxContext ctx
리턴 IZetboxContext