C# Class FileScanner.SearchSummary.SearchResult

Mostrar archivo 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_oe property

public DateTime? dateCreated
return DateTime?

dateLastAccess public_oe property

public DateTime? dateLastAccess
return DateTime?

dateLastModified public_oe property

public DateTime? dateLastModified
return DateTime?

fileName public_oe property

public string fileName
return string

fileSizeBytes public_oe property

public long? fileSizeBytes
return long?

fullFilePath public_oe property

public string fullFilePath
return string