Skip to content

M_CodeJam_PerfTests_Columns_CompetitionLimitColumn_IsAvailable

andrewvk edited this page Nov 8, 2016 · 2 revisions

CompetitionLimitColumn.IsAvailable Method

Can provide values for the specified summary.

Namespace: CodeJam.PerfTests.Columns
Assembly: CodeJam.PerfTests (in CodeJam.PerfTests.dll) Version: 1.1.0.0 (1.1.0.0)

Syntax

C#

public bool IsAvailable(
	Summary summary
)

VB

Public Function IsAvailable ( 
	summary As Summary
) As Boolean

F#

abstract IsAvailable : 
        summary : Summary -> bool 
override IsAvailable : 
        summary : Summary -> bool 

Parameters

 

summary
Type: Summary
Summary for the run.

Return Value

Type: Boolean
true if can provide values for the specified summary.

Implements

IColumn.IsAvailable(Summary)

See Also

Reference

CompetitionLimitColumn Class
CodeJam.PerfTests.Columns Namespace

Clone this wiki locally