C# Класс Zetbox.Generator.Templates.CollectionEntries.ValueCollectionEntryParentReference

Наследование: Zetbox.Generator.ResourceTemplate
Показать файл Открыть проект

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

Свойство Тип Описание
ctx IZetboxContext
disableExport bool
fkName string
moduleNamespace string
propertyName string
referencedInterface string
serializationList Zetbox.Generator.Templates.Serialization.SerializationMembersList

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

Метод Описание
Call ( Arebis _host, IZetboxContext ctx, Zetbox serializationList, string referencedInterface, string propertyName, string fkName, string moduleNamespace, bool disableExport ) : void
Generate ( ) : void
ValueCollectionEntryParentReference ( Arebis _host, IZetboxContext ctx, Zetbox serializationList, string referencedInterface, string propertyName, string fkName, string moduleNamespace, bool disableExport ) : System

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

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

public static Call ( Arebis _host, IZetboxContext ctx, Zetbox serializationList, string referencedInterface, string propertyName, string fkName, string moduleNamespace, bool disableExport ) : void
_host Arebis
ctx IZetboxContext
serializationList Zetbox
referencedInterface string
propertyName string
fkName string
moduleNamespace string
disableExport bool
Результат void

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

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

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

public ValueCollectionEntryParentReference ( Arebis _host, IZetboxContext ctx, Zetbox serializationList, string referencedInterface, string propertyName, string fkName, string moduleNamespace, bool disableExport ) : System
_host Arebis
ctx IZetboxContext
serializationList Zetbox
referencedInterface string
propertyName string
fkName string
moduleNamespace string
disableExport bool
Результат System

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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