Class UpdateDocumentTypeExternalIdentifierResponse
Inheritance
System.Object
UpdateDocumentTypeExternalIdentifierResponse
Assembly: Cmc.Nexus.Crm.Contracts.dll
Syntax
public class UpdateDocumentTypeExternalIdentifierResponse : ServiceResponse
Constructors
UpdateDocumentTypeExternalIdentifierResponse()
Declaration
public UpdateDocumentTypeExternalIdentifierResponse()
Properties
DocumentTypeId
Declaration
public int DocumentTypeId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
ExceptionCode
Declaration
public long ExceptionCode { get; set; }
Property Value
Type |
Description |
System.Int64 |
|
ExceptionMessage
Declaration
public string ExceptionMessage { get; set; }
Property Value
Type |
Description |
System.String |
|
ExternalIdentifier
Declaration
public string ExternalIdentifier { get; set; }
Property Value
Type |
Description |
System.String |
|
IsExternalIdentifierAssociated
Declaration
public bool IsExternalIdentifierAssociated { get; set; }
Property Value
Type |
Description |
System.Boolean |
|