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

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

보호된 프로퍼티들

프로퍼티 타입 설명
aSideType string
bSideType string
backingCollectionType string
backingName string
ctx IZetboxContext
eagerLoading bool
entryType string
exposedCollectionInterface string
name string
providerCollectionType string
referencedInterface string
relId System.Guid
role RelationEndRole
serializationList Serialization.SerializationMembersList

공개 메소드들

메소드 설명
Call ( Arebis _host, IZetboxContext ctx, Serialization serializationList, string name, string exposedCollectionInterface, string referencedInterface, string backingName, string backingCollectionType, string aSideType, string bSideType, string entryType, string providerCollectionType, System.Guid relId, RelationEndRole role, bool eagerLoading ) : void
CollectionEntryListProperty ( Arebis _host, IZetboxContext ctx, Serialization serializationList, string name, string exposedCollectionInterface, string referencedInterface, string backingName, string backingCollectionType, string aSideType, string bSideType, string entryType, string providerCollectionType, System.Guid relId, RelationEndRole role, bool eagerLoading ) : System
Generate ( ) : void

메소드 상세

Call() 공개 정적인 메소드

public static Call ( Arebis _host, IZetboxContext ctx, Serialization serializationList, string name, string exposedCollectionInterface, string referencedInterface, string backingName, string backingCollectionType, string aSideType, string bSideType, string entryType, string providerCollectionType, System.Guid relId, RelationEndRole role, bool eagerLoading ) : void
_host Arebis
ctx IZetboxContext
serializationList Serialization
name string
exposedCollectionInterface string
referencedInterface string
backingName string
backingCollectionType string
aSideType string
bSideType string
entryType string
providerCollectionType string
relId System.Guid
role RelationEndRole
eagerLoading bool
리턴 void

CollectionEntryListProperty() 공개 메소드

public CollectionEntryListProperty ( Arebis _host, IZetboxContext ctx, Serialization serializationList, string name, string exposedCollectionInterface, string referencedInterface, string backingName, string backingCollectionType, string aSideType, string bSideType, string entryType, string providerCollectionType, System.Guid relId, RelationEndRole role, bool eagerLoading ) : System
_host Arebis
ctx IZetboxContext
serializationList Serialization
name string
exposedCollectionInterface string
referencedInterface string
backingName string
backingCollectionType string
aSideType string
bSideType string
entryType string
providerCollectionType string
relId System.Guid
role RelationEndRole
eagerLoading bool
리턴 System

Generate() 공개 메소드

public Generate ( ) : void
리턴 void

프로퍼티 상세

aSideType 보호되어 있는 프로퍼티

protected string aSideType
리턴 string

bSideType 보호되어 있는 프로퍼티

protected string bSideType
리턴 string

backingCollectionType 보호되어 있는 프로퍼티

protected string backingCollectionType
리턴 string

backingName 보호되어 있는 프로퍼티

protected string backingName
리턴 string

ctx 보호되어 있는 프로퍼티

protected IZetboxContext ctx
리턴 IZetboxContext

eagerLoading 보호되어 있는 프로퍼티

protected bool eagerLoading
리턴 bool

entryType 보호되어 있는 프로퍼티

protected string entryType
리턴 string

exposedCollectionInterface 보호되어 있는 프로퍼티

protected string exposedCollectionInterface
리턴 string

name 보호되어 있는 프로퍼티

protected string name
리턴 string

providerCollectionType 보호되어 있는 프로퍼티

protected string providerCollectionType
리턴 string

referencedInterface 보호되어 있는 프로퍼티

protected string referencedInterface
리턴 string

relId 보호되어 있는 프로퍼티

protected Guid,System relId
리턴 System.Guid

role 보호되어 있는 프로퍼티

protected RelationEndRole role
리턴 RelationEndRole

serializationList 보호되어 있는 프로퍼티

protected Serialization.SerializationMembersList serializationList
리턴 Serialization.SerializationMembersList