add ElementStatus model

This commit is contained in:
Jonathan Jenne
2023-10-09 13:44:42 +02:00
parent dfadcff710
commit 590409ff36
4 changed files with 93 additions and 1 deletions

View File

@@ -0,0 +1,10 @@
Public Class ElementStatus
Public Property Id As Integer
Public Property EnvelopeId As Integer
Public Property ElementId As Integer
Public Property ElementValue As String
Public Property Status As Constants.ElementStatus = Constants.ElementStatus.Created
Public Property StatusChangedWhen As Date
End Class

View File

@@ -10,7 +10,6 @@
Public Property Required As Boolean = False
Public Property [ReadOnly] As Boolean = False
Public Property Page As Integer = 1
Public Property Status As Constants.ElementStatus = Constants.ElementStatus.Created
Public Property Index As Integer = 0
Public ReadOnly Property Top As Single