C# 클래스 Zetbox.Generator.InterfaceTemplates.CollectionEntries.ObjectCollectionEntry

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

공개 메소드들

메소드 설명
Call ( Arebis host, IZetboxContext ctx, Relation rel ) : void
ObjectCollectionEntry ( Arebis _host, IZetboxContext ctx, Relation rel ) : System

보호된 메소드들

메소드 설명
GetAdditionalImports ( ) : IEnumerable
GetCeClassName ( ) : string
GetCeInterface ( ) : string
GetDefinitionGuid ( ) : string
GetDescription ( ) : string
IsExportable ( ) : bool
IsOrdered ( ) : bool

비공개 메소드들

메소드 설명
CheckNullOrReturnRelationModule ( Relation rel ) : Module

메소드 상세

Call() 공개 정적인 메소드

public static Call ( Arebis host, IZetboxContext ctx, Relation rel ) : void
host Arebis
ctx IZetboxContext
rel Relation
리턴 void

GetAdditionalImports() 보호된 메소드

protected GetAdditionalImports ( ) : IEnumerable
리턴 IEnumerable

GetCeClassName() 보호된 메소드

protected GetCeClassName ( ) : string
리턴 string

GetCeInterface() 보호된 메소드

protected GetCeInterface ( ) : string
리턴 string

GetDefinitionGuid() 보호된 메소드

protected GetDefinitionGuid ( ) : string
리턴 string

GetDescription() 보호된 메소드

protected GetDescription ( ) : string
리턴 string

IsExportable() 보호된 메소드

protected IsExportable ( ) : bool
리턴 bool

IsOrdered() 보호된 메소드

protected IsOrdered ( ) : bool
리턴 bool

ObjectCollectionEntry() 공개 메소드

public ObjectCollectionEntry ( Arebis _host, IZetboxContext ctx, Relation rel ) : System
_host Arebis
ctx IZetboxContext
rel Relation
리턴 System