C# 클래스 Tmx.Server.Logic.ObjectModel.ExtensionMethods.ExtensionMethods

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

공개 메소드들

메소드 설명
ActiveTestRunIds ( this list ) : IEnumerable
ActiveWorkflows ( this list ) : IEnumerable
GetTestLabName ( this testRun ) : string
HasActiveTestRuns ( this list ) : bool
IsInActiveTestRun ( this testClient ) : bool
IsLastTaskInTestRun ( this task ) : bool
UnregisterClients ( this testRun ) : void

메소드 상세

ActiveTestRunIds() 공개 정적인 메소드

public static ActiveTestRunIds ( this list ) : IEnumerable
list this
리턴 IEnumerable

ActiveWorkflows() 공개 정적인 메소드

public static ActiveWorkflows ( this list ) : IEnumerable
list this
리턴 IEnumerable

GetTestLabName() 공개 정적인 메소드

public static GetTestLabName ( this testRun ) : string
testRun this
리턴 string

HasActiveTestRuns() 공개 정적인 메소드

public static HasActiveTestRuns ( this list ) : bool
list this
리턴 bool

IsInActiveTestRun() 공개 정적인 메소드

public static IsInActiveTestRun ( this testClient ) : bool
testClient this
리턴 bool

IsLastTaskInTestRun() 공개 정적인 메소드

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

UnregisterClients() 공개 정적인 메소드

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