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
DSCN
DSCN prefix constant.
public const string DSCN = "DSCN"
Field Value
DSC_
DSC_ prefix constant.
public const string DSC_ = "DSC_"
Field Value
DSC__
DSC (with space) prefix constant.
public const string DSC__ = "DSC "
Field Value
P
P prefix constant.
public const string P = "P"
Field Value
YDXJ
YDXJ prefix constant.
public const string YDXJ = "YDXJ"
Field Value
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; }