C# 클래스 Quickstarts.HistoricalAccessServer.ArchiveItem

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

공개 프로퍼티들

프로퍼티 타입 설명
DataType BuiltInType

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
ArchiveItem ( string uniquePath, Assembly assembly, string resourcePath ) : System

Creates a new instance.

ArchiveItem ( string uniquePath, FileInfo file ) : System

Creates a new instance.

GetParentFolder ( ) : ArchiveFolder

Returns the parent folder.

OpenArchive ( ) : StreamReader

Returns a stream that can be used to read the archive.

메소드 상세

ArchiveItem() 공개 메소드

Creates a new instance.
public ArchiveItem ( string uniquePath, Assembly assembly, string resourcePath ) : System
uniquePath string
assembly System.Reflection.Assembly
resourcePath string
리턴 System

ArchiveItem() 공개 메소드

Creates a new instance.
public ArchiveItem ( string uniquePath, FileInfo file ) : System
uniquePath string
file System.IO.FileInfo
리턴 System

GetParentFolder() 공개 메소드

Returns the parent folder.
public GetParentFolder ( ) : ArchiveFolder
리턴 ArchiveFolder

OpenArchive() 공개 메소드

Returns a stream that can be used to read the archive.
public OpenArchive ( ) : StreamReader
리턴 System.IO.StreamReader

프로퍼티 상세

DataType 공개적으로 프로퍼티

The data type for the item.
public BuiltInType DataType
리턴 BuiltInType