C# Class EA.Iws.Domain.ShipmentPeriod

Afficher le fichier Open project: EnvironmentAgency/prsd-iws

Méthodes publiques

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

Méthodes protégées

Méthode Description
ShipmentPeriod ( ) : Prsd.Core

Method Details

IsDateInShipmentPeriod() public méthode

public IsDateInShipmentPeriod ( System.DateTime date ) : bool
date System.DateTime
Résultat bool

ShipmentPeriod() protected méthode

protected ShipmentPeriod ( ) : Prsd.Core
Résultat Prsd.Core

ShipmentPeriod() public méthode

public ShipmentPeriod ( System.DateTime firstDate, System.DateTime lastDate, bool isPreconsentedRecoveryFacility ) : Prsd.Core
firstDate System.DateTime
lastDate System.DateTime
isPreconsentedRecoveryFacility bool
Résultat Prsd.Core