Class DateQuantity
- Namespace
- InSite.Persistence
- Assembly
- InSite.Persistence.dll
public class DateQuantity
- Inheritance
-
DateQuantity
- Inherited Members
Constructors
DateQuantity()
public DateQuantity()
DateQuantity(DateTime, int)
public DateQuantity(DateTime item, int quantity)
Parameters
Properties
Item
public DateTime Item { get; set; }
Property Value
Quantity
public int Quantity { get; set; }