C# 클래스 Zetbox.DalProvider.NHibernate.Generator.Templates.Properties.ValueCollectionProperty

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

보호된 프로퍼티들

프로퍼티 타입 설명
backingCollectionType string
backingName string
ctx IZetboxContext
disableExport bool
exposedCollectionInterface string
moduleNamespace string
name string
orderByValue bool
providerCollectionType string
referencedCollectionEntry string
referencedCollectionEntryImpl string
referencedCollectionEntryProxy string
referencedType string
serializationList Zetbox.Generator.Templates.Serialization.SerializationMembersList
thisInterface string
underlyingCollectionBackingName string
underlyingCollectionName string

공개 메소드들

메소드 설명
Call ( Arebis _host, IZetboxContext ctx, Zetbox serializationList, string name, string backingName, string backingCollectionType, string exposedCollectionInterface, string thisInterface, string referencedType, string referencedCollectionEntry, string referencedCollectionEntryImpl, string referencedCollectionEntryProxy, string providerCollectionType, string underlyingCollectionName, string underlyingCollectionBackingName, bool orderByValue, string moduleNamespace, bool disableExport ) : void
Call ( Arebis host, IZetboxContext ctx, Zetbox.Generator.Templates serializationList, CompoundObjectProperty prop ) : void
Call ( Arebis host, IZetboxContext ctx, Zetbox.Generator.Templates serializationList, ValueTypeProperty prop ) : void
Generate ( ) : void
ValueCollectionProperty ( Arebis _host, IZetboxContext ctx, Zetbox serializationList, string name, string backingName, string backingCollectionType, string exposedCollectionInterface, string thisInterface, string referencedType, string referencedCollectionEntry, string referencedCollectionEntryImpl, string referencedCollectionEntryProxy, string providerCollectionType, string underlyingCollectionName, string underlyingCollectionBackingName, bool orderByValue, string moduleNamespace, bool disableExport ) : System

보호된 메소드들

메소드 설명
AddSerialization ( Zetbox.Generator.Templates list, string underlyingCollectionName ) : void

비공개 메소드들

메소드 설명
Call ( Arebis host, IZetboxContext ctx, Zetbox.Generator.Templates serializationList, System.Property prop, bool hasPersistentOrder, bool isList, bool orderByValue ) : void

메소드 상세

AddSerialization() 보호된 메소드

protected AddSerialization ( Zetbox.Generator.Templates list, string underlyingCollectionName ) : void
list Zetbox.Generator.Templates
underlyingCollectionName string
리턴 void

Call() 공개 정적인 메소드

public static Call ( Arebis _host, IZetboxContext ctx, Zetbox serializationList, string name, string backingName, string backingCollectionType, string exposedCollectionInterface, string thisInterface, string referencedType, string referencedCollectionEntry, string referencedCollectionEntryImpl, string referencedCollectionEntryProxy, string providerCollectionType, string underlyingCollectionName, string underlyingCollectionBackingName, bool orderByValue, string moduleNamespace, bool disableExport ) : void
_host Arebis
ctx IZetboxContext
serializationList Zetbox
name string
backingName string
backingCollectionType string
exposedCollectionInterface string
thisInterface string
referencedType string
referencedCollectionEntry string
referencedCollectionEntryImpl string
referencedCollectionEntryProxy string
providerCollectionType string
underlyingCollectionName string
underlyingCollectionBackingName string
orderByValue bool
moduleNamespace string
disableExport bool
리턴 void

Call() 공개 정적인 메소드

public static Call ( Arebis host, IZetboxContext ctx, Zetbox.Generator.Templates serializationList, CompoundObjectProperty prop ) : void
host Arebis
ctx IZetboxContext
serializationList Zetbox.Generator.Templates
prop CompoundObjectProperty
리턴 void

Call() 공개 정적인 메소드

public static Call ( Arebis host, IZetboxContext ctx, Zetbox.Generator.Templates serializationList, ValueTypeProperty prop ) : void
host Arebis
ctx IZetboxContext
serializationList Zetbox.Generator.Templates
prop ValueTypeProperty
리턴 void

Generate() 공개 메소드

public Generate ( ) : void
리턴 void

ValueCollectionProperty() 공개 메소드

public ValueCollectionProperty ( Arebis _host, IZetboxContext ctx, Zetbox serializationList, string name, string backingName, string backingCollectionType, string exposedCollectionInterface, string thisInterface, string referencedType, string referencedCollectionEntry, string referencedCollectionEntryImpl, string referencedCollectionEntryProxy, string providerCollectionType, string underlyingCollectionName, string underlyingCollectionBackingName, bool orderByValue, string moduleNamespace, bool disableExport ) : System
_host Arebis
ctx IZetboxContext
serializationList Zetbox
name string
backingName string
backingCollectionType string
exposedCollectionInterface string
thisInterface string
referencedType string
referencedCollectionEntry string
referencedCollectionEntryImpl string
referencedCollectionEntryProxy string
providerCollectionType string
underlyingCollectionName string
underlyingCollectionBackingName string
orderByValue bool
moduleNamespace string
disableExport bool
리턴 System

프로퍼티 상세

backingCollectionType 보호되어 있는 프로퍼티

protected string backingCollectionType
리턴 string

backingName 보호되어 있는 프로퍼티

protected string backingName
리턴 string

ctx 보호되어 있는 프로퍼티

protected IZetboxContext ctx
리턴 IZetboxContext

disableExport 보호되어 있는 프로퍼티

protected bool disableExport
리턴 bool

exposedCollectionInterface 보호되어 있는 프로퍼티

protected string exposedCollectionInterface
리턴 string

moduleNamespace 보호되어 있는 프로퍼티

protected string moduleNamespace
리턴 string

name 보호되어 있는 프로퍼티

protected string name
리턴 string

orderByValue 보호되어 있는 프로퍼티

protected bool orderByValue
리턴 bool

providerCollectionType 보호되어 있는 프로퍼티

protected string providerCollectionType
리턴 string

referencedCollectionEntry 보호되어 있는 프로퍼티

protected string referencedCollectionEntry
리턴 string

referencedCollectionEntryImpl 보호되어 있는 프로퍼티

protected string referencedCollectionEntryImpl
리턴 string

referencedCollectionEntryProxy 보호되어 있는 프로퍼티

protected string referencedCollectionEntryProxy
리턴 string

referencedType 보호되어 있는 프로퍼티

protected string referencedType
리턴 string

serializationList 보호되어 있는 프로퍼티

protected Zetbox.Generator.Templates.Serialization.SerializationMembersList serializationList
리턴 Zetbox.Generator.Templates.Serialization.SerializationMembersList

thisInterface 보호되어 있는 프로퍼티

protected string thisInterface
리턴 string

underlyingCollectionBackingName 보호되어 있는 프로퍼티

protected string underlyingCollectionBackingName
리턴 string

underlyingCollectionName 보호되어 있는 프로퍼티

protected string underlyingCollectionName
리턴 string