![]() | ResultMessageBase Class |
Namespace: Enerj.CDI.WebService.V4
public class ResultMessageBase
The ResultMessageBase type exposes the following members.
Name | Description | |
---|---|---|
![]() | ResultMessageBase() |
Default constructor
|
![]() | ResultMessageBase(ResultMessageBase) |
Second constructor
|
Name | Description | |
---|---|---|
![]() | ErrorList |
Contains the error list (only if IsOk is false)
|
![]() | IsOk |
Boolean variable that indicates if an error occured. False, if an error is present. True: if it's all ok
|
![]() | Result |
Unique id of the archived document. This numeric identifier will be stored in the caller application and used for verification and check operations
|
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (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.) |