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

Afficher le fichier Open project: daszat/zetbox

Protected Properties

Свойство Type Description
backingPropertyName string
backingStoreName string
coImplementationType string
coType string
ctx IZetboxContext
disableExport bool
propName string
serializationList Zetbox.Generator.Templates.Serialization.SerializationMembersList
xmlNamespace string

Méthodes publiques

Méthode 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

Méthodes protégées

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

Method Details

AddSerialization() protected méthode

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
Résultat void

Call() public static méthode

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
Résultat void

CompoundObjectPropertyTemplate() public méthode

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
Résultat System

Generate() public méthode

public Generate ( ) : void
Résultat void

Property Details

backingPropertyName protected_oe property

protected string backingPropertyName
Résultat string

backingStoreName protected_oe property

protected string backingStoreName
Résultat string

coImplementationType protected_oe property

protected string coImplementationType
Résultat string

coType protected_oe property

protected string coType
Résultat string

ctx protected_oe property

protected IZetboxContext ctx
Résultat IZetboxContext

disableExport protected_oe property

protected bool disableExport
Résultat bool

propName protected_oe property

protected string propName
Résultat string

serializationList protected_oe property

protected Zetbox.Generator.Templates.Serialization.SerializationMembersList serializationList
Résultat Zetbox.Generator.Templates.Serialization.SerializationMembersList

xmlNamespace protected_oe property

protected string xmlNamespace
Résultat string