C# Class Opc.Ua.FilterContext

Provides context information to used when searching the address space.
Inheritance: IOperationContext
Afficher le fichier Open project: OPCFoundation/UA-.NETStandardLibrary Class Usage Examples

Méthodes publiques

Méthode Description
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.

Method Details

FilterContext() public méthode

Initializes the context.
public FilterContext ( Opc.Ua.NamespaceTable namespaceUris, ITypeTable typeTree ) : System
namespaceUris Opc.Ua.NamespaceTable The namespace URIs.
typeTree ITypeTable The type tree.
Résultat System

FilterContext() public méthode

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.
Résultat System

FilterContext() public méthode

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.
Résultat System