C# Class Quickstarts.ProcessedDataSetType

Exibir arquivo 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_oe property

public string AggregateName
return string

DataSetName public_oe property

public string DataSetName
return string

PercentBad public_oe property

public ushort PercentBad
return ushort

PercentGood public_oe property

public ushort PercentGood
return ushort

ProcessingInterval public_oe property

public uint ProcessingInterval
return uint

Stepped public_oe property

public bool Stepped
return bool

TreatUncertainAsBad public_oe property

public bool TreatUncertainAsBad
return bool

UseSlopedExtrapolation public_oe property

public bool UseSlopedExtrapolation
return bool