C# Class Zetbox.Generator.Templates.ObjectClasses.ReloadOneReference

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

Protected Properties

Property Type Description
ctx IZetboxContext
fkBackingName string
fkGuidBackingName string
implName string
isExportable bool
name string
referencedImplementation string
referencedInterface string

Public Methods

Method Description
Call ( Arebis _host, IZetboxContext ctx, string referencedInterface, string referencedImplementation, string name, string implName, string fkBackingName, string fkGuidBackingName, bool isExportable ) : void
Generate ( ) : void
ReloadOneReference ( Arebis _host, IZetboxContext ctx, string referencedInterface, string referencedImplementation, string name, string implName, string fkBackingName, string fkGuidBackingName, bool isExportable ) : System

Method Details

Call() public static method

public static Call ( Arebis _host, IZetboxContext ctx, string referencedInterface, string referencedImplementation, string name, string implName, string fkBackingName, string fkGuidBackingName, bool isExportable ) : void
_host Arebis
ctx IZetboxContext
referencedInterface string
referencedImplementation string
name string
implName string
fkBackingName string
fkGuidBackingName string
isExportable bool
return void

Generate() public method

public Generate ( ) : void
return void

ReloadOneReference() public method

public ReloadOneReference ( Arebis _host, IZetboxContext ctx, string referencedInterface, string referencedImplementation, string name, string implName, string fkBackingName, string fkGuidBackingName, bool isExportable ) : System
_host Arebis
ctx IZetboxContext
referencedInterface string
referencedImplementation string
name string
implName string
fkBackingName string
fkGuidBackingName string
isExportable bool
return System

Property Details

ctx protected property

protected IZetboxContext ctx
return IZetboxContext

fkBackingName protected property

protected string fkBackingName
return string

fkGuidBackingName protected property

protected string fkGuidBackingName
return string

implName protected property

protected string implName
return string

isExportable protected property

protected bool isExportable
return bool

name protected property

protected string name
return string

referencedImplementation protected property

protected string referencedImplementation
return string

referencedInterface protected property

protected string referencedInterface
return string