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

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

공개 메소드들

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

보호된 메소드들

메소드 설명
ApplyClassTailTemplate ( ) : void
ApplyCollectionEntryListTemplate ( ObjectReferenceProperty prop ) : void
ApplyCompoundObjectListTemplate ( CompoundObjectProperty prop ) : void
ApplyCompoundObjectPropertyTemplate ( CompoundObjectProperty prop ) : void
ApplyConstructorTemplate ( ) : void
ApplyEnumerationListTemplate ( EnumerationProperty prop ) : void
ApplyEnumerationPropertyTemplate ( EnumerationProperty prop ) : void
ApplyListProperty ( System.Property prop, Zetbox.Generator.Templates serList ) : void
ApplyNamespaceTailTemplate ( ) : void
ApplyNotifyingValueProperty ( System.Property prop, Zetbox.Generator.Templates serList ) : void
ApplyObjectListPropertyTemplate ( ObjectReferenceProperty prop ) : void
ApplyObjectReferenceListTemplate ( ObjectReferenceProperty prop ) : void
ApplyObjectReferencePropertyTemplate ( ObjectReferenceProperty prop ) : void
ApplyOtherListTemplate ( System.Property prop ) : void
ApplyOtherPropertyTemplate ( System.Property prop ) : void
ApplyValueTypeListTemplate ( ValueTypeProperty prop ) : void
ApplyValueTypePropertyTemplate ( ValueTypeProperty prop ) : void
GetExportGuidBackingStoreReference ( ) : string

비공개 메소드들

메소드 설명
GetPersistentInitialisations ( ) : string>>.IEnumerable
GetPersistentProperties ( ) : string>>.IEnumerable

메소드 상세

ApplyClassTailTemplate() 보호된 메소드

protected ApplyClassTailTemplate ( ) : void
리턴 void

ApplyCollectionEntryListTemplate() 보호된 메소드

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

ApplyCompoundObjectListTemplate() 보호된 메소드

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

ApplyCompoundObjectPropertyTemplate() 보호된 메소드

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

ApplyConstructorTemplate() 보호된 메소드

protected ApplyConstructorTemplate ( ) : void
리턴 void

ApplyEnumerationListTemplate() 보호된 메소드

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

ApplyEnumerationPropertyTemplate() 보호된 메소드

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

ApplyListProperty() 보호된 메소드

protected ApplyListProperty ( System.Property prop, Zetbox.Generator.Templates serList ) : void
prop System.Property
serList Zetbox.Generator.Templates
리턴 void

ApplyNamespaceTailTemplate() 보호된 메소드

protected ApplyNamespaceTailTemplate ( ) : void
리턴 void

ApplyNotifyingValueProperty() 보호된 메소드

protected ApplyNotifyingValueProperty ( System.Property prop, Zetbox.Generator.Templates serList ) : void
prop System.Property
serList Zetbox.Generator.Templates
리턴 void

ApplyObjectListPropertyTemplate() 보호된 메소드

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

ApplyObjectReferenceListTemplate() 보호된 메소드

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

ApplyObjectReferencePropertyTemplate() 보호된 메소드

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

ApplyOtherListTemplate() 보호된 메소드

protected ApplyOtherListTemplate ( System.Property prop ) : void
prop System.Property
리턴 void

ApplyOtherPropertyTemplate() 보호된 메소드

protected ApplyOtherPropertyTemplate ( System.Property prop ) : void
prop System.Property
리턴 void

ApplyValueTypeListTemplate() 보호된 메소드

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

ApplyValueTypePropertyTemplate() 보호된 메소드

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

GetExportGuidBackingStoreReference() 보호된 메소드

protected GetExportGuidBackingStoreReference ( ) : string
리턴 string

Template() 공개 메소드

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