C# Класс Zetbox.DalProvider.Ef.Generator.Templates.Properties.CompoundObjectPropertyTemplate

Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
backingPropertyName string
backingStoreName string
coImplementationType string
coType string
ctx IZetboxContext
disableExport bool
propName string
serializationList Zetbox.Generator.Templates.Serialization.SerializationMembersList
xmlNamespace string

Открытые методы

Метод Описание
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

Защищенные методы

Метод Описание
AddSerialization ( Zetbox.Generator.Templates list, string memberType, string memberName, string backingStoreType, string backingStoreName ) : void

Описание методов

AddSerialization() защищенный Метод

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
Результат void

Call() публичный статический Метод

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
Результат void

CompoundObjectPropertyTemplate() публичный Метод

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
Результат System

Generate() публичный Метод

public Generate ( ) : void
Результат void

Описание свойств

backingPropertyName защищенное свойство

protected string backingPropertyName
Результат string

backingStoreName защищенное свойство

protected string backingStoreName
Результат string

coImplementationType защищенное свойство

protected string coImplementationType
Результат string

coType защищенное свойство

protected string coType
Результат string

ctx защищенное свойство

protected IZetboxContext ctx
Результат IZetboxContext

disableExport защищенное свойство

protected bool disableExport
Результат bool

propName защищенное свойство

protected string propName
Результат string

serializationList защищенное свойство

protected Zetbox.Generator.Templates.Serialization.SerializationMembersList serializationList
Результат Zetbox.Generator.Templates.Serialization.SerializationMembersList

xmlNamespace защищенное свойство

protected string xmlNamespace
Результат string