9 lines
250 B
VB.net
9 lines
250 B
VB.net
Public Class EnvelopeHistoryEntry
|
|
Public EnvelopeId As Integer
|
|
Public UserReference As String
|
|
Public ActionType As Constants.EnvelopeHistoryActionType
|
|
Public ActionDescription As String
|
|
Public ActionDate As DateTime
|
|
|
|
End Class
|