Class RollDetail
Encapsulates roll information
public class RollDetail
- Inheritance
-
RollDetail
- Inherited Members
- Extension Methods
Properties
FirstDate
Gets/sets the first available date.
public DateTime FirstDate { get; set; }
Property Value
LastDate
Gets/sets the last available date.
public DateTime LastDate { get; set; }
Property Value
NextSymbol
Gets/sets the next symbol in the roll sequence.
public string NextSymbol { get; set; }
Property Value
RollDate
Gets/sets the roll date.
public DateTime RollDate { get; set; }
Property Value
Symbol
Gets/sets the symbol.
public string Symbol { get; set; }
Property Value
Methods
ToString()
Returns a string representation of this object.
public override string ToString()