C# Class CodeGeneratorHelpers.ProjectHelper

Datei anzeigen Open project: asebak/ui5-visualstudio-plugin

Public Methods

Method Description
GetFilePath ( Project p, string fileName ) : string

Gets the file path.

GetFolderPath ( Project p, string folderName ) : ProjectItem

Gets the folder path.

Method Details

GetFilePath() public static method

Gets the file path.
public static GetFilePath ( Project p, string fileName ) : string
p Project The p.
fileName string Name of the file.
return string

GetFolderPath() public static method

Gets the folder path.
public static GetFolderPath ( Project p, string folderName ) : ProjectItem
p Project The p.
folderName string Name of the folder.
return ProjectItem