SavedOnCaseInfo Class

Scanjour Workflow4 Reference Manual
This class saves information about the cases where the mail is archived on.
Inheritance Hierarchy

SystemObject
  Scanjour.Workflow4.ActivityLibrary.ServiceProcess.WZFOIntegrationSavedOnCaseInfo

Namespace:  Scanjour.Workflow4.ActivityLibrary.ServiceProcess.WZFOIntegration
Assembly:  Scanjour.Workflow4.ActivityLibrary_23.1.0.0 (in Scanjour.Workflow4.ActivityLibrary_23.1.0.0.dll) Version: 23.1.0.0 (23.1.0.0)
Syntax

public class SavedOnCaseInfo

The SavedOnCaseInfo type exposes the following members.

Constructors

  NameDescription
Public methodSavedOnCaseInfo
Save information about the case in the mail.
Top
Properties

  NameDescription
Public propertyCaseNumber
The case number.
Public propertyDocumentIds
The systemkeys for the attachments saved on the case.
Public propertyElaboratingText
The case summary.
Public propertySavingDate
The date the mail was saved.
Public propertySystemKey
The case systemkey.
Top
Methods

  NameDescription
Public methodEquals(Object)
Compare two SavedOnCaseInfos.
(Overrides ObjectEquals(Object).)
Public methodEquals(SavedOnCaseInfo)
Compare two SavedOnCaseInfos.
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
returns a hash code for the SavedOnCaseInfo.
(Overrides ObjectGetHashCode.)
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