C# Class Quickstarts.ProcessedDataSetType

Afficher le fichier Open project: OPCFoundation/UA-.NET Class Usage Examples

Méthodes publiques

Свойство Type Description
AggregateName string
DataSetName string
PercentBad ushort
PercentGood ushort
ProcessingInterval uint
Stepped bool
TreatUncertainAsBad bool
UseSlopedExtrapolation bool

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
ProcessedDataSetType ( ) : System
ToString ( ) : string

Method Details

ProcessedDataSetType() public méthode

public ProcessedDataSetType ( ) : System
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

AggregateName public_oe property

public string AggregateName
Résultat string

DataSetName public_oe property

public string DataSetName
Résultat string

PercentBad public_oe property

public ushort PercentBad
Résultat ushort

PercentGood public_oe property

public ushort PercentGood
Résultat ushort

ProcessingInterval public_oe property

public uint ProcessingInterval
Résultat uint

Stepped public_oe property

public bool Stepped
Résultat bool

TreatUncertainAsBad public_oe property

public bool TreatUncertainAsBad
Résultat bool

UseSlopedExtrapolation public_oe property

public bool UseSlopedExtrapolation
Résultat bool