C# 클래스 Opc.Ua.FilterContext

Provides context information to used when searching the address space.
상속: IOperationContext
파일 보기 프로젝트 열기: OPCFoundation/UA-.NETStandardLibrary 1 사용 예제들

공개 메소드들

메소드 설명
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