13 lines
301 B
VB.net
13 lines
301 B
VB.net
Imports EnvelopeGenerator.Common.Constants
|
|
|
|
Public Class EnvelopeHistoryEntry
|
|
Public EnvelopeId As Integer
|
|
Public Status As EnvelopeStatus
|
|
Public UserEmailAddress As String
|
|
Public ActionTitle As String
|
|
Public ActionDescription As String
|
|
Public AddedWhen As Date
|
|
|
|
|
|
End Class
|