C# 클래스 Dynamo.AutoTT.Extensions

파일 보기 프로젝트 열기: MartinF/Dynamo.AutoTT

공개 메소드들

메소드 설명
GetAllItems ( this project ) : IEnumerable
GetFile ( this items, string name ) : ProjectItem
GetFolder ( this items, string name ) : ProjectItem
GetPane ( this panes, string name ) : OutputWindowPane
GetRelativeItem ( this project, string relativeFilename ) : ProjectItem
IsConfiguration ( this item ) : bool
IsProjectFile ( this item ) : bool
IsProjectFile ( this item, string name, System.StringComparison comparisonType = StringComparison.OrdinalIgnoreCase ) : bool
IsProjectFolder ( this item ) : bool
IsProjectFolder ( this item, string name, System.StringComparison comparisonType = StringComparison.OrdinalIgnoreCase ) : bool
WasConfiguration ( this item, string oldName ) : bool

메소드 상세

GetAllItems() 공개 정적인 메소드

public static GetAllItems ( this project ) : IEnumerable
project this
리턴 IEnumerable

GetFile() 공개 정적인 메소드

public static GetFile ( this items, string name ) : ProjectItem
items this
name string
리턴 ProjectItem

GetFolder() 공개 정적인 메소드

public static GetFolder ( this items, string name ) : ProjectItem
items this
name string
리턴 ProjectItem

GetPane() 공개 정적인 메소드

public static GetPane ( this panes, string name ) : OutputWindowPane
panes this
name string
리턴 OutputWindowPane

GetRelativeItem() 공개 정적인 메소드

public static GetRelativeItem ( this project, string relativeFilename ) : ProjectItem
project this
relativeFilename string
리턴 ProjectItem

IsConfiguration() 공개 정적인 메소드

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

IsProjectFile() 공개 정적인 메소드

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

IsProjectFile() 공개 정적인 메소드

public static IsProjectFile ( this item, string name, System.StringComparison comparisonType = StringComparison.OrdinalIgnoreCase ) : bool
item this
name string
comparisonType System.StringComparison
리턴 bool

IsProjectFolder() 공개 정적인 메소드

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

IsProjectFolder() 공개 정적인 메소드

public static IsProjectFolder ( this item, string name, System.StringComparison comparisonType = StringComparison.OrdinalIgnoreCase ) : bool
item this
name string
comparisonType System.StringComparison
리턴 bool

WasConfiguration() 공개 정적인 메소드

public static WasConfiguration ( this item, string oldName ) : bool
item this
oldName string
리턴 bool