Class AcknowledgementRequest
Inheritance
System.Object
AcknowledgementRequest
Assembly: Cmc.Nexus.Common.Contracts.dll
Syntax
public class AcknowledgementRequest : ServiceRequest
Constructors
AcknowledgementRequest()
Declaration
public AcknowledgementRequest()
Properties
EntityData
Declaration
public object EntityData { get; set; }
Property Value
Type |
Description |
System.Object |
|
EntityType
Declaration
public string EntityType { get; set; }
Property Value
Type |
Description |
System.String |
|
ErrorMessage
Declaration
public string ErrorMessage { get; set; }
Property Value
Type |
Description |
System.String |
|
StatusCode
Declaration
public int StatusCode { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
SyncStatus
Declaration
public string SyncStatus { get; set; }
Property Value
Type |
Description |
System.String |
|