Table of Contents

Class Performance

Namespace
adas_core.Domain.Models.SystemAlerts
Assembly
adas-core.Domain.dll

Represents a performance-related entity, such as a metric, measurement, or record used to track and evaluate performance data.

public class Performance
Inheritance
Performance
Inherited Members
Extension Methods

Properties

Name

public string? Name { get; set; }

Property Value

string

PercentageConsumed

public double PercentageConsumed { get; set; }

Property Value

double

Unit

public string? Unit { get; set; }

Property Value

string

ValueConsumed

public double ValueConsumed { get; set; }

Property Value

double

ValueTotal

public double ValueTotal { get; set; }

Property Value

double