C# 클래스 PackmanVsix.ProjectHelpers

파일 보기 프로젝트 열기: madskristensen/Packman 1 사용 예제들

공개 메소드들

메소드 설명
AddFileToProject ( this project, string file, string itemType = null ) : void
AddFilesToProject ( this project, IEnumerable files ) : void
CheckFileOutOfSourceControl ( string file ) : void
GetActiveProject ( ) : Project
GetAllProjects ( ) : IEnumerable
GetConfigFile ( this project ) : string
GetFullPath ( this item ) : string
GetRootFolder ( this project ) : string
GetSelectedItems ( ) : IEnumerable
IsConfigFile ( this item ) : bool
IsKind ( this project, string kindGuid ) : bool
SetItemType ( this item, string itemType ) : void

비공개 메소드들

메소드 설명
GetChildProjects ( Project parent ) : IEnumerable

메소드 상세

AddFileToProject() 공개 정적인 메소드

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

AddFilesToProject() 공개 정적인 메소드

public static AddFilesToProject ( this project, IEnumerable files ) : void
project this
files IEnumerable
리턴 void

CheckFileOutOfSourceControl() 공개 정적인 메소드

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

GetActiveProject() 공개 정적인 메소드

public static GetActiveProject ( ) : Project
리턴 Project

GetAllProjects() 공개 정적인 메소드

public static GetAllProjects ( ) : IEnumerable
리턴 IEnumerable

GetConfigFile() 공개 정적인 메소드

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

GetFullPath() 공개 정적인 메소드

public static GetFullPath ( this item ) : string
item this
리턴 string

GetRootFolder() 공개 정적인 메소드

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

GetSelectedItems() 공개 정적인 메소드

public static GetSelectedItems ( ) : IEnumerable
리턴 IEnumerable

IsConfigFile() 공개 정적인 메소드

public static IsConfigFile ( this item ) : bool
item this
리턴 bool

IsKind() 공개 정적인 메소드

public static IsKind ( this project, string kindGuid ) : bool
project this
kindGuid string
리턴 bool

SetItemType() 공개 정적인 메소드

public static SetItemType ( this item, string itemType ) : void
item this
itemType string
리턴 void