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

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

공개 메소드들

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

보호된 메소드들

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

메소드 상세

ApplyAIndexPropertyTemplate() 보호된 최종 메소드

protected final ApplyAIndexPropertyTemplate ( ) : void
리턴 void

ApplyAPropertyTemplate() 보호된 메소드

protected ApplyAPropertyTemplate ( ) : void
리턴 void

ApplyBIndexPropertyTemplate() 보호된 메소드

protected ApplyBIndexPropertyTemplate ( ) : void
리턴 void

ApplyBPropertyTemplate() 보호된 메소드

protected ApplyBPropertyTemplate ( ) : void
리턴 void

ApplyChangesFromBody() 보호된 메소드

protected ApplyChangesFromBody ( ) : void
리턴 void

ApplyClassHeadTemplate() 보호된 메소드

protected ApplyClassHeadTemplate ( ) : void
리턴 void

ApplyClassTailTemplate() 보호된 메소드

protected ApplyClassTailTemplate ( ) : void
리턴 void

ApplyConstructorTemplate() 보호된 메소드

protected ApplyConstructorTemplate ( ) : void
리턴 void

ApplyExportGuidPropertyTemplate() 보호된 메소드

protected ApplyExportGuidPropertyTemplate ( ) : void
리턴 void

ApplyReloadReferenceBody() 보호된 메소드

protected ApplyReloadReferenceBody ( ) : void
리턴 void

ApplyUpdateParentTemplate() 보호된 메소드

protected ApplyUpdateParentTemplate ( ) : void
리턴 void

Call() 공개 정적인 메소드

public static Call ( Arebis host, IZetboxContext ctx, CompoundObjectProperty prop ) : void
host Arebis
ctx IZetboxContext
prop CompoundObjectProperty
리턴 void

Call() 공개 정적인 메소드

public static Call ( Arebis host, IZetboxContext ctx, ValueTypeProperty prop ) : void
host Arebis
ctx IZetboxContext
prop ValueTypeProperty
리턴 void

GetCeBaseClassName() 보호된 메소드

protected GetCeBaseClassName ( ) : string
리턴 string

GetCeClassName() 보호된 메소드

protected GetCeClassName ( ) : string
리턴 string

GetCeInterface() 보호된 메소드

protected GetCeInterface ( ) : string
리턴 string

GetExportGuidBackingStoreReference() 보호된 메소드

protected GetExportGuidBackingStoreReference ( ) : string
리턴 string

GetIExportableInterfaces() 보호된 메소드

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

IsExportable() 보호된 메소드

protected IsExportable ( ) : bool
리턴 bool

IsOrdered() 보호된 메소드

protected IsOrdered ( ) : bool
리턴 bool

ValueCollectionEntry() 공개 메소드

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