C# Class Quickstarts.HistoricalAccessServer.ArchiveFolderState

Stores the metadata for a node representing a folder on a file system.
Inheritance: Opc.Ua.FolderState
Afficher le fichier Open project: OPCFoundation/UA-.NET Class Usage Examples

Méthodes publiques

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

Method Details

ArchiveFolderState() public méthode

Creates a new instance of a folder.
public ArchiveFolderState ( ISystemContext context, ArchiveFolder folder, ushort namespaceIndex ) : System
context ISystemContext
folder ArchiveFolder
namespaceIndex ushort
Résultat System

ConstructId() public static méthode

Constructs a node identifier for a folder object.
public static ConstructId ( string filePath, ushort namespaceIndex ) : Opc.Ua.NodeId
filePath string
namespaceIndex ushort
Résultat Opc.Ua.NodeId

CreateBrowser() public méthode

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
Résultat INodeBrowser