IParameterProvider Interface

Scanjour Workflow4 Reference Manual
Implementation of this interface can provide an XmlRetrievalResult, containing either a valid xml or an error message in case of invalid xml

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 interface IParameterProvider

The IParameterProvider type exposes the following members.

Methods

  NameDescription
Public methodGetXmlRetrievalResultFromPropertyName
By calling this method, the implementation will return an XmlRetrievalResult containing either a valid xml or an error message in case of invalid xml. The XmlRetrievalResult has a Failed property (boolean), that determines whether a valid xml exist
Top
See Also

Reference