C# Class EA.Iws.Domain.ShipmentPeriod

Show file Open project: EnvironmentAgency/prsd-iws

Public Methods

Method Description
IsDateInShipmentPeriod ( System.DateTime date ) : bool
ShipmentPeriod ( System.DateTime firstDate, System.DateTime lastDate, bool isPreconsentedRecoveryFacility ) : Prsd.Core

Protected Methods

Method Description
ShipmentPeriod ( ) : Prsd.Core

Method Details

IsDateInShipmentPeriod() public method

public IsDateInShipmentPeriod ( System.DateTime date ) : bool
date System.DateTime
return bool

ShipmentPeriod() protected method

protected ShipmentPeriod ( ) : Prsd.Core
return Prsd.Core

ShipmentPeriod() public method

public ShipmentPeriod ( System.DateTime firstDate, System.DateTime lastDate, bool isPreconsentedRecoveryFacility ) : Prsd.Core
firstDate System.DateTime
lastDate System.DateTime
isPreconsentedRecoveryFacility bool
return Prsd.Core