Show / Hide Table of Contents

Class ParameterBase

Inheritance
System.Object
ModelBase
ParameterBase
DisplayParameter
Parameter
Implements
System.Runtime.Serialization.IExtensibleDataObject
Inherited Members
ModelBase.ExtensionData
Namespace: MAT.Atlas.Automation.Api.Models
Assembly: MAT.Atlas.Automation.Api.dll
Syntax
public abstract class ParameterBase : ModelBase, IExtensibleDataObject

Constructors

ParameterBase()

Declaration
protected ParameterBase()

Properties

DataBitMask

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

DataSource

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

DataType

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

Description

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

ErrorBitMask

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

Format

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

Identifier

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

InstanceIdentifier

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

MaximumFrequency

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

MinimumFrequency

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

Name

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

Units

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

Implements

System.Runtime.Serialization.IExtensibleDataObject
In This Article
Back to top Generated by DocFX