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

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

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

Метод Описание
GetOperands ( ) : List

Returns the operands for the element.

SetOperands ( IEnumerable operands ) : void

Sets the operands for the element.

ToString ( ) : string

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

ToString ( INodeTable nodeTable ) : string

Converts an ContentFilterElement 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 ) : ContentFilter.ElementResult

Validates the content filter element.

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

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

Returns the operands for the element.
public GetOperands ( ) : List
Результат List

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

Sets the operands for the element.
public SetOperands ( IEnumerable operands ) : void
operands IEnumerable The list of the operands.
Результат void

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

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

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

Converts an ContentFilterElement to a displayable string.
public ToString ( INodeTable nodeTable ) : string
nodeTable INodeTable The node 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 content filter element.
public Validate ( FilterContext context, int index ) : ContentFilter.ElementResult
context FilterContext The context.
index int The index.
Результат ContentFilter.ElementResult