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

Inheritance: Zetbox.Generator.ResourceTemplate
ファイルを表示 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_oe property

protected IZetboxContext ctx
return IZetboxContext

disableExport protected_oe property

protected bool disableExport
return bool

fkName protected_oe property

protected string fkName
return string

moduleNamespace protected_oe property

protected string moduleNamespace
return string

propertyName protected_oe property

protected string propertyName
return string

referencedInterface protected_oe property

protected string referencedInterface
return string

serializationList protected_oe property

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