C# Class EA.Iws.Domain.Movement.MovementRejection

Inheritance: System.Entity
Afficher le fichier Open project: EnvironmentAgency/prsd-iws Class Usage Examples

Méthodes publiques

Méthode Description
MovementRejection ( System.Guid movementId, System.DateTime date, string reason, string furtherDetails ) : System
SetFile ( System.Guid fileId ) : void

Méthodes protégées

Méthode Description
MovementRejection ( ) : System

Method Details

MovementRejection() protected méthode

protected MovementRejection ( ) : System
Résultat System

MovementRejection() public méthode

public MovementRejection ( System.Guid movementId, System.DateTime date, string reason, string furtherDetails ) : System
movementId System.Guid
date System.DateTime
reason string
furtherDetails string
Résultat System

SetFile() public méthode

public SetFile ( System.Guid fileId ) : void
fileId System.Guid
Résultat void