Index: Ringtoets/Common/src/Ringtoets.Common.Data/BaseFailureMechanism.cs =================================================================== diff -u -r4512af7782ee31b36941bb280b54d9da2953dd71 -r3c1b05ca357443b861187ba196b806ebab57a929 --- Ringtoets/Common/src/Ringtoets.Common.Data/BaseFailureMechanism.cs (.../BaseFailureMechanism.cs) (revision 4512af7782ee31b36941bb280b54d9da2953dd71) +++ Ringtoets/Common/src/Ringtoets.Common.Data/BaseFailureMechanism.cs (.../BaseFailureMechanism.cs) (revision 3c1b05ca357443b861187ba196b806ebab57a929) @@ -49,6 +49,14 @@ } } + /// + /// Gets or sets the name of the failure mechanism. + /// public string Name { get; protected set; } + + /// + /// Gets or sets the unique identifier for the storage of the class. + /// + public long StorageId { get; set; } } } \ No newline at end of file