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

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

Protected Properties

Свойство Type Description
ctx IZetboxContext
fkBackingName string
fkGuidBackingName string
implName string
isExportable bool
name string
referencedImplementation string
referencedInterface string

Méthodes publiques

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

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

Generate() public méthode

public Generate ( ) : void
Résultat void

ReloadOneReference() public méthode

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

Property Details

ctx protected_oe property

protected IZetboxContext ctx
Résultat IZetboxContext

fkBackingName protected_oe property

protected string fkBackingName
Résultat string

fkGuidBackingName protected_oe property

protected string fkGuidBackingName
Résultat string

implName protected_oe property

protected string implName
Résultat string

isExportable protected_oe property

protected bool isExportable
Résultat bool

name protected_oe property

protected string name
Résultat string

referencedImplementation protected_oe property

protected string referencedImplementation
Résultat string

referencedInterface protected_oe property

protected string referencedInterface
Résultat string