C# Class EA.Iws.Domain.ImportMovement.ImportMovementRejection

Inheritance: System.Entity
Exibir arquivo Open project: EnvironmentAgency/prsd-iws Class Usage Examples

Public Methods

Method Description
ImportMovementRejection ( System.Guid movementId, System.DateTime date, string reason, string furtherDetails ) : System

Protected Methods

Method Description
ImportMovementRejection ( ) : System

Method Details

ImportMovementRejection() protected method

protected ImportMovementRejection ( ) : System
return System

ImportMovementRejection() public method

public ImportMovementRejection ( System.Guid movementId, System.DateTime date, string reason, string furtherDetails ) : System
movementId System.Guid
date System.DateTime
reason string
furtherDetails string
return System