C# 클래스 NuGetVersionSync.SyncNuGetVersionTask

상속: WildcardFileSearchTask
파일 보기 프로젝트 열기: roryprimrose/Headless

Private Properties

프로퍼티 타입 설명
GetSourceBinaryPath string
SyncNuGetVersionTask System

공개 메소드들

메소드 설명
IsValidArgumentSet ( IEnumerable arguments ) : bool

Determines whether the specified arguments are valid.

보호된 메소드들

메소드 설명
FileMatchFound ( string filePath ) : FileMatchResult
OnBeforeSearch ( IEnumerable arguments ) : void

비공개 메소드들

메소드 설명
GetSourceBinaryPath ( IEnumerable arguments ) : string

Gets the source binary path.

SyncNuGetVersionTask ( EventWriter eventWriter, [ binaryVersionReader ) : System

메소드 상세

FileMatchFound() 보호된 메소드

protected FileMatchFound ( string filePath ) : FileMatchResult
filePath string
리턴 FileMatchResult

IsValidArgumentSet() 공개 메소드

Determines whether the specified arguments are valid.
public IsValidArgumentSet ( IEnumerable arguments ) : bool
arguments IEnumerable /// The arguments for the task. ///
리턴 bool

OnBeforeSearch() 보호된 메소드

protected OnBeforeSearch ( IEnumerable arguments ) : void
arguments IEnumerable
리턴 void