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

Inheritance: Zetbox.Generator.ResourceTemplate
Show file Open project: daszat/zetbox

Protected Properties

Property Type Description
ctx IZetboxContext
disableExport bool
fkName string
moduleNamespace string
propertyName string
referencedInterface string
serializationList Zetbox.Generator.Templates.Serialization.SerializationMembersList

Public Methods

Method 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 method

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
return void

Generate() public method

public Generate ( ) : void
return void

ValueCollectionEntryParentReference() public method

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
return System

Property Details

ctx protected property

protected IZetboxContext ctx
return IZetboxContext

disableExport protected property

protected bool disableExport
return bool

fkName protected property

protected string fkName
return string

moduleNamespace protected property

protected string moduleNamespace
return string

propertyName protected property

protected string propertyName
return string

referencedInterface protected property

protected string referencedInterface
return string

serializationList protected property

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