Class FileNameWithDateTimeTU<StorageFolder, StorageFile>
- Namespace
- SunamoShared.Storage
- Assembly
- SunamoShared.dll
File name with associated DateTime, serie number, and display text.
public class FileNameWithDateTimeTU<StorageFolder, StorageFile>
Type Parameters
StorageFolderThe type representing a storage folder.
StorageFileThe type representing a storage file.
- Inheritance
-
FileNameWithDateTimeTU<StorageFolder, StorageFile>
- Derived
- Inherited Members
- Extension Methods
Constructors
FileNameWithDateTimeTU(string, string, AbstractCatalogShared<StorageFolder, StorageFile>)
Creates a new instance with display row values and catalog reference.
public FileNameWithDateTimeTU(string row1, string row2, AbstractCatalogShared<StorageFolder, StorageFile> catalog)
Parameters
row1stringThe first display row text.
row2stringThe second display row text.
catalogAbstractCatalogShared<StorageFolder, StorageFile>The abstract catalog reference.
Properties
DateTime
The date and time associated with the file.
public DateTime DateTime { get; set; }
Property Value
FileNameWithoutExtension
The file name without extension.
public string FileNameWithoutExtension { get; set; }
Property Value
Name
The display name or postfix of the file.
public string Name { get; set; }
Property Value
Row1
First row in SelectorHelperListViewUC.
public string Row1 { get; set; }
Property Value
Row2
Second row in SelectorHelperListViewUC.
public string Row2 { get; set; }
Property Value
Serie
The serie number. If set, time is not used for identification.
public int? Serie { get; set; }
Property Value
- int?
SerieValue
Gets the serie value (throws if null).
public int SerieValue { get; }
Property Value
Methods
ToString()
Returns the combined display text of this file entry.
public override string ToString()