C# Class Opc.Ua.FilterOperand

ファイルを表示 Open project: OPCFoundation/Misc-Tools Class Usage Examples

Public Methods

Method Description
ToString ( INodeTable nodeTable ) : string

Converts an FilterOperand to a displayable string.

Validate ( FilterContext context, int index ) : ServiceResult

Validates the operand.

Method Details

ToString() public method

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

Validate() public method

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