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

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

공개 메소드들

메소드 설명
Call ( Arebis host, IZetboxContext ctx, System.Property prop ) : void
ValueCollectionEntry ( Arebis _host, IZetboxContext ctx, System.Property prop ) : System

보호된 메소드들

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

비공개 메소드들

메소드 설명
CheckNullOrReturnModule ( System.Property prop ) : Module

메소드 상세

Call() 공개 정적인 메소드

public static Call ( Arebis host, IZetboxContext ctx, System.Property prop ) : void
host Arebis
ctx IZetboxContext
prop System.Property
리턴 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

IsOrdered() 보호된 메소드

protected IsOrdered ( ) : bool
리턴 bool

ValueCollectionEntry() 공개 메소드

public ValueCollectionEntry ( Arebis _host, IZetboxContext ctx, System.Property prop ) : System
_host Arebis
ctx IZetboxContext
prop System.Property
리턴 System