C# 클래스 Zetbox.DalProvider.Ef.Generator.Templates.ObjectClasses.Template

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

공개 메소드들

메소드 설명
Template ( Arebis _host, Zetbox ctx, Zetbox cls ) : System

보호된 메소드들

메소드 설명
ApplyClassAttributeTemplate ( ) : void
ApplyClassTailTemplate ( ) : void
ApplyCollectionEntryListTemplate ( Relation rel, RelationEndRole endRole ) : void
ApplyCompoundObjectListTemplate ( CompoundObjectProperty prop ) : void
ApplyCompoundObjectPropertyTemplate ( CompoundObjectProperty prop ) : void
ApplyEnumerationPropertyTemplate ( EnumerationProperty prop ) : void
ApplyNamespaceTailTemplate ( ) : void
ApplyObjectReferenceListTemplate ( ObjectReferenceProperty prop ) : void
ApplyObjectReferencePropertyTemplate ( ObjectReferenceProperty prop ) : void
ApplyUpdateParentTemplate ( ) : void
ApplyValueTypeListTemplate ( ValueTypeProperty prop ) : void
GetBaseClass ( ) : string

메소드 상세

ApplyClassAttributeTemplate() 보호된 메소드

protected ApplyClassAttributeTemplate ( ) : void
리턴 void

ApplyClassTailTemplate() 보호된 메소드

protected ApplyClassTailTemplate ( ) : void
리턴 void

ApplyCollectionEntryListTemplate() 보호된 메소드

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

ApplyCompoundObjectListTemplate() 보호된 메소드

protected ApplyCompoundObjectListTemplate ( CompoundObjectProperty prop ) : void
prop CompoundObjectProperty
리턴 void

ApplyCompoundObjectPropertyTemplate() 보호된 메소드

protected ApplyCompoundObjectPropertyTemplate ( CompoundObjectProperty prop ) : void
prop CompoundObjectProperty
리턴 void

ApplyEnumerationPropertyTemplate() 보호된 메소드

protected ApplyEnumerationPropertyTemplate ( EnumerationProperty prop ) : void
prop EnumerationProperty
리턴 void

ApplyNamespaceTailTemplate() 보호된 메소드

protected ApplyNamespaceTailTemplate ( ) : void
리턴 void

ApplyObjectReferenceListTemplate() 보호된 메소드

protected ApplyObjectReferenceListTemplate ( ObjectReferenceProperty prop ) : void
prop ObjectReferenceProperty
리턴 void

ApplyObjectReferencePropertyTemplate() 보호된 메소드

protected ApplyObjectReferencePropertyTemplate ( ObjectReferenceProperty prop ) : void
prop ObjectReferenceProperty
리턴 void

ApplyUpdateParentTemplate() 보호된 메소드

protected ApplyUpdateParentTemplate ( ) : void
리턴 void

ApplyValueTypeListTemplate() 보호된 메소드

protected ApplyValueTypeListTemplate ( ValueTypeProperty prop ) : void
prop ValueTypeProperty
리턴 void

GetBaseClass() 보호된 메소드

protected GetBaseClass ( ) : string
리턴 string

Template() 공개 메소드

public Template ( Arebis _host, Zetbox ctx, Zetbox cls ) : System
_host Arebis
ctx Zetbox
cls Zetbox
리턴 System