Click or drag to resize
Infosoft Logo

EndDateBeforeStartDateFault Class

A fault indicating that a given start date and end date were in the wrong order (start date > end date).
Inheritance Hierarchy
SystemObject
  Infosoft.Common.Contracts.FaultContracts.RetailEndDateBeforeStartDateFault

Namespace: Infosoft.Common.Contracts.FaultContracts.Retail
Assembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax
public class EndDateBeforeStartDateFault

The EndDateBeforeStartDateFault type exposes the following members.

Properties
 NameDescription
Public propertyEndDate Gets or sets the end date.
Public propertyStartDate Gets or sets the start date.
Top
See Also