CreatePdfRenditions Class

Generate Pdf rendition compensation activity wrapper.

Definition

Namespace: Scanjour.Workflow4.ActivityLibrary
Assembly: Scanjour.Workflow4.ActivityLibrary_24.4.0.0 (in Scanjour.Workflow4.ActivityLibrary_24.4.0.0.dll) Version: 24.4.0.0 (24.4.0.0)
C#
public class CreatePdfRenditions : AbstractErrorManagedActivity
Inheritance
Object    Activity    AbstractErrorManagedActivity    CreatePdfRenditions

Constructors

CreatePdfRenditionsInitializes a new instance of the CreatePdfRenditions class

Properties

ActivityException Any exception thrown from activity.
CacheIdGets the identifier of the cache that is unique within the scope of the workflow definition.
(Inherited from Activity)
Cancel True if CANCEL action is detected.
(Inherited from AbstractErrorManagedActivity)
ConstraintsGets a collection of Constraint activities that can be configured to provide validation for the Activity.
(Inherited from Activity)
ConvertedDocIds The doc id for the PDF renditions
DisplayNameGets or sets an optional friendly name that is used for debugging, validation, exception handling, and tracking.
(Inherited from Activity)
IdGets an identifier that is unique in the scope of the workflow definition.
(Inherited from Activity)
ImplementationGets or sets the delegate that returns an Activity that contains the execution logic.
(Inherited from Activity)
ImplementationVersionGets or sets the version of the implementation used.
(Inherited from Activity)
Result Provides result
(Inherited from AbstractErrorManagedActivity)
ShipmentInfos The shipment information
UaFormat Adding header for format rendition

Methods

CacheMetadataCreates and validates a description of the activity's arguments, variables, child activities, and activity delegates.
(Inherited from Activity)
CreateInitializationActivity Defines the activity that is executed before the while-loop that controls the managed activity. By default, this method returns an empty sequence activity, which does absolutely nothing. To make custom initialization code, please override this method and let it return the new initial activity.
(Inherited from AbstractErrorManagedActivity)
CreateManagedActivity Creates an instance of SimpleRequestPdfRenditions
(Overrides AbstractErrorManagedActivityCreateManagedActivity)
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetActivityVariables Overriding this method, makes it possible for the descendant to define inner scope variables. By default (not overridden), the method returns an empty enumeration of variables, i.e. no inner scope variables are defined.
(Inherited from AbstractErrorManagedActivity)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
OnCreateDynamicUpdateMapRaises an event when creating dynamic update map.
(Inherited from Activity)
ShouldSerializeDisplayNameIndicates whether the DisplayName property should be serialized.
(Inherited from Activity)
ToStringReturns a String that contains the Id and DisplayName of the Activity.
(Inherited from Activity)

Fields

Action Action variable that is used to store and pass compensating action to child class.
(Inherited from AbstractErrorManagedActivity)
DelayInterval Timespan variable that is used to store the delaytime.
(Inherited from AbstractErrorManagedActivity)

Extension Methods

See Also