Property | Type | Description | |
---|---|---|---|
cls | DataType | ||
clsName | string | ||
ctx | IZetboxContext | ||
implName | string | ||
otherInterface | string |
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 |
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 |
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 |
public static Call ( IGenerationHost host, IZetboxContext ctx, DataType dataType, string implName ) : void | ||
host | IGenerationHost | |
ctx | IZetboxContext | |
dataType | DataType | |
implName | string | |
return | void |
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 |