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

Represents information about an ArchiveFile.
Inheritance: IComparable
Show file Open project: GridProtectionAlliance/gsf

Public Properties

Property Type Description
EndTimeTag TimeTag
FileName string
StartTimeTag TimeTag

Public Methods

Method Description
CompareTo ( object obj ) : int
Equals ( object obj ) : bool
GetHashCode ( ) : int
Info ( string fileName ) : System

Method Details

CompareTo() public method

public CompareTo ( object obj ) : int
obj object
return int

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

Info() public method

public Info ( string fileName ) : System
fileName string
return System

Property Details

EndTimeTag public property

End TimeTag of the ArchiveFile.
public TimeTag EndTimeTag
return TimeTag

FileName public property

Name of the ArchiveFile.
public string FileName
return string

StartTimeTag public property

Start TimeTag of the ArchiveFile.
public TimeTag StartTimeTag
return TimeTag