C# 클래스 CommandTaskRunner.ProjectHelpers

파일 보기 프로젝트 열기: madskristensen/CommandTaskRunner

공개 메소드들

메소드 설명
AddFileToProject ( this project, string file, string itemType = null ) : void
CheckFileOutOfSourceControl ( string file ) : void
GetRootFolder ( this project ) : string
GetSelectedItems ( ) : IEnumerable

메소드 상세

AddFileToProject() 공개 정적인 메소드

public static AddFileToProject ( this project, string file, string itemType = null ) : void
project this
file string
itemType string
리턴 void

CheckFileOutOfSourceControl() 공개 정적인 메소드

public static CheckFileOutOfSourceControl ( string file ) : void
file string
리턴 void

GetRootFolder() 공개 정적인 메소드

public static GetRootFolder ( this project ) : string
project this
리턴 string

GetSelectedItems() 공개 정적인 메소드

public static GetSelectedItems ( ) : IEnumerable
리턴 IEnumerable