Click or drag to resize

SavedOnCaseInfo Class

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_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 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 methodFinalizeAllows 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 methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
Extension Methods
See Also