C# Class Quickstarts.ProcessedDataSetType

Show file Open project: OPCFoundation/UA-.NET Class Usage Examples

Public Properties

Property Type Description
AggregateName string
DataSetName string
PercentBad ushort
PercentGood ushort
ProcessingInterval uint
Stepped bool
TreatUncertainAsBad bool
UseSlopedExtrapolation bool

Private Properties

Property Type Description

Public Methods

Method Description
ProcessedDataSetType ( ) : System
ToString ( ) : string

Method Details

ProcessedDataSetType() public method

public ProcessedDataSetType ( ) : System
return System

ToString() public method

public ToString ( ) : string
return string

Property Details

AggregateName public property

public string AggregateName
return string

DataSetName public property

public string DataSetName
return string

PercentBad public property

public ushort PercentBad
return ushort

PercentGood public property

public ushort PercentGood
return ushort

ProcessingInterval public property

public uint ProcessingInterval
return uint

Stepped public property

public bool Stepped
return bool

TreatUncertainAsBad public property

public bool TreatUncertainAsBad
return bool

UseSlopedExtrapolation public property

public bool UseSlopedExtrapolation
return bool