C# 클래스 openXDA.ExtensibleDisturbanceAnalysisEngine.FileWrapper

파일 보기 프로젝트 열기: GridProtectionAlliance/openXDA

공개 메소드들

메소드 설명
FileWrapper ( string filePath ) : System

Creates a new instance of the FileWrapper class.

GetFileGroup ( FileInfoDataContext dataContext, TimeZoneInfo xdaTimeZone ) : FileGroup

Gets the file group containing information about the file on the given file path, as well as the files related to it.

GetMaxFileCreationTime ( ) : System.DateTime

Gets the maximum creation time of the files with the same root name as the wrapped file.

메소드 상세

FileWrapper() 공개 메소드

Creates a new instance of the FileWrapper class.
public FileWrapper ( string filePath ) : System
filePath string The path to the wrapped file.
리턴 System

GetFileGroup() 공개 메소드

Gets the file group containing information about the file on the given file path, as well as the files related to it.
public GetFileGroup ( FileInfoDataContext dataContext, TimeZoneInfo xdaTimeZone ) : FileGroup
dataContext FaultData.Database.FileInfoDataContext The data context used for database lookups.
xdaTimeZone System.TimeZoneInfo The time zone used by openXDA.
리턴 FaultData.Database.FileGroup

GetMaxFileCreationTime() 공개 메소드

Gets the maximum creation time of the files with the same root name as the wrapped file.
public GetMaxFileCreationTime ( ) : System.DateTime
리턴 System.DateTime