Property | Type | Description | |
---|---|---|---|
ctx | IZetboxContext | ||
dataType | DataType |
Method | Description | |
---|---|---|
Call ( Arebis _host, IZetboxContext ctx, DataType dataType ) : void | ||
Generate ( ) : void | ||
Template ( Arebis _host, IZetboxContext ctx, DataType dataType ) : System |
Method | Description | |
---|---|---|
ApplyMethodTemplate ( Zetbox m, int index ) : void | ||
ApplyPropertyTemplate ( System.Property prop ) : void | ||
GetInheritance ( ) : string | ||
GetInterfaces ( ) : string[] | ||
IsDeclaredInImplementsInterface ( System.Property prop ) : bool |
Check if Property was defined on a "ImplementsInterface" Interface
|
|
IsDeclaredInImplementsInterface ( Zetbox method ) : bool |
Check if Method was defined on a "ImplementsInterface" Interface
|
|
MethodsToGenerate ( ) : IEnumerable |
protected ApplyMethodTemplate ( Zetbox m, int index ) : void | ||
m | Zetbox | |
index | int | |
return | void |
protected ApplyPropertyTemplate ( System.Property prop ) : void | ||
prop | System.Property | |
return | void |
public static Call ( Arebis _host, IZetboxContext ctx, DataType dataType ) : void | ||
_host | Arebis | |
ctx | IZetboxContext | |
dataType | DataType | |
return | void |
protected IsDeclaredInImplementsInterface ( System.Property prop ) : bool | ||
prop | System.Property | Property to check |
return | bool |
protected IsDeclaredInImplementsInterface ( Zetbox method ) : bool | ||
method | Zetbox | Method to check |
return | bool |
protected MethodsToGenerate ( ) : IEnumerable |
||
return | IEnumerable |
public Template ( Arebis _host, IZetboxContext ctx, DataType dataType ) : System | ||
_host | Arebis | |
ctx | IZetboxContext | |
dataType | DataType | |
return | System |