This commit is contained in:
Jonathan Jenne
2021-11-11 16:31:08 +01:00
parent 8dcd06154d
commit 6bed0b3024
25 changed files with 1390 additions and 1393 deletions

View File

@@ -21,6 +21,12 @@ Namespace Documents
Public Property Selected As Boolean = False
Public ReadOnly Property HasErrors As Boolean
Get
Return Rows.Any(Function(r As DocumentRow) r.HasErrors)
End Get
End Property
Public ReadOnly Property MandatorId As String
Get
Return Mandator?.Id