Click or drag to resize

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.
Inheritance Hierarchy
SystemObject
  Scanjour.Workflow4.ActivityLibrary.DocumentsCustomPart

Namespace: Scanjour.Workflow4.ActivityLibrary.Documents
Assembly: Scanjour.Workflow4.ActivityLibrary_24.5.0.0 (in Scanjour.Workflow4.ActivityLibrary_24.5.0.0.dll) Version: 24.5.0.0 (24.5.0.0)
Syntax
public class CustomPart

The CustomPart type exposes the following members.

Constructors
 NameDescription
Public methodCustomPart Constructor.
Top
Properties
 NameDescription
Public propertyPartDocument The document that is contained as a custom XML part.
Top
Methods
 NameDescription
Public methodClearValue Removes the value at the specified xPath (if any).
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodFinalize Saves the CustomXmlPart.
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodSetValue Set the value at the specified xPath (if any).
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
Extension Methods
See Also