EnvelopeEvents Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Extensible enum for known EnvelopeEvents values.
[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Connectors.Sdk.DocuSign.Models.EnvelopeEvents+EnvelopeEventsJsonConverter))]
public readonly struct EnvelopeEvents : IEquatable<Azure.Connectors.Sdk.DocuSign.Models.EnvelopeEvents>
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Connectors.Sdk.DocuSign.Models.EnvelopeEvents+EnvelopeEventsJsonConverter))>]
type EnvelopeEvents = struct
Public Structure EnvelopeEvents
Implements IEquatable(Of EnvelopeEvents)
- Inheritance
-
EnvelopeEvents
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| EnvelopeEvents(String) |
Initializes a new instance of the EnvelopeEvents struct. |
Properties
| Name | Description |
|---|---|
| ClickAgreed |
click-agreed |
| ClickDeclined |
click-declined |
| EnvelopeCompleted |
envelope-completed |
| EnvelopeCorrected |
envelope-corrected |
| EnvelopeDeclined |
envelope-declined |
| EnvelopeDeleted |
envelope-deleted |
| EnvelopeDelivered |
envelope-delivered |
| EnvelopeDiscard |
envelope-discard |
| EnvelopePurge |
envelope-purge |
| EnvelopeResent |
envelope-resent |
| EnvelopeSent |
envelope-sent |
| EnvelopeVoided |
envelope-voided |
| RecipientAuthenticationfailed |
recipient-authenticationfailed |
| RecipientAutoresponded |
recipient-autoresponded |
| RecipientFinishLater |
recipient-finish-later |
Methods
| Name | Description |
|---|---|
| Equals(EnvelopeEvents) | Indicates whether the current object is equal to another object of the same type. |
| Equals(Object) | Indicates whether this instance and a specified object are equal. |
| GetHashCode() | Returns the hash code for this instance. |
| ToString() | Returns the fully qualified type name of this instance. |
Operators
| Name | Description |
|---|---|
| Equality(EnvelopeEvents, EnvelopeEvents) |
Equality operator. |
| Implicit(EnvelopeEvents to String) |
Converts a EnvelopeEvents to its string representation. |
| Implicit(String to EnvelopeEvents) |
Converts a string to EnvelopeEvents. |
| Inequality(EnvelopeEvents, EnvelopeEvents) |
Inequality operator. |