C# Class Opc.Ua.ElementOperand

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

Public Methods

Method Description
ElementOperand ( uint index ) : System

Constructs an operand from a value.

ToString ( ) : string

Returns a T:System.String that represents the current T:System.Object.

ToString ( INodeTable table ) : string

Converts an ElementOperand to a displayable string.

ToString ( string format, IFormatProvider formatProvider ) : string

Formats the value of the current instance using the specified format.

Validate ( FilterContext context, int index ) : ServiceResult

Validates the operand.

Method Details

ElementOperand() public method

Constructs an operand from a value.
public ElementOperand ( uint index ) : System
index uint The index.
return System

ToString() public method

Returns a T:System.String that represents the current T:System.Object.
public ToString ( ) : string
return string

ToString() public method

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

ToString() public method

Formats the value of the current instance using the specified format.
public ToString ( string format, IFormatProvider formatProvider ) : string
format string The specifying the format to use. /// -or- /// null to use the default format defined for the type of the implementation.
formatProvider IFormatProvider The to use to format the value. /// -or- /// null to obtain the numeric format information from the current locale setting of the operating system.
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