프로퍼티 | 타입 | 설명 | |
---|---|---|---|
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.
|
public static Call ( Arebis _host, Zetbox ctx, string projectGuid, List |
||
_host | Arebis | |
ctx | Zetbox | |
projectGuid | string | |
fileNames | List |
|
schemaProviders | IEnumerable |
|
리턴 | void |
public ProjectFile ( Arebis _host, Zetbox ctx, string projectGuid, List |
||
_host | Arebis | |
ctx | Zetbox | |
projectGuid | string | |
fileNames | List |
|
schemaProviders | IEnumerable |
|
리턴 | System.Collections.Generic |