C# 클래스 Quickstarts.HistoricalAccessServer.ArchiveFolderState

Stores the metadata for a node representing a folder on a file system.
상속: Opc.Ua.FolderState
파일 보기 프로젝트 열기: OPCFoundation/UA-.NET 1 사용 예제들

공개 메소드들

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