Table of Contents

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

StorageFolder

The type representing a storage folder.

StorageFile

The 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

row1 string

The first display row text.

row2 string

The second display row text.

catalog AbstractCatalogShared<StorageFolder, StorageFile>

The abstract catalog reference.

Properties

DateTime

The date and time associated with the file.

public DateTime DateTime { get; set; }

Property Value

DateTime

FileNameWithoutExtension

The file name without extension.

public string FileNameWithoutExtension { get; set; }

Property Value

string

Name

The display name or postfix of the file.

public string Name { get; set; }

Property Value

string

Row1

First row in SelectorHelperListViewUC.

public string Row1 { get; set; }

Property Value

string

Row2

Second row in SelectorHelperListViewUC.

public string Row2 { get; set; }

Property Value

string

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

int

Methods

ToString()

Returns the combined display text of this file entry.

public override string ToString()

Returns

string