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

Afficher le fichier Open project: daszat/zetbox Class Usage Examples

Protected Properties

Свойство Type Description
cls DataType
clsName string
ctx IZetboxContext
implName string
otherInterface string

Méthodes publiques

Méthode Description
ApplyChangesFromMethod ( Arebis _host, IZetboxContext ctx, string otherInterface, DataType cls, string clsName, string implName ) : System
Call ( Arebis _host, IZetboxContext ctx, string otherInterface, DataType cls, string clsName, string implName ) : void
Call ( IGenerationHost host, IZetboxContext ctx, DataType dataType, string implName ) : void
Call ( IGenerationHost host, IZetboxContext ctx, string otherInterface, DataType dataType, string implName ) : void
Generate ( ) : void

Method Details

ApplyChangesFromMethod() public méthode

public ApplyChangesFromMethod ( Arebis _host, IZetboxContext ctx, string otherInterface, DataType cls, string clsName, string implName ) : System
_host Arebis
ctx IZetboxContext
otherInterface string
cls DataType
clsName string
implName string
Résultat System

Call() public static méthode

public static Call ( Arebis _host, IZetboxContext ctx, string otherInterface, DataType cls, string clsName, string implName ) : void
_host Arebis
ctx IZetboxContext
otherInterface string
cls DataType
clsName string
implName string
Résultat void

Call() public static méthode

public static Call ( IGenerationHost host, IZetboxContext ctx, DataType dataType, string implName ) : void
host IGenerationHost
ctx IZetboxContext
dataType DataType
implName string
Résultat void

Call() public static méthode

public static Call ( IGenerationHost host, IZetboxContext ctx, string otherInterface, DataType dataType, string implName ) : void
host IGenerationHost
ctx IZetboxContext
otherInterface string
dataType DataType
implName string
Résultat void

Generate() public méthode

public Generate ( ) : void
Résultat void

Property Details

cls protected_oe property

protected DataType cls
Résultat DataType

clsName protected_oe property

protected string clsName
Résultat string

ctx protected_oe property

protected IZetboxContext ctx
Résultat IZetboxContext

implName protected_oe property

protected string implName
Résultat string

otherInterface protected_oe property

protected string otherInterface
Résultat string