Show / Hide Table of Contents

Class DataPoints

A collection of named data points used in logging and tracing.

Inheritance
object
DataPoints
Implements
IEnumerable<(string, object)>
IEnumerable
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: CoverageKiller2.Logging
Assembly: CoverageKiller2.dll
Syntax
public class DataPoints : IEnumerable<(string, object)>, IEnumerable
Remarks

CK2.00.00.0000

Constructors

DataPoints()

Declaration
public DataPoints()

DataPoints(string)

Declaration
public DataPoints(string recallName)
Parameters
Type Name Description
string recallName

DataPoints(string, object)

Declaration
public DataPoints(string name, object value)
Parameters
Type Name Description
string name
object value

Methods

Add(string)

Declaration
public DataPoints Add(string name)
Parameters
Type Name Description
string name
Returns
Type Description
DataPoints

Add(string, object)

Declaration
public DataPoints Add(string name, object value)
Parameters
Type Name Description
string name
object value
Returns
Type Description
DataPoints

GetEnumerator()

Declaration
public IEnumerator<(string, object)> GetEnumerator()
Returns
Type Description
IEnumerator<(string, object)>

Implements

IEnumerable<T>
IEnumerable

Extension Methods

PingService.PingPong<T>(T, string)
PingService.PingPong<T>(T, string, string)
PingService.PingPong<T, TResult>(T, Func<TResult>, string, string)
PingService.Ping<T>(T, string)
PingService.Ping<T>(T, string, string)
PingService.Ping<T>(T, Type[], string)
PingService.Pong<T>(T, string)
PingService.Pong<T>(T, string, string)
PingService.Pong<T>(T, Type, string)
PingService.Pong<T>(T, Type[], string)
PingService.Pong<T, TResult>(T, Func<TResult>, string, string)
In this article
Back to top Generated by DocFX