The ResponseManagementDocument type exposes the following members.

Constructors

  NameDescription
Public methodResponseManagementDocument
Initializes a new instance of the ResponseManagementDocument class.

Methods

  NameDescription
Public methodAddDocumentItem
Adds the document item.
Public methodAddDocumentReference
Adds the document reference.
Public methodClearDocumentItems
Clears the document items.
Public methodClearDocumentReferences
Clears the document references.
Public methodClone
Creates a new object that is a deep copy of the current instance.
Public methodStatic memberCreateNewFromXml
Creates a new ResponseManagementDocument from XML.

Remarks

New IDs will be generated for the new document, and current reference documents will be ignored.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetXmlRepresentation()()()()
Gets the XML representation.
Public methodStatic memberGetXmlRepresentation(ConfigurationManager, String)
Gets the XML representation.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodStatic memberReadFromXml
Reads the ResponseManagementDocument from XML.
Public methodRemoveDocumentItem
Removes the document item.
Public methodRemoveDocumentReference
Removes the document reference.
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyDocumentItems
Gets the document items.
Public propertyDocumentReferences
Gets the document references.
Public propertyHasChanged
Gets a value indicating whether this document has changed.
Public propertyId
Gets the ID.
Public propertyImportedDescription
Gets the imported description.
Public propertyTitle
Gets the title.

See Also