Opc.Ua.FilterContext.FilterContext C# (CSharp) Method

FilterContext() public method

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(NamespaceTable namespaceUris, ITypeTable typeTree)
        :
            this(namespaceUris, typeTree, (IList<string>)null)
        {
        }

Same methods

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