C# 클래스 Quickstarts.ProcessedDataSetType

파일 보기 프로젝트 열기: OPCFoundation/UA-.NET 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
AggregateName string
DataSetName string
PercentBad ushort
PercentGood ushort
ProcessingInterval uint
Stepped bool
TreatUncertainAsBad bool
UseSlopedExtrapolation bool

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
ProcessedDataSetType ( ) : System
ToString ( ) : string

메소드 상세

ProcessedDataSetType() 공개 메소드

public ProcessedDataSetType ( ) : System
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

AggregateName 공개적으로 프로퍼티

public string AggregateName
리턴 string

DataSetName 공개적으로 프로퍼티

public string DataSetName
리턴 string

PercentBad 공개적으로 프로퍼티

public ushort PercentBad
리턴 ushort

PercentGood 공개적으로 프로퍼티

public ushort PercentGood
리턴 ushort

ProcessingInterval 공개적으로 프로퍼티

public uint ProcessingInterval
리턴 uint

Stepped 공개적으로 프로퍼티

public bool Stepped
리턴 bool

TreatUncertainAsBad 공개적으로 프로퍼티

public bool TreatUncertainAsBad
리턴 bool

UseSlopedExtrapolation 공개적으로 프로퍼티

public bool UseSlopedExtrapolation
리턴 bool