Свойство | Type | Description | |
---|---|---|---|
ctx | Zetbox.API.IZetboxContext | ||
fileNames | List |
||
projectGuid | string | ||
schemaProviders | IEnumerable |
Méthode | Description | |
---|---|---|
Call ( Arebis _host, Zetbox ctx, string projectGuid, List |
||
Generate ( ) : void | ||
ProjectFile ( Arebis _host, Zetbox ctx, string projectGuid, List |
Méthode | Description | |
---|---|---|
ApplyAdditionalItemGroups ( ) : void |
Override this to add one or more <ItemGroup/>s to the project file
|
|
ApplyAdditionalProperties ( ) : void |
Override this to add one or more Properties to a global <PropertyGroup/>
|
|
ApplyAdditionalPropertyGroups ( ) : void |
Override this to add one or more <PropertyGroup/>s to the project file
|
|
ApplyAdditionalReferences ( ) : void |
Add additional assembly references. By default this only adds a reference to the currently generating interface assembly. Extend this to add one or more <References/>s to the project file
|
|
GetAssemblyName ( ) : string | ||
GetRelativeOutputPath ( ) : string |
Returns the output path relative to the ZetboxAPIPath. This is only relevant for projects which are compiled in the IDE, as the generator will override the values here. This method MUST be overridden.
|
protected ApplyAdditionalItemGroups ( ) : void | ||
Résultat | void |
protected ApplyAdditionalProperties ( ) : void | ||
Résultat | void |
protected ApplyAdditionalPropertyGroups ( ) : void | ||
Résultat | void |
protected ApplyAdditionalReferences ( ) : void | ||
Résultat | void |
public static Call ( Arebis _host, Zetbox ctx, string projectGuid, List |
||
_host | Arebis | |
ctx | Zetbox | |
projectGuid | string | |
fileNames | List |
|
schemaProviders | IEnumerable |
|
Résultat | void |
protected GetRelativeOutputPath ( ) : string | ||
Résultat | string |
public ProjectFile ( Arebis _host, Zetbox ctx, string projectGuid, List |
||
_host | Arebis | |
ctx | Zetbox | |
projectGuid | string | |
fileNames | List |
|
schemaProviders | IEnumerable |
|
Résultat | System.Collections.Generic |
protected Zetbox.API.IZetboxContext ctx | ||
Résultat | Zetbox.API.IZetboxContext |