CustomPart Class

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.

Definition

Namespace: Scanjour.Workflow4.ActivityLibrary.Documents
Assembly: Scanjour.Workflow4.ActivityLibrary_24.4.0.0 (in Scanjour.Workflow4.ActivityLibrary_24.4.0.0.dll) Version: 24.4.0.0 (24.4.0.0)
C#
public class CustomPart
Inheritance
Object    CustomPart

Constructors

CustomPart Constructor.

Properties

PartDocument The document that is contained as a custom XML part.

Methods

ClearValue Removes the value at the specified xPath (if any).
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Finalize Saves the CustomXmlPart.
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
SetValue Set the value at the specified xPath (if any).
ToStringReturns a string that represents the current object.
(Inherited from Object)

Extension Methods

See Also