Table of Contents

Class PhotoFileNameConvention

Namespace
SunamoData.Data
Assembly
SunamoData.dll

Represents a photo file name convention with a text prefix and optional number.

public class PhotoFileNameConvention
Inheritance
PhotoFileNameConvention
Inherited Members
Extension Methods

Fields

DSC

DSC prefix constant.

public const string DSC = "DSC"

Field Value

string

DSCN

DSCN prefix constant.

public const string DSCN = "DSCN"

Field Value

string

DSC_

DSC_ prefix constant.

public const string DSC_ = "DSC_"

Field Value

string

DSC__

DSC (with space) prefix constant.

public const string DSC__ = "DSC "

Field Value

string

P

P prefix constant.

public const string P = "P"

Field Value

string

YDXJ

YDXJ prefix constant.

public const string YDXJ = "YDXJ"

Field Value

string

Properties

Number

Gets or sets the optional number portion of the file name.

public uint? Number { get; set; }

Property Value

uint?

Text

Gets or sets the text prefix of the file name.

public string Text { get; set; }

Property Value

string