C# Class GSF.Historian.Files.ArchiveFile.Info

Represents information about an ArchiveFile.
Inheritance: IComparable
Afficher le fichier Open project: GridProtectionAlliance/gsf

Méthodes publiques

Свойство Type Description
EndTimeTag TimeTag
FileName string
StartTimeTag TimeTag

Méthodes publiques

Méthode Description
CompareTo ( object obj ) : int
Equals ( object obj ) : bool
GetHashCode ( ) : int
Info ( string fileName ) : System

Method Details

CompareTo() public méthode

public CompareTo ( object obj ) : int
obj object
Résultat int

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

Info() public méthode

public Info ( string fileName ) : System
fileName string
Résultat System

Property Details

EndTimeTag public_oe property

End TimeTag of the ArchiveFile.
public TimeTag EndTimeTag
Résultat TimeTag

FileName public_oe property

Name of the ArchiveFile.
public string FileName
Résultat string

StartTimeTag public_oe property

Start TimeTag of the ArchiveFile.
public TimeTag StartTimeTag
Résultat TimeTag