Show / Hide Table of Contents

Class CharacteristicPresenter

Inheritance
Object
CharacteristicPresenter
Namespace: BenchmarkDotNet.Characteristics
Assembly: BenchmarkDotNet.dll
Syntax
public abstract class CharacteristicPresenter

Fields

DefaultPresenter

Declaration
public static readonly CharacteristicPresenter DefaultPresenter
Field Value
Type Description
CharacteristicPresenter

FolderPresenter

Declaration
public static readonly CharacteristicPresenter FolderPresenter
Field Value
Type Description
CharacteristicPresenter

SourceCodePresenter

Declaration
public static readonly CharacteristicPresenter SourceCodePresenter
Field Value
Type Description
CharacteristicPresenter

SummaryPresenter

Declaration
public static readonly CharacteristicPresenter SummaryPresenter
Field Value
Type Description
CharacteristicPresenter

Methods

ToPresentation(CharacteristicObject, Characteristic)

Declaration
public abstract string ToPresentation(CharacteristicObject obj, Characteristic characteristic)
Parameters
Type Name Description
CharacteristicObject obj
Characteristic characteristic
Returns
Type Description
String

ToPresentation(Object, Characteristic)

Declaration
public abstract string ToPresentation(object characteristicValue, Characteristic characteristic)
Parameters
Type Name Description
Object characteristicValue
Characteristic characteristic
Returns
Type Description
String
In This Article
Back to top Copyright © 2013–2021 .NET Foundation and contributors