C# 클래스 Zetbox.Generator.Templates.Properties.ObjectReferencePropertyTemplate

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

보호된 프로퍼티들

프로퍼티 타입 설명
associationName string
callGetterSetterEvents bool
ctx IZetboxContext
disableExport bool
eagerLoading bool
eventName string
fkBackingName string
fkGuidBackingName string
implName string
inverseNavigatorIsList bool
inverseNavigatorName string
isCalculated bool
moduleNamespace string
name string
notifyInverseCollection bool
ownInterface string
positionPropertyName string
referencedImplementation string
referencedInterface string
relDataTypeExportable bool
serializationList Serialization.SerializationMembersList
targetRoleName string

공개 메소드들

메소드 설명
Call ( Arebis host, IZetboxContext ctx, Serialization serializationList, string ownInterface, string name, string referencedInterface, Relation rel, RelationEndRole endRole, bool callGetterSetterEvents, bool updateInverseNavigator, string assocNameSuffix ) : void
Call ( Arebis _host, IZetboxContext ctx, Serialization serializationList, string moduleNamespace, string ownInterface, string name, string implName, string eventName, string fkBackingName, string fkGuidBackingName, string referencedInterface, string referencedImplementation, string associationName, string targetRoleName, string positionPropertyName, string inverseNavigatorName, bool inverseNavigatorIsList, bool notifyInverseCollection, bool eagerLoading, bool relDataTypeExportable, bool callGetterSetterEvents, bool isCalculated, bool disableExport ) : void
Call ( Arebis host, IZetboxContext ctx, Templates serializationList, ObjectReferenceProperty prop, bool callGetterSetterEvents, bool updateInverseNavigator ) : void
Generate ( ) : void
ObjectReferencePropertyTemplate ( Arebis _host, IZetboxContext ctx, Serialization serializationList, string moduleNamespace, string ownInterface, string name, string implName, string eventName, string fkBackingName, string fkGuidBackingName, string referencedInterface, string referencedImplementation, string associationName, string targetRoleName, string positionPropertyName, string inverseNavigatorName, bool inverseNavigatorIsList, bool notifyInverseCollection, bool eagerLoading, bool relDataTypeExportable, bool callGetterSetterEvents, bool isCalculated, bool disableExport ) : System

보호된 메소드들

메소드 설명
AddSerialization ( Serialization list, string sourceMember, string targetMember, string targetGuidMember ) : void
ModifyMemberAttributes ( MemberAttributes memberAttributes ) : MemberAttributes

메소드 상세

AddSerialization() 보호된 메소드

protected AddSerialization ( Serialization list, string sourceMember, string targetMember, string targetGuidMember ) : void
list Serialization
sourceMember string
targetMember string
targetGuidMember string
리턴 void

Call() 공개 정적인 메소드

public static Call ( Arebis host, IZetboxContext ctx, Serialization serializationList, string ownInterface, string name, string referencedInterface, Relation rel, RelationEndRole endRole, bool callGetterSetterEvents, bool updateInverseNavigator, string assocNameSuffix ) : void
host Arebis
ctx IZetboxContext
serializationList Serialization
ownInterface string
name string
referencedInterface string
rel Relation
endRole RelationEndRole
callGetterSetterEvents bool
updateInverseNavigator bool
assocNameSuffix string
리턴 void

Call() 공개 정적인 메소드

public static Call ( Arebis _host, IZetboxContext ctx, Serialization serializationList, string moduleNamespace, string ownInterface, string name, string implName, string eventName, string fkBackingName, string fkGuidBackingName, string referencedInterface, string referencedImplementation, string associationName, string targetRoleName, string positionPropertyName, string inverseNavigatorName, bool inverseNavigatorIsList, bool notifyInverseCollection, bool eagerLoading, bool relDataTypeExportable, bool callGetterSetterEvents, bool isCalculated, bool disableExport ) : void
_host Arebis
ctx IZetboxContext
serializationList Serialization
moduleNamespace string
ownInterface string
name string
implName string
eventName string
fkBackingName string
fkGuidBackingName string
referencedInterface string
referencedImplementation string
associationName string
targetRoleName string
positionPropertyName string
inverseNavigatorName string
inverseNavigatorIsList bool
notifyInverseCollection bool
eagerLoading bool
relDataTypeExportable bool
callGetterSetterEvents bool
isCalculated bool
disableExport bool
리턴 void

Call() 공개 정적인 메소드

public static Call ( Arebis host, IZetboxContext ctx, Templates serializationList, ObjectReferenceProperty prop, bool callGetterSetterEvents, bool updateInverseNavigator ) : void
host Arebis
ctx IZetboxContext
serializationList Templates
prop ObjectReferenceProperty
callGetterSetterEvents bool
updateInverseNavigator bool
리턴 void

Generate() 공개 메소드

public Generate ( ) : void
리턴 void

ModifyMemberAttributes() 보호된 메소드

protected ModifyMemberAttributes ( MemberAttributes memberAttributes ) : MemberAttributes
memberAttributes MemberAttributes
리턴 MemberAttributes

ObjectReferencePropertyTemplate() 공개 메소드

public ObjectReferencePropertyTemplate ( Arebis _host, IZetboxContext ctx, Serialization serializationList, string moduleNamespace, string ownInterface, string name, string implName, string eventName, string fkBackingName, string fkGuidBackingName, string referencedInterface, string referencedImplementation, string associationName, string targetRoleName, string positionPropertyName, string inverseNavigatorName, bool inverseNavigatorIsList, bool notifyInverseCollection, bool eagerLoading, bool relDataTypeExportable, bool callGetterSetterEvents, bool isCalculated, bool disableExport ) : System
_host Arebis
ctx IZetboxContext
serializationList Serialization
moduleNamespace string
ownInterface string
name string
implName string
eventName string
fkBackingName string
fkGuidBackingName string
referencedInterface string
referencedImplementation string
associationName string
targetRoleName string
positionPropertyName string
inverseNavigatorName string
inverseNavigatorIsList bool
notifyInverseCollection bool
eagerLoading bool
relDataTypeExportable bool
callGetterSetterEvents bool
isCalculated bool
disableExport bool
리턴 System

프로퍼티 상세

associationName 보호되어 있는 프로퍼티

protected string associationName
리턴 string

callGetterSetterEvents 보호되어 있는 프로퍼티

protected bool callGetterSetterEvents
리턴 bool

ctx 보호되어 있는 프로퍼티

protected IZetboxContext ctx
리턴 IZetboxContext

disableExport 보호되어 있는 프로퍼티

protected bool disableExport
리턴 bool

eagerLoading 보호되어 있는 프로퍼티

protected bool eagerLoading
리턴 bool

eventName 보호되어 있는 프로퍼티

protected string eventName
리턴 string

fkBackingName 보호되어 있는 프로퍼티

protected string fkBackingName
리턴 string

fkGuidBackingName 보호되어 있는 프로퍼티

protected string fkGuidBackingName
리턴 string

implName 보호되어 있는 프로퍼티

protected string implName
리턴 string

inverseNavigatorIsList 보호되어 있는 프로퍼티

protected bool inverseNavigatorIsList
리턴 bool

inverseNavigatorName 보호되어 있는 프로퍼티

protected string inverseNavigatorName
리턴 string

isCalculated 보호되어 있는 프로퍼티

protected bool isCalculated
리턴 bool

moduleNamespace 보호되어 있는 프로퍼티

protected string moduleNamespace
리턴 string

name 보호되어 있는 프로퍼티

protected string name
리턴 string

notifyInverseCollection 보호되어 있는 프로퍼티

protected bool notifyInverseCollection
리턴 bool

ownInterface 보호되어 있는 프로퍼티

protected string ownInterface
리턴 string

positionPropertyName 보호되어 있는 프로퍼티

protected string positionPropertyName
리턴 string

referencedImplementation 보호되어 있는 프로퍼티

protected string referencedImplementation
리턴 string

referencedInterface 보호되어 있는 프로퍼티

protected string referencedInterface
리턴 string

relDataTypeExportable 보호되어 있는 프로퍼티

protected bool relDataTypeExportable
리턴 bool

serializationList 보호되어 있는 프로퍼티

protected Serialization.SerializationMembersList serializationList
리턴 Serialization.SerializationMembersList

targetRoleName 보호되어 있는 프로퍼티

protected string targetRoleName
리턴 string