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

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

공개 메소드들

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

보호된 메소드들

메소드 설명
ApplyAIndexPropertyTemplate ( ) : void
ApplyAPropertyTemplate ( ) : void
ApplyBIndexPropertyTemplate ( ) : void
ApplyBPropertyTemplate ( ) : void
ApplyChangesFromBody ( ) : void
ApplyClassHeadTemplate ( ) : void
ApplyClassTailTemplate ( ) : void
ApplyIndexPropertyTemplate ( Relation rel, RelationEndRole endRole ) : void
ApplyManageObjectState ( ) : void
ApplyObjectReferenceProperty ( Relation rel, RelationEndRole endRole, string propertyName ) : void
ApplyReloadReferenceBody ( ) : void
GetCeBaseClassName ( ) : string
GetCeClassName ( ) : string
GetCeInterface ( ) : string
GetIExportableInterfaces ( ) : string[]
IsExportable ( ) : bool
IsOrdered ( ) : bool

메소드 상세

ApplyAIndexPropertyTemplate() 보호된 메소드

protected 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

ApplyIndexPropertyTemplate() 보호된 메소드

protected ApplyIndexPropertyTemplate ( Relation rel, RelationEndRole endRole ) : void
rel Relation
endRole RelationEndRole
리턴 void

ApplyManageObjectState() 보호된 메소드

protected ApplyManageObjectState ( ) : void
리턴 void

ApplyObjectReferenceProperty() 보호된 메소드

protected ApplyObjectReferenceProperty ( Relation rel, RelationEndRole endRole, string propertyName ) : void
rel Relation
endRole RelationEndRole
propertyName string
리턴 void

ApplyReloadReferenceBody() 보호된 메소드

protected ApplyReloadReferenceBody ( ) : void
리턴 void

Call() 공개 정적인 메소드

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

GetCeBaseClassName() 보호된 메소드

protected GetCeBaseClassName ( ) : string
리턴 string

GetCeClassName() 보호된 메소드

protected GetCeClassName ( ) : string
리턴 string

GetCeInterface() 보호된 메소드

protected GetCeInterface ( ) : string
리턴 string

GetIExportableInterfaces() 보호된 메소드

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

IsExportable() 보호된 메소드

protected IsExportable ( ) : bool
리턴 bool

IsOrdered() 보호된 메소드

protected IsOrdered ( ) : bool
리턴 bool

RelationEntry() 공개 메소드

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