Class LastestDateTrackerBaseModel
- Namespace
- Contensive.CPBase.BaseModels
- Assembly
- CPBase.dll
Track a series of dates, saving only the latest
public abstract class LastestDateTrackerBaseModel
- Inheritance
-
LastestDateTrackerBaseModel
- Inherited Members
Methods
Get()
Get the latest date added to the tracker since the last reset
public abstract DateTime Get()
Returns
Reset()
Reset the Modified Date. Call before tracking the modified date.
public abstract void Reset()
Track(DateTime?)
include this modified date and save if it is the latest
public abstract void Track(DateTime? ModifiedDate)
Parameters
ModifiedDateDateTime?