C# Class Zetbox.DalProvider.Ef.Generator.Templates.ProjectFile

Inheritance: Zetbox.Generator.Templates.ProjectFile
Datei anzeigen Open project: daszat/zetbox

Public Methods

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

Protected Methods

Method Description
ApplyAdditionalItemGroups ( ) : void
ApplyAdditionalPropertyGroups ( ) : void
ApplyAdditionalReferences ( ) : void
GetRelativeOutputPath ( ) : string

Method Details

ApplyAdditionalItemGroups() protected method

protected ApplyAdditionalItemGroups ( ) : void
return void

ApplyAdditionalPropertyGroups() protected method

protected ApplyAdditionalPropertyGroups ( ) : void
return void

ApplyAdditionalReferences() protected method

protected ApplyAdditionalReferences ( ) : void
return void

GetRelativeOutputPath() protected method

protected GetRelativeOutputPath ( ) : string
return string

ProjectFile() public method

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