Click or drag to resize

Requisition Structure

An F2 requisition
Inheritance Hierarchy
SystemObject
  SystemValueType
    Scanjour.Workflow4.ActivityLibrary.ServiceProcessRequisition

Namespace: Scanjour.Workflow4.ActivityLibrary.ServiceProcess
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 struct Requisition

The Requisition type exposes the following members.

Methods
 NameDescription
Public methodEqualsIndicates whether this instance and a specified object are equal.
(Inherited from ValueType)
Public methodGetHashCodeReturns the hash code for this instance.
(Inherited from ValueType)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns the fully qualified type name of this instance.
(Inherited from ValueType)
Top
Fields
 NameDescription
Public fieldCaseNo The external case number.
Public fieldCaseTitle The case title.
Public fieldDeadline The requisition deadline
Public fieldDescription The requisition description.
Public fieldReceiver The receiver of the requisition.
Public fieldRequisitionId The requisition Id.
Public fieldReturnTo The receiver of the answer.
Public fieldReturnToEmail The email of the receiver of the answer.
Public fieldSentBy The sender of the requisition.
Public fieldTitle The requisition title.
Top
Extension Methods
See Also