C# 클래스 Tmx.Core.ExtensionMethods

Description of ExtensionMethods.
파일 보기 프로젝트 열기: apetrovskiy/STUPS

공개 메소드들

메소드 설명
CheckTestStatus ( this task ) : void
CloneTaskForNewTestClient ( this task ) : ITestTask
DeserializeFromString ( this documentAsString ) : System.Xml.Linq.XDocument
IsAccepted ( this task ) : bool
IsAcceptingNewClients ( this testRun ) : bool
IsActive ( this task ) : bool
IsCanceled ( this task ) : bool
IsCompleted ( this testRun ) : bool
IsCompletedSuccessfully ( this task ) : bool
IsFailed ( this task ) : bool
IsFinished ( this task ) : bool
IsNotQuiet ( this testRun ) : bool
IsPending ( this testRun ) : bool
IsQueued ( this testRun ) : bool
IsScheduled ( this testRun ) : bool
SerializeToString ( this document ) : string
SetNoTasksStatus ( this testClient ) : void
SetStartTime ( this testRun ) : void
SetTimeTaken ( this testRun ) : void
SqueezeTaskToTaskCodeProxy ( this task ) : ITestTaskCodeProxy
SqueezeTaskToTaskResultProxy ( this task ) : ITestTaskResultProxy
SqueezeTaskToTaskStatusProxy ( this task ) : ITestTaskStatusProxy

메소드 상세

CheckTestStatus() 공개 정적인 메소드

public static CheckTestStatus ( this task ) : void
task this
리턴 void

CloneTaskForNewTestClient() 공개 정적인 메소드

public static CloneTaskForNewTestClient ( this task ) : ITestTask
task this
리턴 ITestTask

DeserializeFromString() 공개 정적인 메소드

public static DeserializeFromString ( this documentAsString ) : System.Xml.Linq.XDocument
documentAsString this
리턴 System.Xml.Linq.XDocument

IsAccepted() 공개 정적인 메소드

public static IsAccepted ( this task ) : bool
task this
리턴 bool

IsAcceptingNewClients() 공개 정적인 메소드

public static IsAcceptingNewClients ( this testRun ) : bool
testRun this
리턴 bool

IsActive() 공개 정적인 메소드

public static IsActive ( this task ) : bool
task this
리턴 bool

IsCanceled() 공개 정적인 메소드

public static IsCanceled ( this task ) : bool
task this
리턴 bool

IsCompleted() 공개 정적인 메소드

public static IsCompleted ( this testRun ) : bool
testRun this
리턴 bool

IsCompletedSuccessfully() 공개 정적인 메소드

public static IsCompletedSuccessfully ( this task ) : bool
task this
리턴 bool

IsFailed() 공개 정적인 메소드

public static IsFailed ( this task ) : bool
task this
리턴 bool

IsFinished() 공개 정적인 메소드

public static IsFinished ( this task ) : bool
task this
리턴 bool

IsNotQuiet() 공개 정적인 메소드

public static IsNotQuiet ( this testRun ) : bool
testRun this
리턴 bool

IsPending() 공개 정적인 메소드

public static IsPending ( this testRun ) : bool
testRun this
리턴 bool

IsQueued() 공개 정적인 메소드

public static IsQueued ( this testRun ) : bool
testRun this
리턴 bool

IsScheduled() 공개 정적인 메소드

public static IsScheduled ( this testRun ) : bool
testRun this
리턴 bool

SerializeToString() 공개 정적인 메소드

public static SerializeToString ( this document ) : string
document this
리턴 string

SetNoTasksStatus() 공개 정적인 메소드

public static SetNoTasksStatus ( this testClient ) : void
testClient this
리턴 void

SetStartTime() 공개 정적인 메소드

public static SetStartTime ( this testRun ) : void
testRun this
리턴 void

SetTimeTaken() 공개 정적인 메소드

public static SetTimeTaken ( this testRun ) : void
testRun this
리턴 void

SqueezeTaskToTaskCodeProxy() 공개 정적인 메소드

public static SqueezeTaskToTaskCodeProxy ( this task ) : ITestTaskCodeProxy
task this
리턴 ITestTaskCodeProxy

SqueezeTaskToTaskResultProxy() 공개 정적인 메소드

public static SqueezeTaskToTaskResultProxy ( this task ) : ITestTaskResultProxy
task this
리턴 ITestTaskResultProxy

SqueezeTaskToTaskStatusProxy() 공개 정적인 메소드

public static SqueezeTaskToTaskStatusProxy ( this task ) : ITestTaskStatusProxy
task this
리턴 ITestTaskStatusProxy