C# Class Quickstarts.HistoricalAccessServer.ArchiveItem

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

Méthodes publiques

Свойство Type Description
DataType BuiltInType

Private Properties

Свойство Type Description

Méthodes publiques

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

Method Details

ArchiveItem() public méthode

Creates a new instance.
public ArchiveItem ( string uniquePath, Assembly assembly, string resourcePath ) : System
uniquePath string
assembly System.Reflection.Assembly
resourcePath string
Résultat System

ArchiveItem() public méthode

Creates a new instance.
public ArchiveItem ( string uniquePath, FileInfo file ) : System
uniquePath string
file System.IO.FileInfo
Résultat System

GetParentFolder() public méthode

Returns the parent folder.
public GetParentFolder ( ) : ArchiveFolder
Résultat ArchiveFolder

OpenArchive() public méthode

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

Property Details

DataType public_oe property

The data type for the item.
public BuiltInType DataType
Résultat BuiltInType