C# Class Zetbox.Generator.Templates.CollectionEntries.ValueCollectionEntryParentReference

Inheritance: Zetbox.Generator.ResourceTemplate
Afficher le fichier Open project: daszat/zetbox

Protected Properties

Свойство Type Description
ctx IZetboxContext
disableExport bool
fkName string
moduleNamespace string
propertyName string
referencedInterface string
serializationList Zetbox.Generator.Templates.Serialization.SerializationMembersList

Méthodes publiques

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

Method Details

Call() public static méthode

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

Generate() public méthode

public Generate ( ) : void
Résultat void

ValueCollectionEntryParentReference() public méthode

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

Property Details

ctx protected_oe property

protected IZetboxContext ctx
Résultat IZetboxContext

disableExport protected_oe property

protected bool disableExport
Résultat bool

fkName protected_oe property

protected string fkName
Résultat string

moduleNamespace protected_oe property

protected string moduleNamespace
Résultat string

propertyName protected_oe property

protected string propertyName
Résultat string

referencedInterface protected_oe property

protected string referencedInterface
Résultat string

serializationList protected_oe property

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