Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
Commit 290e8e10 authored by Franz KOBER josef's avatar Franz KOBER josef
Browse files

added IManfacturingStageInputData Interface

parent a3a39ae7
No related branches found
No related tags found
Loading
......@@ -927,9 +927,15 @@ namespace TUGraz.VectoCommon.InputData
DateTime Date { get; }
}
public interface IManufacturingStageInputData : IVehicleDeclarationInputData
{
int StageCount { get; }
DigestData HashPreviousStage { get; }
}
public enum StateOfCompletion
{
unknown,
incomplete,
complete,
completed
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment