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

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

protected IZetboxContext ctx
return IZetboxContext

fkBackingName protected_oe property

protected string fkBackingName
return string

fkGuidBackingName protected_oe property

protected string fkGuidBackingName
return string

implName protected_oe property

protected string implName
return string

isExportable protected_oe property

protected bool isExportable
return bool

name protected_oe property

protected string name
return string

referencedImplementation protected_oe property

protected string referencedImplementation
return string

referencedInterface protected_oe property

protected string referencedInterface
return string