C# Класс Baseline.FileSet

Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
getAllDistinctFiles IEnumerable

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

Метод Описание
AppendExclude ( string exclude ) : void
AppendInclude ( string include ) : void
Deep ( string include, string exclude = null ) : FileSet

Does a deep search in the folder

Equals ( FileSet other ) : bool
Equals ( object obj ) : bool
Everything ( ) : FileSet
ExcludedFilesFor ( string path ) : IEnumerable
FileSet ( ) : System.Collections.Generic
ForAssemblyDebugFiles ( IEnumerable assemblyNames ) : FileSet
ForAssemblyNames ( IEnumerable assemblyNames ) : FileSet
GetHashCode ( ) : int
IncludedFilesFor ( string path ) : IEnumerable
Shallow ( string include, string exclude = null ) : FileSet

Does a shallow search in the immediate folder for files matching the path search

ToString ( ) : string

Приватные методы

Метод Описание
getAllDistinctFiles ( string path, string pattern ) : IEnumerable

Описание методов

AppendExclude() публичный Метод

public AppendExclude ( string exclude ) : void
exclude string
Результат void

AppendInclude() публичный Метод

public AppendInclude ( string include ) : void
include string
Результат void

Deep() публичный статический Метод

Does a deep search in the folder
public static Deep ( string include, string exclude = null ) : FileSet
include string Semicolon delimited list of search criteria to be included in the results
exclude string Semicolon delimited list of search criteria to be excluded in the results
Результат FileSet

Equals() публичный Метод

public Equals ( FileSet other ) : bool
other FileSet
Результат bool

Equals() публичный Метод

public Equals ( object obj ) : bool
obj object
Результат bool

Everything() публичный статический Метод

public static Everything ( ) : FileSet
Результат FileSet

ExcludedFilesFor() публичный Метод

public ExcludedFilesFor ( string path ) : IEnumerable
path string
Результат IEnumerable

FileSet() публичный Метод

public FileSet ( ) : System.Collections.Generic
Результат System.Collections.Generic

ForAssemblyDebugFiles() публичный статический Метод

public static ForAssemblyDebugFiles ( IEnumerable assemblyNames ) : FileSet
assemblyNames IEnumerable
Результат FileSet

ForAssemblyNames() публичный статический Метод

public static ForAssemblyNames ( IEnumerable assemblyNames ) : FileSet
assemblyNames IEnumerable
Результат FileSet

GetHashCode() публичный Метод

public GetHashCode ( ) : int
Результат int

IncludedFilesFor() публичный Метод

public IncludedFilesFor ( string path ) : IEnumerable
path string
Результат IEnumerable

Shallow() публичный статический Метод

Does a shallow search in the immediate folder for files matching the path search
public static Shallow ( string include, string exclude = null ) : FileSet
include string Semicolon delimited list of search criteria to be included in the results
exclude string Semicolon delimited list of search criteria to be excluded in the results
Результат FileSet

ToString() публичный Метод

public ToString ( ) : string
Результат string