The DocumentAcknowledgment type exposes the following members.

Constructors

  NameDescription
DocumentAcknowledgment
Initializes a new instance of the DocumentAcknowledgment class.

Methods

  NameDescription
Clone
Creates a new object that is a copy of the current instance.
(Inherited from SerializableBase.)
Create
Creates a DocumentAcknowledgment instance from the specified XML CICA document.
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(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.)
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Save
Saves an XML CICA Document representation for the specified instance into a provided stream.
(Inherited from DocumentBase.)
ToString
Returns an XML CICA Document representation for the specified instance as a string.
(Inherited from DocumentBase.)
ToXmlDocument
Returns an XML CICA Document representation for the specified instance as an IXPathNavigable interface to an XmlDocument.
(Inherited from DocumentBase.)

Properties

  NameDescription
AcknowledgedDocumentHeader
Gets or sets the document header that identifies the document that is being acknowledged.
DocumentErrors
Gets the collection of syntax errors in the acknowledged document.
DocumentResponse
Gets or sets the action that is being taking by the acknowledging party (i.e. the overall result of a syntax analysis of the acknowledged document).
DocumentResponseSpecified
Include the DocumentResponse property when serializing the class or generating the document.
DocumentType
Gets the CICA Document type of this document, which is CicaDocumentType.DocumentAcknowledgment.
(Overrides DocumentBase..::.DocumentType.)
ErrorCode
Gets or sets the error code that indicates the type of error that occured.
ErrorCodeSpecified
Include the ErrorCode property when serializing the class or generating the document.
ErrorDescription
Gets or sets the error description that describes the nature of the error.
ErrorDescriptionSpecified
Include the ErrorDescription property when serializing the class or generating the document.
Header
Gets or sets the header of this document.
(Inherited from DocumentBase.)

See Also