C# Class Zetbox.Generator.InterfaceTemplates.ProjectFile

Inheritance: Templates.ProjectFile
Mostrar archivo Open project: daszat/zetbox

Public Methods

Method Description
ProjectFile ( Arebis _host, Zetbox ctx, string projectGuid, List fileNames, IEnumerable schemaProviders ) : System

Protected Methods

Method Description
ApplyAdditionalProperties ( ) : void
ApplyAdditionalReferences ( ) : void
GetAssemblyName ( ) : string
GetRelativeOutputPath ( ) : string

Method Details

ApplyAdditionalProperties() protected method

protected ApplyAdditionalProperties ( ) : void
return void

ApplyAdditionalReferences() protected method

protected ApplyAdditionalReferences ( ) : void
return void

GetAssemblyName() protected method

protected GetAssemblyName ( ) : string
return string

GetRelativeOutputPath() protected method

protected GetRelativeOutputPath ( ) : string
return string

ProjectFile() public method

public ProjectFile ( Arebis _host, Zetbox ctx, string projectGuid, List fileNames, IEnumerable schemaProviders ) : System
_host Arebis
ctx Zetbox
projectGuid string
fileNames List
schemaProviders IEnumerable
return System