C# Class Serenity.CodeGenerator.ProjectFileHelper

Exibir arquivo Open project: volkanceylan/Serenity Class Usage Examples

Public Methods

Method Description
AddFileToProject ( string projectFile, string codeFile, string dependentUpon = null ) : void

Method Details

AddFileToProject() public static method

public static AddFileToProject ( string projectFile, string codeFile, string dependentUpon = null ) : void
projectFile string
codeFile string
dependentUpon string
return void