C# 클래스 Zetbox.DalProvider.NHibernate.Generator.Templates.Mappings.PropertiesHbm

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

보호된 프로퍼티들

프로퍼티 타입 설명
ctx IZetboxContext
needsConcurrency bool
prefix string
properties IEnumerable

공개 메소드들

메소드 설명
Call ( Arebis _host, IZetboxContext ctx, string prefix, IEnumerable properties, bool needsConcurrency ) : void
Generate ( ) : void
PropertiesHbm ( Arebis _host, IZetboxContext ctx, string prefix, IEnumerable properties, bool needsConcurrency ) : System

보호된 메소드들

메소드 설명
ApplyCompoundObjectProperty ( string prefix, CompoundObjectProperty prop ) : void
ApplyObjectReferenceProperty ( string prefix, ObjectReferenceProperty prop ) : void
ApplyValueTypeProperty ( string prefix, ValueTypeProperty prop ) : void

비공개 메소드들

메소드 설명
ApplyNMProperty ( Relation rel, RelationEnd relEnd, RelationEnd otherEnd, ObjectReferenceProperty prop ) : void

메소드 상세

ApplyCompoundObjectProperty() 보호된 메소드

protected ApplyCompoundObjectProperty ( string prefix, CompoundObjectProperty prop ) : void
prefix string
prop CompoundObjectProperty
리턴 void

ApplyObjectReferenceProperty() 보호된 메소드

protected ApplyObjectReferenceProperty ( string prefix, ObjectReferenceProperty prop ) : void
prefix string
prop ObjectReferenceProperty
리턴 void

ApplyValueTypeProperty() 보호된 메소드

protected ApplyValueTypeProperty ( string prefix, ValueTypeProperty prop ) : void
prefix string
prop ValueTypeProperty
리턴 void

Call() 공개 정적인 메소드

public static Call ( Arebis _host, IZetboxContext ctx, string prefix, IEnumerable properties, bool needsConcurrency ) : void
_host Arebis
ctx IZetboxContext
prefix string
properties IEnumerable
needsConcurrency bool
리턴 void

Generate() 공개 메소드

public Generate ( ) : void
리턴 void

PropertiesHbm() 공개 메소드

public PropertiesHbm ( Arebis _host, IZetboxContext ctx, string prefix, IEnumerable properties, bool needsConcurrency ) : System
_host Arebis
ctx IZetboxContext
prefix string
properties IEnumerable
needsConcurrency bool
리턴 System

프로퍼티 상세

ctx 보호되어 있는 프로퍼티

protected IZetboxContext ctx
리턴 IZetboxContext

needsConcurrency 보호되어 있는 프로퍼티

protected bool needsConcurrency
리턴 bool

prefix 보호되어 있는 프로퍼티

protected string prefix
리턴 string

properties 보호되어 있는 프로퍼티

protected IEnumerable properties
리턴 IEnumerable