XmlRetrievalResult Class

Scanjour Workflow4 Reference Manual
Instance of this class is used to store in a ParameterCache, containing either a valid xml, or an error message, describing the error reading the xml
Inheritance Hierarchy

SystemObject
  Scanjour.Workflow4.ActivityLibrary.ErrorManagementXmlRetrievalResult

Namespace:  Scanjour.Workflow4.ActivityLibrary.ErrorManagement
Assembly:  Scanjour.Workflow4.ActivityLibrary_19.1.6.0 (in Scanjour.Workflow4.ActivityLibrary_19.1.6.0.dll) Version: 19.1.6.0 (19.1.6.0)
Syntax

public class XmlRetrievalResult

The XmlRetrievalResult type exposes the following members.

Constructors

  NameDescription
Public methodXmlRetrievalResult(String)
Constructs an instance of an XmlRetrievalResult with an error message describing the error reading the xml
Public methodXmlRetrievalResult(XDocument)
Constructs an instance of an XmlRetrievalResult with a valid xml
Top
Properties

  NameDescription
Public propertyErrorMessage
Error message
Public propertyFailed
True if xml is null, otherwise false
Public propertyXDocument
A valid xml
Top
Methods

  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also

Reference