Click or drag to resize

CreatePdfRenditions Methods

The CreatePdfRenditions type exposes the following members.

Methods
 NameDescription
Protected methodCacheMetadataCreates 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 methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows 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 methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Protected methodOnCreateDynamicUpdateMapRaises an event when creating dynamic update map.
(Inherited from Activity)
Public methodShouldSerializeDisplayNameIndicates whether the DisplayName property should be serialized.
(Inherited from Activity)
Public methodToStringReturns a String that contains the Id and DisplayName of the Activity.
(Inherited from Activity)
Top
Extension Methods
See Also