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

A clause that identifies a field to return with the event.
Наследование: IFormattable
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
Format ( IList browsePath ) : string

Formats a browse path.

Parse ( string browsePath ) : QualifiedNameCollection

Parses a browse path.

SimpleAttributeOperand ( FilterContext context, Opc.Ua.ExpandedNodeId typeId, IList browsePath ) : System

Creates an operand that references a component/property of a type.

SimpleAttributeOperand ( FilterContext context, Opc.Ua.ExpandedNodeId typeDefinitionId, string browsePath, uint attributeId, string indexRange ) : System

Creates an operand that references a component/property of a type.

SimpleAttributeOperand ( Opc.Ua.NodeId typeId, IList browsePath ) : System

Creates an operand that references a component/property of a type.

SimpleAttributeOperand ( Opc.Ua.NodeId typeId, Opc.Ua.QualifiedName browsePath ) : System

Creates an operand that references a component/property of a type.

ToString ( ) : string

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

ToString ( INodeTable nodeTable ) : string

Converts an AttributeOperand 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 (sets the ParsedBrowsePath and ParsedIndexRange properties).

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

Format() публичный статический Метод

Formats a browse path.
public static Format ( IList browsePath ) : string
browsePath IList
Результат string

Parse() публичный статический Метод

Parses a browse path.
public static Parse ( string browsePath ) : QualifiedNameCollection
browsePath string
Результат QualifiedNameCollection

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

Creates an operand that references a component/property of a type.
public SimpleAttributeOperand ( FilterContext context, Opc.Ua.ExpandedNodeId typeId, IList browsePath ) : System
context FilterContext
typeId Opc.Ua.ExpandedNodeId
browsePath IList
Результат System

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

Creates an operand that references a component/property of a type.
public SimpleAttributeOperand ( FilterContext context, Opc.Ua.ExpandedNodeId typeDefinitionId, string browsePath, uint attributeId, string indexRange ) : System
context FilterContext
typeDefinitionId Opc.Ua.ExpandedNodeId
browsePath string
attributeId uint
indexRange string
Результат System

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

Creates an operand that references a component/property of a type.
public SimpleAttributeOperand ( Opc.Ua.NodeId typeId, IList browsePath ) : System
typeId Opc.Ua.NodeId
browsePath IList
Результат System

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

Creates an operand that references a component/property of a type.
public SimpleAttributeOperand ( Opc.Ua.NodeId typeId, Opc.Ua.QualifiedName browsePath ) : System
typeId Opc.Ua.NodeId
browsePath Opc.Ua.QualifiedName
Результат System

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

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

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

Converts an AttributeOperand to a displayable string.
public ToString ( INodeTable nodeTable ) : string
nodeTable INodeTable
Результат 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 (sets the ParsedBrowsePath and ParsedIndexRange properties).
public Validate ( FilterContext context, int index ) : ServiceResult
context FilterContext
index int
Результат ServiceResult