Show / Hide Table of Contents

Interface INumericDisplayParameter

Namespace: MAT.Atlas.Automation.Api.Models.Interfaces
Assembly: MAT.Atlas.Automation.Api.dll
Syntax
public interface INumericDisplayParameter

Properties

FormattedValue

Declaration
string FormattedValue { get; set; }
Property Value
Type Description
System.String

Identifier

Declaration
string Identifier { get; set; }
Property Value
Type Description
System.String

InstanceIdentifier

Declaration
ObjectId InstanceIdentifier { get; set; }
Property Value
Type Description
ObjectId

Units

Declaration
string Units { get; set; }
Property Value
Type Description
System.String

Value

Declaration
double Value { get; set; }
Property Value
Type Description
System.Double
In This Article
Back to top Generated by DocFX