C# Class Opc.Ua.FilterOperand

Afficher le fichier Open project: OPCFoundation/Misc-Tools Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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

Validate() public méthode

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