Click or drag to resize

ProcessSaveAndRouteOptions Class

Inheritance Hierarchy
SystemObject
  Omada.OE.ModelProcessSaveAndRouteOptions

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
[SerializableAttribute]
public class ProcessSaveAndRouteOptions

The ProcessSaveAndRouteOptions type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyRoutingMessage
Public propertyUpdateActivityIds
Collection is only used when an existing process templated is updated. Only the specified activities will be saved.
Public propertyVoteComment
Top
Fields
  NameDescription
Public fieldActivityTemplateId
Her kan angives templateid'et for en aktivitet i den proces der skal gemmes. Når denne angives får man i ProcessSaveOutput returneret id'et på den aktive users workitem, for aktiviteten i processen med det pågældende templateid. Dette anvendes på workitemdlg i.f.m. at der oprettes en ny process. En sådan ny process har ingen id'er overhovedet og der er derfor (ellers) ikke muligt at vide hvilket workitem det er der gemmes i skærmbilledet.
Public fieldRouteTransitionId
Id of the transition to be routed. Is either a templateid or an instanceid. If RouteTransitionId is zero the process will only be saved - and not routed.
Public fieldRouteTransitionIsTemplateId
Top
Extension Methods
  NameDescription
Public Extension MethodToBool
Converts object to boolean.
(Defined by ObjectExtensions.)
Public Extension MethodToDateTime
Converts object to DateTime.
(Defined by ObjectExtensions.)
Public Extension MethodToInt
Converts object to integer.
(Defined by ObjectExtensions.)
Top
See Also