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

Provides context information to used when searching the address space.
Наследование: IOperationContext
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
FilterContext ( Opc.Ua.NamespaceTable namespaceUris, ITypeTable typeTree ) : System

Initializes the context.

FilterContext ( Opc.Ua.NamespaceTable namespaceUris, ITypeTable typeTree, IList preferredLocales ) : System

Initializes the context.

FilterContext ( Opc.Ua.NamespaceTable namespaceUris, ITypeTable typeTree, IOperationContext context ) : System

Initializes the context.

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

FilterContext() публичный метод

Initializes the context.
public FilterContext ( Opc.Ua.NamespaceTable namespaceUris, ITypeTable typeTree ) : System
namespaceUris Opc.Ua.NamespaceTable The namespace URIs.
typeTree ITypeTable The type tree.
Результат System

FilterContext() публичный метод

Initializes the context.
public FilterContext ( Opc.Ua.NamespaceTable namespaceUris, ITypeTable typeTree, IList preferredLocales ) : System
namespaceUris Opc.Ua.NamespaceTable The namespace URIs.
typeTree ITypeTable The type tree.
preferredLocales IList The preferred locales.
Результат System

FilterContext() публичный метод

Initializes the context.
public FilterContext ( Opc.Ua.NamespaceTable namespaceUris, ITypeTable typeTree, IOperationContext context ) : System
namespaceUris Opc.Ua.NamespaceTable The namespace URIs.
typeTree ITypeTable The type tree.
context IOperationContext The context.
Результат System