CreatePdfRenditions Class

Scanjour Workflow4 Reference Manual
Generate Pdf rendition compensation activity wrapper.
Inheritance Hierarchy

SystemObject
  System.ActivitiesActivity
    Scanjour.Workflow4.ActivityLibraryAbstractErrorManagedActivity
      Scanjour.Workflow4.ActivityLibraryCreatePdfRenditions

Namespace:  Scanjour.Workflow4.ActivityLibrary
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 CreatePdfRenditions : AbstractErrorManagedActivity

The CreatePdfRenditions type exposes the following members.

Constructors

  NameDescription
Public methodCreatePdfRenditions
Initializes a new instance of the CreatePdfRenditions class
Top
Properties

  NameDescription
Public propertyActivityException
Any exception thrown from activity.
Protected propertyCacheId
Gets the identifier of the cache that is unique within the scope of the workflow definition.
(Inherited from Activity.)
Public propertyCancel
True if CANCEL action is detected.
(Inherited from AbstractErrorManagedActivity.)
Protected propertyConstraints
Gets a collection of Constraint activities that can be configured to provide validation for the Activity.
(Inherited from Activity.)
Public propertyConvertedDocIds
The doc id for the PDF renditions
Public propertyDisplayName
Gets or sets an optional friendly name that is used for debugging, validation, exception handling, and tracking.
(Inherited from Activity.)
Public propertyId
Gets an identifier that is unique in the scope of the workflow definition.
(Inherited from Activity.)
Protected propertyImplementation
Gets or sets the delegate that returns an Activity that contains the execution logic.
(Inherited from Activity.)
Protected propertyImplementationVersion
Gets or sets the version of the implementation used.
(Inherited from Activity.)
Public propertyResult
Provides result
(Inherited from AbstractErrorManagedActivity.)
Public propertyShipmentInfos
The shipment information
Public propertyUaFormat
Adding header for format rendition
Top
Methods

  NameDescription
Protected methodCacheMetadata
Creates and validates a description of the activity's arguments, variables, child activities, and activity delegates.
(Inherited from Activity.)
Protected methodCreateInitializationActivity
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.)
Protected methodCreateManagedActivity
Creates an instance of SimpleRequestPdfRenditions
(Overrides AbstractErrorManagedActivityCreateManagedActivity.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
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.)
Protected methodGetActivityVariables
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.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
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.)
Protected methodOnCreateDynamicUpdateMap
Raises an event when creating dynamic update map.
(Inherited from Activity.)
Public methodShouldSerializeDisplayName
Indicates whether the DisplayName property should be serialized.
(Inherited from Activity.)
Public methodToString
Returns a String that contains the Id and DisplayName of the Activity.
(Inherited from Activity.)
Top
Fields

  NameDescription
Protected fieldAction
Action variable that is used to store and pass compensating action to child class.
(Inherited from AbstractErrorManagedActivity.)
Top
See Also

Reference