11 lines
333 B
VB.net
11 lines
333 B
VB.net
Public Class DocumentStatus
|
|
|
|
Public Property Id As Integer
|
|
Public Property EnvelopeId As Integer
|
|
Public Property ReceiverId As Integer
|
|
Public Property Value As String
|
|
Public Property Status As Constants.DocumentStatus = Constants.DocumentStatus.Created
|
|
Public Property StatusChangedWhen As Date
|
|
|
|
End Class
|