10 lines
273 B
VB.net
10 lines
273 B
VB.net
Public Class EnvelopeHistoryEntry
|
|
Public EnvelopeId As Integer
|
|
Public ActionType As Constants.ActionType
|
|
Public UserReference As String
|
|
Public ActionDescription As String
|
|
Public ActionDate As DateTime
|
|
Public UserEmailAddress As String
|
|
|
|
End Class
|