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

Show file Open project: daszat/zetbox Class Usage Examples

Protected Properties

Property Type Description
cls DataType
clsName string
ctx IZetboxContext
implName string
otherInterface string

Public Methods

Method 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 method

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
return System

Call() public static method

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
return void

Call() public static method

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

Call() public static method

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

Generate() public method

public Generate ( ) : void
return void

Property Details

cls protected property

protected DataType cls
return DataType

clsName protected property

protected string clsName
return string

ctx protected property

protected IZetboxContext ctx
return IZetboxContext

implName protected property

protected string implName
return string

otherInterface protected property

protected string otherInterface
return string