C# Класс Opc.Ua.ElementOperand

Наследование: IFormattable
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.

Описание методов

ElementOperand() публичный Метод

Constructs an operand from a value.
public ElementOperand ( uint index ) : System
index uint The index.
Результат System

ToString() публичный Метод

Returns a T:System.String that represents the current T:System.Object.
public ToString ( ) : string
Результат string

ToString() публичный Метод

Converts an ElementOperand to a displayable string.
public ToString ( INodeTable table ) : string
table INodeTable The table.
Результат string

ToString() публичный Метод

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.
Результат string

Validate() публичный Метод

Validates the operand.
public Validate ( FilterContext context, int index ) : ServiceResult
context FilterContext The context.
index int The index.
Результат ServiceResult