Loads and encapsulates a CustomXmlPart and provides methods to update its values. Finally (if modified) the XML
contents will be updated accordingly in the CustomXmlPart.
Inheritance Hierarchy
Scanjour.Workflow4.ActivityLibrary.DocumentsCustomPart
Namespace: Scanjour.Workflow4.ActivityLibrary.Documents
Assembly: Scanjour.Workflow4.ActivityLibrary_23.3.0.0 (in Scanjour.Workflow4.ActivityLibrary_23.3.0.0.dll) Version: 23.3.0.0 (23.3.0.0)
Syntax
The CustomPart type exposes the following members.
Constructors
Name | Description | |
---|---|---|
CustomPart |
Constructor.
|
Properties
Name | Description | |
---|---|---|
PartDocument |
The document that is contained as a custom XML part.
|
Methods
Name | Description | |
---|---|---|
ClearValue |
Removes the value at the specified xPath (if any).
| |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize |
Saves the CustomXmlPart.
| |
GetHashCode | Serves as the default hash function. (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.) | |
SetValue |
Set the value at the specified xPath (if any).
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Extension Methods
Name | Description | |
---|---|---|
FormatFromDictionary | (Defined by DictionaryExtensions.) | |
GetFirstValue | (Defined by DictionaryExtensions.) |
See Also