C# Class CommandTaskRunner.ProjectHelpers

Afficher le fichier Open project: madskristensen/CommandTaskRunner

Méthodes publiques

Méthode Description
AddFileToProject ( this project, string file, string itemType = null ) : void
CheckFileOutOfSourceControl ( string file ) : void
GetRootFolder ( this project ) : string
GetSelectedItems ( ) : IEnumerable

Method Details

AddFileToProject() public static méthode

public static AddFileToProject ( this project, string file, string itemType = null ) : void
project this
file string
itemType string
Résultat void

CheckFileOutOfSourceControl() public static méthode

public static CheckFileOutOfSourceControl ( string file ) : void
file string
Résultat void

GetRootFolder() public static méthode

public static GetRootFolder ( this project ) : string
project this
Résultat string

GetSelectedItems() public static méthode

public static GetSelectedItems ( ) : IEnumerable
Résultat IEnumerable