C# Class Zetbox.DalProvider.Ef.Generator.Templates.Properties.CompoundObjectPropertyTemplate

显示文件 Open project: daszat/zetbox

Protected Properties

Property Type Description
backingPropertyName string
backingStoreName string
coImplementationType string
coType string
ctx IZetboxContext
disableExport bool
propName string
serializationList Zetbox.Generator.Templates.Serialization.SerializationMembersList
xmlNamespace string

Public Methods

Method Description
Call ( Arebis _host, IZetboxContext ctx, Zetbox serializationList, string xmlNamespace, string propName, string backingPropertyName, string backingStoreName, string coType, string coImplementationType, bool disableExport ) : void
CompoundObjectPropertyTemplate ( Arebis _host, IZetboxContext ctx, Zetbox serializationList, string xmlNamespace, string propName, string backingPropertyName, string backingStoreName, string coType, string coImplementationType, bool disableExport ) : System
Generate ( ) : void

Protected Methods

Method Description
AddSerialization ( Zetbox.Generator.Templates list, string memberType, string memberName, string backingStoreType, string backingStoreName ) : void

Method Details

AddSerialization() protected method

protected AddSerialization ( Zetbox.Generator.Templates list, string memberType, string memberName, string backingStoreType, string backingStoreName ) : void
list Zetbox.Generator.Templates
memberType string
memberName string
backingStoreType string
backingStoreName string
return void

Call() public static method

public static Call ( Arebis _host, IZetboxContext ctx, Zetbox serializationList, string xmlNamespace, string propName, string backingPropertyName, string backingStoreName, string coType, string coImplementationType, bool disableExport ) : void
_host Arebis
ctx IZetboxContext
serializationList Zetbox
xmlNamespace string
propName string
backingPropertyName string
backingStoreName string
coType string
coImplementationType string
disableExport bool
return void

CompoundObjectPropertyTemplate() public method

public CompoundObjectPropertyTemplate ( Arebis _host, IZetboxContext ctx, Zetbox serializationList, string xmlNamespace, string propName, string backingPropertyName, string backingStoreName, string coType, string coImplementationType, bool disableExport ) : System
_host Arebis
ctx IZetboxContext
serializationList Zetbox
xmlNamespace string
propName string
backingPropertyName string
backingStoreName string
coType string
coImplementationType string
disableExport bool
return System

Generate() public method

public Generate ( ) : void
return void

Property Details

backingPropertyName protected_oe property

protected string backingPropertyName
return string

backingStoreName protected_oe property

protected string backingStoreName
return string

coImplementationType protected_oe property

protected string coImplementationType
return string

coType protected_oe property

protected string coType
return string

ctx protected_oe property

protected IZetboxContext ctx
return IZetboxContext

disableExport protected_oe property

protected bool disableExport
return bool

propName protected_oe property

protected string propName
return string

serializationList protected_oe property

protected Zetbox.Generator.Templates.Serialization.SerializationMembersList serializationList
return Zetbox.Generator.Templates.Serialization.SerializationMembersList

xmlNamespace protected_oe property

protected string xmlNamespace
return string