C# 클래스 Opc.Ua.FilterOperand

파일 보기 프로젝트 열기: OPCFoundation/Misc-Tools 1 사용 예제들

공개 메소드들

메소드 설명
ToString ( INodeTable nodeTable ) : string

Converts an FilterOperand to a displayable string.

Validate ( FilterContext context, int index ) : ServiceResult

Validates the operand.

메소드 상세

ToString() 공개 메소드

Converts an FilterOperand to a displayable string.
public ToString ( INodeTable nodeTable ) : string
nodeTable INodeTable The node table.
리턴 string

Validate() 공개 메소드

Validates the operand.
public Validate ( FilterContext context, int index ) : ServiceResult
context FilterContext The context.
index int The index.
리턴 ServiceResult