14 lines
422 B
VB.net
14 lines
422 B
VB.net
Imports EnvelopeGenerator.Domain
|
|
|
|
<Obsolete("Tabelle TBSIG_ELEMENT_STATUS entfernt")>
|
|
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
|