Interface IColumn
  
  
  
  
  Assembly: BenchmarkDotNet.dll
  Syntax
  
  Properties
  
  
  
  
  AlwaysShow
  
  
  Declaration
  
  Property Value
  
  
  
  
  Category
  
  
  Declaration
  
    ColumnCategory Category { get; }
   
  Property Value
  
  
  
  
  ColumnName
  Display column title in the summary.
 
  
  Declaration
  
    string ColumnName { get; }
   
  Property Value
  
  
  
  
  Id
  An unique identifier of the column.
If there are several columns with the same Id, only one of them will be shown in the summary.
 
  
  Declaration
  
  Property Value
  
  
  
  
  IsNumeric
  Defines if the column's value represents a number
 
  
  Declaration
  
  Property Value
  
  
  
  
  Legend
  
  
  Declaration
  
  Property Value
  
  
  
  
  PriorityInCategory
  Defines order of column in the same category.
 
  
  Declaration
  
    int PriorityInCategory { get; }
   
  Property Value
  
  
  
  
  UnitType
  Defines how to format column's value
 
  
  Declaration
  
    UnitType UnitType { get; }
   
  Property Value
  
  Methods
  
  
  
  
  GetValue(Summary, BenchmarkCase)
  Value in this column formatted using the default style.
 
  
  Declaration
  
    string GetValue(Summary summary, BenchmarkCase benchmarkCase)
   
  Parameters
  
  Returns
  
  
  
  
  GetValue(Summary, BenchmarkCase, SummaryStyle)
  Value in this column formatted using the specified style.
 
  
  Declaration
  
    string GetValue(Summary summary, BenchmarkCase benchmarkCase, SummaryStyle style)
   
  Parameters
  
  Returns
  
  
  
  
  IsAvailable(Summary)
  
  
  Declaration
  
    bool IsAvailable(Summary summary)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | Summary | 
        summary | 
         | 
      
    
  
  Returns
  
  
  
  
  IsDefault(Summary, BenchmarkCase)
  
  
  Declaration
  
    bool IsDefault(Summary summary, BenchmarkCase benchmarkCase)
   
  Parameters
  
  Returns
  
  Extension Methods