C# Класс Dynamo.AutoTT.Extensions

Показать файл Открыть проект

Открытые методы

Метод Описание
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