C# Class FileScanner.SearchSummary.SearchResult

Show file Open project: kzemek/FileScanner

Public Properties

Property Type Description
dateCreated DateTime?
dateLastAccess DateTime?
dateLastModified DateTime?
fileName string
fileSizeBytes long?
fullFilePath string

Public Methods

Method Description
SearchResult ( String fileName, String fullFilePath, long fileSizeBytes, System.DateTime dateCreated, System.DateTime dateLastAccess, System.DateTime dateLastModified ) : System

Method Details

SearchResult() public method

public SearchResult ( String fileName, String fullFilePath, long fileSizeBytes, System.DateTime dateCreated, System.DateTime dateLastAccess, System.DateTime dateLastModified ) : System
fileName String
fullFilePath String
fileSizeBytes long
dateCreated System.DateTime
dateLastAccess System.DateTime
dateLastModified System.DateTime
return System

Property Details

dateCreated public property

public DateTime? dateCreated
return DateTime?

dateLastAccess public property

public DateTime? dateLastAccess
return DateTime?

dateLastModified public property

public DateTime? dateLastModified
return DateTime?

fileName public property

public string fileName
return string

fileSizeBytes public property

public long? fileSizeBytes
return long?

fullFilePath public property

public string fullFilePath
return string