Show / Hide Table of Contents

    Class MetricReading

    Represents a single measurement (reading) of the service metric.

    Inheritance
    Object
    MetricReading
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: Nevatech.Vsb.Repository.Entities
    Assembly: Nevatech.Vsb.Repository.dll
    Syntax
    public class MetricReading

    Constructors

    MetricReading()

    Declaration
    public MetricReading()

    Properties

    ServiceAgreementMetricId

    Gets or sets identifier of the service metric that was measured.

    Declaration
    public int ServiceAgreementMetricId { get; set; }
    Property Value
    Type Description
    Int32

    StartDateTime

    Gets or sets the date and time when metric value was read. The time is reported in the time zone of the corresponding service agreement.

    Declaration
    public DateTime StartDateTime { get; set; }
    Property Value
    Type Description
    DateTime

    Value

    Gets or sets the measured metric value.

    Declaration
    public decimal Value { get; set; }
    Property Value
    Type Description
    Decimal
    Back to top Nevatech Sentinet 6.5 Online Documentation