VerifyIntegrityServiceResult Class |
Namespace: Cobra.WebService.ClientAPI.Client
[SerializableAttribute] public class VerifyIntegrityServiceResult : ServiceResult
The VerifyIntegrityServiceResult type exposes the following members.
| Name | Description | |
|---|---|---|
| VerifyIntegrityServiceResult | Initializes a new instance of the VerifyIntegrityServiceResult class |
| Name | Description | |
|---|---|---|
| DatabaseConnection |
Determines whether Cobra sucessfully connected to the database.
| |
| DatabaseConnectionSnapshotDb |
Determines whether Cobra sucessfully connected to the snapshot database.
| |
| DatabaseVersion |
Determines whether Cobra can work properly on the database.
| |
| Exception |
Gets the ExceptionResultElement that contains errors from calling operations in the Cobra Web Service.
(Inherited from ServiceResult.) | |
| LinkedToSnapshotDb |
Determines whether Cobra connected properly to the snapshot database.
| |
| ProcessLogUid |
Gets the Id of the process from the Processes Log.
(Inherited from ServiceResult.) | |
| Success |
Gets whether the process completed without errors.
(Inherited from ServiceResult.) |
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetMessageCount |
Gets the count of messages of the specified MessageType.
(Inherited from ServiceResult.) | |
| GetMessages |
Gets the messages of the specified MessageType.
The current release only returns ValidationWarning and ValidationError messages.
Warning and Error messages will be available in the future release.
(Inherited from ServiceResult.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |