C# 클래스 Endjin.Assembly.ChangeDetection.Infrastructure.ListExtensions

파일 보기 프로젝트 열기: endjin/Endjin.Assembly.ChangeDetection

공개 메소드들

메소드 설명
GetFiles ( this queries ) : IEnumerable
GetMatchingFileByName ( this queries, string fileName ) : string
GetNotExistingFilesInOtherQuery ( this queries, List otherQueries ) : List
GetQueries ( this queries ) : string
GetSearchDirs ( this queries ) : string
HasMatches ( this queries ) : bool

메소드 상세

GetFiles() 공개 정적인 메소드

public static GetFiles ( this queries ) : IEnumerable
queries this
리턴 IEnumerable

GetMatchingFileByName() 공개 정적인 메소드

public static GetMatchingFileByName ( this queries, string fileName ) : string
queries this
fileName string
리턴 string

GetNotExistingFilesInOtherQuery() 공개 정적인 메소드

public static GetNotExistingFilesInOtherQuery ( this queries, List otherQueries ) : List
queries this
otherQueries List
리턴 List

GetQueries() 공개 정적인 메소드

public static GetQueries ( this queries ) : string
queries this
리턴 string

GetSearchDirs() 공개 정적인 메소드

public static GetSearchDirs ( this queries ) : string
queries this
리턴 string

HasMatches() 공개 정적인 메소드

public static HasMatches ( this queries ) : bool
queries this
리턴 bool