WIP
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user