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

Inheritance: System.Entity
ファイルを表示 Open project: EnvironmentAgency/prsd-iws Class Usage Examples

Public Methods

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

Protected Methods

Method Description
MovementRejection ( ) : System

Method Details

MovementRejection() protected method

protected MovementRejection ( ) : System
return System

MovementRejection() public method

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

SetFile() public method

public SetFile ( System.Guid fileId ) : void
fileId System.Guid
return void