CreateTaskWithContentType members

Defines a workflow activity that is used to create a task item in a Microsoft SharePoint Foundation 2010 task list, using a specified SharePoint Foundation 2010 content type.

The CreateTaskWithContentType type exposes the following members.

Constructors

  Name Description
Public method CreateTaskWithContentType Initializes a new instance of the CreateTaskWithContentType class.

Top

Properties

  Name Description
Public property ContentTypeId The identity of the SPContentType property that is associated with the task list item.
Public property CorrelationToken (Inherited from CallExternalMethodActivity.)
Public property Description (Inherited from Activity.)
Protected property DesignMode (Inherited from DependencyObject.)
Public property Enabled (Inherited from Activity.)
Public property ExecutionResult (Inherited from Activity.)
Public property ExecutionStatus (Inherited from Activity.)
Public property InterfaceType Gets the declaring interface type of the external method. (Overrides CallExternalMethodActivity.InterfaceType.)
Public property IsDynamicActivity (Inherited from Activity.)
Public property ListItemId Gets or sets the ListItemId of the newly created task list item.
Public property MethodName Gets the name of the method to call on the local service that is registered with the ExternalDataExchangeService. (Overrides CallExternalMethodActivity.MethodName.)
Public property Name (Inherited from Activity.)
Public property ParameterBindings (Inherited from CallExternalMethodActivity.)
Public property Parent (Inherited from Activity.)
Protected property ParentDependencyObject (Inherited from DependencyObject.)
Public property QualifiedName (Inherited from Activity.)
Public property Site (Inherited from DependencyObject.)
Public property SpecialPermissions Gets or sets any special permissions that are associated with the new task list item.
Public property TaskId Gets or sets the TaskId of the task list item that is being created.
Public property TaskProperties Gets or sets the workflow task properties that are associated with the task list item that is being created.
Public property UserData (Inherited from DependencyObject.)
Protected property WorkflowInstanceId (Inherited from Activity.)

Top

Methods

  Name Description
Public method AddHandler (Inherited from DependencyObject.)
Protected method Cancel (Inherited from Activity.)
Public method Clone (Inherited from Activity.)
Public method Dispose() (Inherited from DependencyObject.)
Protected method Dispose(Boolean) (Inherited from DependencyObject.)
Public method Equals (Inherited from Object.)
Protected method Execute (Inherited from CallExternalMethodActivity.)
Protected method Finalize (Inherited from DependencyObject.)
Public method GetActivityByName(String) (Inherited from Activity.)
Public method GetActivityByName(String, Boolean) (Inherited from Activity.)
Public method GetBinding (Inherited from DependencyObject.)
Protected method GetBoundValue (Inherited from DependencyObject.)
Public method GetHashCode (Inherited from Object.)
Protected method GetInvocationList<T> (Inherited from DependencyObject.)
Public method GetType (Inherited from Object.)
Public method GetValue (Inherited from DependencyObject.)
Public method GetValueBase (Inherited from DependencyObject.)
Protected method HandleFault (Inherited from Activity.)
Protected method Initialize (Inherited from Activity.)
Protected method InitializeProperties (Inherited from CallExternalMethodActivity.)
Protected method Invoke<T>(EventHandler<T>, T) (Inherited from Activity.)
Protected method Invoke<T>(IActivityEventListener<T>, T) (Inherited from Activity.)
Public method IsBindingSet (Inherited from DependencyObject.)
Protected method MemberwiseClone (Inherited from Object.)
Public method MetaEquals (Inherited from DependencyObject.)
Protected method OnActivityExecutionContextLoad (Inherited from Activity.)
Protected method OnActivityExecutionContextUnload (Inherited from Activity.)
Protected method OnClosed (Inherited from Activity.)
Protected method OnMethodInvoked Extracts and sets the value of the ListItemId property from the ParameterBindings. (Overrides CallExternalMethodActivity.OnMethodInvoked(EventArgs).)
Protected method OnMethodInvoking Sets the ParameterBindings for the activity. (Overrides CallExternalMethodActivity.OnMethodInvoking(EventArgs).)
Protected method RaiseEvent (Inherited from Activity.)
Protected method RaiseGenericEvent<T> (Inherited from Activity.)
Public method RegisterForStatusChange (Inherited from Activity.)
Public method RemoveHandler (Inherited from DependencyObject.)
Public method RemoveProperty (Inherited from DependencyObject.)
Public method Save(Stream) (Inherited from Activity.)
Public method Save(Stream, IFormatter) (Inherited from Activity.)
Public method SetBinding (Inherited from DependencyObject.)
Protected method SetBoundValue (Inherited from DependencyObject.)
Protected method SetReadOnlyPropertyValue (Inherited from DependencyObject.)
Public method SetValue (Inherited from DependencyObject.)
Public method SetValueBase (Inherited from DependencyObject.)
Public method ToString (Inherited from Activity.)
Protected method TrackData(Object) (Inherited from Activity.)
Protected method TrackData(String, Object) (Inherited from Activity.)
Protected method Uninitialize (Inherited from Activity.)
Public method UnregisterForStatusChange (Inherited from Activity.)

Top

Events

  Name Description
Public event Canceling (Inherited from Activity.)
Public event Closed (Inherited from Activity.)
Public event Compensating (Inherited from Activity.)
Public event Executing (Inherited from Activity.)
Public event Faulting (Inherited from Activity.)
Public event MethodInvoking (Inherited from CallExternalMethodActivity.)
Public event StatusChanged (Inherited from Activity.)

Top

Fields

  Name Description
Public fieldStatic member ContentTypeIdProperty The DependencyProperty object that promotes the ContentTypeId property.
Public fieldStatic member ListItemIdProperty The DependencyProperty object that promotes the ListItemId property.
Public fieldStatic member SpecialPermissionsProperty The DependencyProperty object that promotes the SpecialPermissions property.
Public fieldStatic member TaskIdProperty The DependencyProperty object that promotes the TaskId property.
Public fieldStatic member TaskPropertiesProperty The DependencyProperty object that promotes the TaskProperties property.

Top

Explicit interface implementations

  Name Description
Explicit interface implemetationPrivate event IComponent.Disposed (Inherited from DependencyObject.)
Explicit interface implemetationPrivate method IDynamicPropertyTypeProvider.GetAccessType (Inherited from CallExternalMethodActivity.)
Explicit interface implemetationPrivate method IDynamicPropertyTypeProvider.GetPropertyType (Inherited from CallExternalMethodActivity.)

Top

See also

Reference

CreateTaskWithContentType class

Microsoft.SharePoint.WorkflowActions namespace