C# 클래스 Opc.Ua.ContentFilter.ElementResult

Stores the validation results for a ContentFilterElement.
파일 보기 프로젝트 열기: OPCFoundation/Misc-Tools 1 사용 예제들

공개 메소드들

메소드 설명
ElementResult ( ServiceResult status ) : System

Initializes the object with a result code.

ToContentFilterElementResult ( DiagnosticsMasks diagnosticsMasks, StringTable stringTable ) : ContentFilterElementResult

Converts the object to an ContentFilterElementResult.

메소드 상세

ElementResult() 공개 메소드

Initializes the object with a result code.
public ElementResult ( ServiceResult status ) : System
status ServiceResult The status.
리턴 System

ToContentFilterElementResult() 공개 메소드

Converts the object to an ContentFilterElementResult.
public ToContentFilterElementResult ( DiagnosticsMasks diagnosticsMasks, StringTable stringTable ) : ContentFilterElementResult
diagnosticsMasks DiagnosticsMasks The diagnostics masks.
stringTable StringTable The string table.
리턴 ContentFilterElementResult