VerificationStatusModel Class |
Namespace: DoubleTake.Web.Models
The VerificationStatusModel type exposes the following members.
| Name | Description | |
|---|---|---|
| VerificationStatusModel | Initializes a new instance of the VerificationStatusModel class |
| Name | Description | |
|---|---|---|
| Duration |
Gets or sets a value the duration of the activity at the time this status was yielded.
(Inherited from ActivityStatusModel.) | |
| MessageFormatParameters |
Gets or sets the message format parameters.
(Inherited from ActivityStatusModel.) | |
| MessageId |
Gets or sets a value representing a message identifier.
(Inherited from ActivityStatusModel.) | |
| RequesterUserName |
Gets or sets the user that initiated the activity.
(Inherited from ActivityStatusModel.) | |
| Status |
Gets or sets the current status of the activity.
(Inherited from ActivityStatusModel.) | |
| StatusUri |
Gets or sets the URI to call to obtain further status information - missing if the status is 'completed', 'canceled' or 'faulted'.
(Inherited from ActivityStatusModel.) | |
| Steps |
Gets or sets the steps in the verification task.
| |
| TimeStamp |
Gets or sets the server time when the activity yielded this status.
(Inherited from ActivityStatusModel.) | |
| Token |
Gets or sets a token that identifies the request that initiated the activity.
(Inherited from ActivityStatusModel.) |
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |