C# Класс Quickstarts.HistoricalAccessServer.ArchiveFolderState

Stores the metadata for a node representing a folder on a file system.
Наследование: Opc.Ua.FolderState
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
ArchiveFolderState ( ISystemContext context, ArchiveFolder folder, ushort namespaceIndex ) : System

Creates a new instance of a folder.

ConstructId ( string filePath, ushort namespaceIndex ) : Opc.Ua.NodeId

Constructs a node identifier for a folder object.

CreateBrowser ( ISystemContext context, ViewDescription view, Opc.Ua.NodeId referenceType, bool includeSubtypes, BrowseDirection browseDirection, Opc.Ua.QualifiedName browseName, IEnumerable additionalReferences, bool internalOnly ) : INodeBrowser

Creates a browser that explores the structure of the block.

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

ArchiveFolderState() публичный Метод

Creates a new instance of a folder.
public ArchiveFolderState ( ISystemContext context, ArchiveFolder folder, ushort namespaceIndex ) : System
context ISystemContext
folder ArchiveFolder
namespaceIndex ushort
Результат System

ConstructId() публичный статический Метод

Constructs a node identifier for a folder object.
public static ConstructId ( string filePath, ushort namespaceIndex ) : Opc.Ua.NodeId
filePath string
namespaceIndex ushort
Результат Opc.Ua.NodeId

CreateBrowser() публичный Метод

Creates a browser that explores the structure of the block.
public CreateBrowser ( ISystemContext context, ViewDescription view, Opc.Ua.NodeId referenceType, bool includeSubtypes, BrowseDirection browseDirection, Opc.Ua.QualifiedName browseName, IEnumerable additionalReferences, bool internalOnly ) : INodeBrowser
context ISystemContext
view Opc.Ua.ViewDescription
referenceType Opc.Ua.NodeId
includeSubtypes bool
browseDirection BrowseDirection
browseName Opc.Ua.QualifiedName
additionalReferences IEnumerable
internalOnly bool
Результат INodeBrowser