Method | Description | |
---|---|---|
FilterContext ( Opc.Ua.NamespaceTable namespaceUris, ITypeTable typeTree ) : System |
Initializes the context.
|
|
FilterContext ( Opc.Ua.NamespaceTable namespaceUris, ITypeTable typeTree, IList |
Initializes the context.
|
|
FilterContext ( Opc.Ua.NamespaceTable namespaceUris, ITypeTable typeTree, IOperationContext context ) : System |
Initializes the context.
|
public FilterContext ( Opc.Ua.NamespaceTable namespaceUris, ITypeTable typeTree ) : System | ||
namespaceUris | Opc.Ua.NamespaceTable | The namespace URIs. |
typeTree | ITypeTable | The type tree. |
return | System |
public FilterContext ( Opc.Ua.NamespaceTable namespaceUris, ITypeTable typeTree, IList |
||
namespaceUris | Opc.Ua.NamespaceTable | The namespace URIs. |
typeTree | ITypeTable | The type tree. |
preferredLocales | IList |
The preferred locales. |
return | System |
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. |
return | System |