Show / Hide Table of Contents

Interface IDisplayParameter

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

Properties

DataBitMask

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

DataSource

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

DataType

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

Description

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

DisplayMax

Declaration
double DisplayMax { get; set; }
Property Value
Type Description
System.Double

DisplayMin

Declaration
double DisplayMin { get; set; }
Property Value
Type Description
System.Double

DistributionBottom

Declaration
double DistributionBottom { get; set; }
Property Value
Type Description
System.Double

DistributionTop

Declaration
double DistributionTop { get; set; }
Property Value
Type Description
System.Double

ErrorBitMask

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

Format

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

Frequency

Declaration
double Frequency { get; set; }
Property Value
Type Description
System.Double

Identifier

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

InstanceIdentifier

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

Interpolate

Declaration
bool Interpolate { get; set; }
Property Value
Type Description
System.Boolean

MaximumFrequency

Declaration
double MaximumFrequency { get; set; }
Property Value
Type Description
System.Double

MinimumFrequency

Declaration
double MinimumFrequency { get; set; }
Property Value
Type Description
System.Double

Name

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

Units

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

WarningMax

Declaration
double WarningMax { get; set; }
Property Value
Type Description
System.Double

WarningMin

Declaration
double WarningMin { get; set; }
Property Value
Type Description
System.Double

YScale

Declaration
ParameterYScaleMode YScale { get; set; }
Property Value
Type Description
ParameterYScaleMode
In This Article
Back to top Generated by DocFX