Свойство | Тип | Описание | |
---|---|---|---|
ctx | Zetbox.API.IZetboxContext | ||
fileNames | List |
||
projectGuid | string | ||
schemaProviders | IEnumerable |
Метод | Описание | |
---|---|---|
Call ( Arebis _host, Zetbox ctx, string projectGuid, List |
||
Generate ( ) : void | ||
ProjectFile ( Arebis _host, Zetbox ctx, string projectGuid, List |
Метод | Описание | |
---|---|---|
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 | ||
Результат | void |
protected ApplyAdditionalProperties ( ) : void | ||
Результат | void |
protected ApplyAdditionalPropertyGroups ( ) : void | ||
Результат | void |
protected ApplyAdditionalReferences ( ) : void | ||
Результат | void |
public static Call ( Arebis _host, Zetbox ctx, string projectGuid, List |
||
_host | Arebis | |
ctx | Zetbox | |
projectGuid | string | |
fileNames | List |
|
schemaProviders | IEnumerable |
|
Результат | void |
protected GetRelativeOutputPath ( ) : string | ||
Результат | string |
public ProjectFile ( Arebis _host, Zetbox ctx, string projectGuid, List |
||
_host | Arebis | |
ctx | Zetbox | |
projectGuid | string | |
fileNames | List |
|
schemaProviders | IEnumerable |
|
Результат | System.Collections.Generic |