﻿<?xml version="1.0" encoding="utf-8"?>
<doc>
  <assembly>
    <name>Microsoft.SharePoint.WorkflowActions</name>
  </assembly>
  <members>
    <member name="T:Microsoft.SharePoint.WorkflowActions.ActivityToolboxDisplayAttribute">
      <summary>Used to automatically display additional activities in the Visual Studio design toolbox.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.ActivityToolboxDisplayAttribute.#ctor(System.String,System.Boolean)">
      <summary>Initializes a new instance of the ActivityToolboxDisplayAttribute class.</summary>
      <param name="toolboxTabNameKey">A string that is used to designate the tab name in Visual Studio toolbox where the activity appears.</param>
      <param name="display">A Boolean value that designates whether the activity should be displayed.</param>
    </member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.ActivityToolboxDisplayAttribute.DisplayByDefault">
      <summary>true if workflow activity is visible; otherwise the value is false.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.ActivityToolboxDisplayAttribute.IntlToolboxTabName">
      <summary>Property is read-only. Used to retrieve the internationalized name of the tab within Visual Studio.</summary>
      <returns>The internationalized name of the target tab in Visual Studio where the activity appears.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.ActivityToolboxDisplayAttribute.ToolboxTabNameKey">
      <summary>Property is read-only. Used to retrieve the toolbox tab name where the activity is being placed.</summary>
      <returns>The toolbox tab name where the activity appears.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.WorkflowActions.AddArrayIntoArrayListActivity">
      <summary>Appends an ArrayList to the end of a specified ArrayList. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.AddArrayIntoArrayListActivity.#ctor"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.AddArrayIntoArrayListActivity.Execute(System.Workflow.ComponentModel.ActivityExecutionContext)"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.AddArrayIntoArrayListActivity.ReturnValue"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.AddArrayIntoArrayListActivity.ReturnValueProperty"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.AddArrayIntoArrayListActivity.Value"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.AddArrayIntoArrayListActivity.ValueProperty"></member>
    <member name="T:Microsoft.SharePoint.WorkflowActions.AddArrayIntoArrayListActivityValidator"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.AddArrayIntoArrayListActivityValidator.#ctor"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.AddArrayIntoArrayListActivityValidator.Validate(System.Workflow.ComponentModel.Compiler.ValidationManager,System.Object)"></member>
    <member name="T:Microsoft.SharePoint.WorkflowActions.AddArrayToArrayListActivity">
      <summary>Merges the two specified array lists, to create one list that is the sum of the original two.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.AddArrayToArrayListActivity.#ctor"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.AddArrayToArrayListActivity.Execute(System.Workflow.ComponentModel.ActivityExecutionContext)">
      <param name="provider"></param>
    </member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.AddArrayToArrayListActivity.ReturnValue"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.AddArrayToArrayListActivity.ReturnValueProperty"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.AddArrayToArrayListActivity.Value"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.AddArrayToArrayListActivity.ValueProperty"></member>
    <member name="T:Microsoft.SharePoint.WorkflowActions.AddArrayToArrayListActivityValidator">
      <summary>Provides the <see cref="T:Microsoft.SharePoint.WorkflowActions.AddArrayToArrayListActivity" /> class with a validator that can be used to check for and prevent invalid input values and also to prevent potential unhandled exceptions.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.AddArrayToArrayListActivityValidator.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.WorkflowActions.AddArrayToArrayListActivityValidator" /> class.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.AddArrayToArrayListActivityValidator.Validate(System.Workflow.ComponentModel.Compiler.ValidationManager,System.Object)">
      <summary>Verifies that the specified activity is valid.</summary>
      <returns>A ValidationErrorCollection object that contains a collection of ValidationError objects. Any errors or warnings encountered during the validation of the workflow activity are stored in the collection.</returns>
      <param name="manager">A ValidationManager object that contains contextual information such as property validation, parent and child activity relationships, and so on.</param>
      <param name="obj">The workflow activity that must be validated.</param>
    </member>
    <member name="T:Microsoft.SharePoint.WorkflowActions.AddTimeToDateActivity">
      <summary>Adds the specified number of days, hours, and minutes to a DateTime object.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.AddTimeToDateActivity.#ctor"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.AddTimeToDateActivity.__Context"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.AddTimeToDateActivity.__ContextProperty"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.AddTimeToDateActivity.AddValue"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.AddTimeToDateActivity.AddValueProperty"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.AddTimeToDateActivity.DateValue"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.AddTimeToDateActivity.DateValueProperty"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.AddTimeToDateActivity.DateVariable"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.AddTimeToDateActivity.DateVariableProperty"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.AddTimeToDateActivity.Execute(System.Workflow.ComponentModel.ActivityExecutionContext)">
      <param name="provider"></param>
    </member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.AddTimeToDateActivity.Units"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.AddTimeToDateActivity.UnitsProperty"></member>
    <member name="T:Microsoft.SharePoint.WorkflowActions.AddTimeToDateActivityValidator">
      <summary>Provides the <see cref="T:Microsoft.SharePoint.WorkflowActions.AddTimeToDateActivity" /> class with a validator that can be used to check for and prevent invalid input values and also to prevent potential unhandled exceptions.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.AddTimeToDateActivityValidator.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.WorkflowActions.AddTimeToDateActivityValidator" /> class.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.AddTimeToDateActivityValidator.Validate(System.Workflow.ComponentModel.Compiler.ValidationManager,System.Object)">
      <summary>Verifies that the specified activity is valid.</summary>
      <returns>A ValidationErrorCollection object that contains a collection of ValidationError objects. Any errors or warnings encountered during the validation of the workflow activity are stored in the collection.</returns>
      <param name="manager">A ValidationManager object that contains contextual information such as property validation, parent and child activity relationships, and so on.</param>
      <param name="obj">The workflow activity that must be validated.</param>
    </member>
    <member name="T:Microsoft.SharePoint.WorkflowActions.AddToArrayListActivity">
      <summary>Adds the specified value to the array list, using the ArrayList.Add method.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.AddToArrayListActivity.#ctor"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.AddToArrayListActivity.Execute(System.Workflow.ComponentModel.ActivityExecutionContext)">
      <param name="provider"></param>
    </member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.AddToArrayListActivity.ReturnValue"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.AddToArrayListActivity.ReturnValueProperty"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.AddToArrayListActivity.Value"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.AddToArrayListActivity.ValueProperty"></member>
    <member name="T:Microsoft.SharePoint.WorkflowActions.AddToArrayListActivityValidator">
      <summary>Provides the <see cref="T:Microsoft.SharePoint.WorkflowActions.AddToArrayListActivity" /> class with a validator that can be used to check for and prevent invalid input values and also to prevent potential unhandled exceptions.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.AddToArrayListActivityValidator.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.WorkflowActions.AddToArrayListActivityValidator" /> class.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.AddToArrayListActivityValidator.Validate(System.Workflow.ComponentModel.Compiler.ValidationManager,System.Object)">
      <summary>Verifies that the specified activity is valid.</summary>
      <returns>A ValidationErrorCollection object that contains a collection of ValidationError objects. Any errors or warnings encountered during the validation of the workflow activity will be stored in the collection.</returns>
      <param name="manager">A ValidationManager object that contains contextual information such as property validation, parent and child activity relationships, and so on.</param>
      <param name="obj">The workflow activity that must be validated.</param>
    </member>
    <member name="T:Microsoft.SharePoint.WorkflowActions.AddToHashtableActivity">
      <summary>Adds the specified object and String to a hashtable as a name-value pair.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.AddToHashtableActivity.#ctor"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.AddToHashtableActivity.Collection"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.AddToHashtableActivity.CollectionProperty"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.AddToHashtableActivity.Execute(System.Workflow.ComponentModel.ActivityExecutionContext)">
      <param name="context"></param>
    </member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.AddToHashtableActivity.Key">
      <summary>The name of the value to add to the hash table.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.AddToHashtableActivity.KeyProperty"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.AddToHashtableActivity.System#Workflow#ComponentModel#IDynamicPropertyTypeProvider#GetAccessType(System.IServiceProvider,System.String)"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.AddToHashtableActivity.System#Workflow#ComponentModel#IDynamicPropertyTypeProvider#GetPropertyType(System.IServiceProvider,System.String)"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.AddToHashtableActivity.Value">
      <summary>The value to add to the hash table.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.AddToHashtableActivity.ValueProperty"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.AddToHashtableActivity.ValueType"></member>
    <member name="T:Microsoft.SharePoint.WorkflowActions.AddToHashtableActivityValidator">
      <summary>Provides the <see cref="T:Microsoft.SharePoint.WorkflowActions.AddToHashtableActivity" /> class with a validator that can be used to check for and prevent invalid input values and also to prevent potential unhandled exceptions.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.AddToHashtableActivityValidator.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.WorkflowActions.AddToHashtableActivityValidator" /> class.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.AddToHashtableActivityValidator.Validate(System.Workflow.ComponentModel.Compiler.ValidationManager,System.Object)">
      <summary>Verifies that the specified activity is valid.</summary>
      <returns>A ValidationErrorCollection object that contains a collection of ValidationError objects. Any errors or warnings encountered during the validation of the workflow activity are stored in the collection.</returns>
      <param name="manager">A ValidationManager object that contains contextual information such as property validation, parent and child activity relationships, and so on.</param>
      <param name="obj">The workflow activity that must be validated.</param>
    </member>
    <member name="T:Microsoft.SharePoint.WorkflowActions.ApplyActivation">
      <summary>Updates the initial workflow status with information that is contained in the <see cref="SPWorkflowActivationProperties" /> class.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.ApplyActivation.#ctor">
      <summary>Initializes a new instance of the ApplyActivation class.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.ApplyActivation.__Context">
      <summary>Provides context of the activity that is currently being executed.</summary>
      <returns>A <see cref="T:Microsoft.SharePoint.WorkflowActions.WorkflowContext" /> object.</returns>
    </member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.ApplyActivation.__ContextProperty">
      <summary>Dependency property that contains a <see cref="T:Microsoft.SharePoint.WorkflowActions.WorkflowContext" /> object</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.ApplyActivation.__WorkflowProperties">
      <summary>Workflow properties that are initially associated with a specified workflow.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Workflow.SPWorkflowActivationProperties" />object.</returns>
    </member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.ApplyActivation.__WorkflowPropertiesProperty">
      <summary>Dependency property that contains a <see cref="T:Microsoft.SharePoint.Workflow.SPWorkflowActivationProperties" /> object.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.ApplyActivation.Dispose(System.Boolean)"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.ApplyActivation.Execute(System.Workflow.ComponentModel.ActivityExecutionContext)">
      <summary>Called by the workflow runtime to execute the activity.</summary>
      <returns>The ActivityExecutionStatusof the task that is currently running.</returns>
      <param name="provider">Used to retrieve information about the workflow activity that is currently running, in addition to obtaining services from the runtime environment.</param>
    </member>
    <member name="T:Microsoft.SharePoint.WorkflowActions.BuildStringActivity">
      <summary>Takes the specified build string expression, evaluates the parameters encoded in the expression, and returns a string that has the dynamic areas filled in.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.BuildStringActivity.#ctor"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.BuildStringActivity.Execute(System.Workflow.ComponentModel.ActivityExecutionContext)">
      <param name="context"></param>
    </member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.BuildStringActivity.StringValue"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.BuildStringActivity.StringValueProperty"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.BuildStringActivity.Variable"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.BuildStringActivity.VariableProperty"></member>
    <member name="T:Microsoft.SharePoint.WorkflowActions.BuildStringActivityValidator">
      <summary>Provides the <see cref="T:Microsoft.SharePoint.WorkflowActions.BuildStringActivity" /> class with a validator that can be used to check for and prevent invalid input values and also to prevent potential unhandled exceptions.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.BuildStringActivityValidator.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.WorkflowActions.BuildStringActivityValidator" /> class.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.BuildStringActivityValidator.Validate(System.Workflow.ComponentModel.Compiler.ValidationManager,System.Object)">
      <summary>Verifies that the specified activity is valid.</summary>
      <returns>A ValidationErrorCollection object that contains a collection of ValidationError objects. Any errors or warnings encountered during the validation of the workflow activity are stored in the collection.</returns>
      <param name="manager">A ValidationManager object that contains contextual information such as property validation, parent and child activity relationships, and so on.</param>
      <param name="obj">The workflow activity that must be validated.</param>
    </member>
    <member name="T:Microsoft.SharePoint.WorkflowActions.CheckInItemActivity">
      <summary>Checks in the specified document into its document library.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.CheckInItemActivity.#ctor"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.CheckInItemActivity.__Context"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.CheckInItemActivity.__ContextProperty"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.CheckInItemActivity.Comment"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.CheckInItemActivity.CommentProperty"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.CheckInItemActivity.Execute(System.Workflow.ComponentModel.ActivityExecutionContext)">
      <param name="context"></param>
    </member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.CheckInItemActivity.ListId"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.CheckInItemActivity.ListIdProperty"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.CheckInItemActivity.ListItem"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.CheckInItemActivity.ListItemProperty"></member>
    <member name="T:Microsoft.SharePoint.WorkflowActions.CheckInItemActivityValidator">
      <summary>Provides the <see cref="T:Microsoft.SharePoint.WorkflowActions.CheckInItemActivity" /> class with a validator that can be used to check for and prevent invalid input values and also to prevent potential unhandled exceptions.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.CheckInItemActivityValidator.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.WorkflowActions.CheckInItemActivityValidator" /> class.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.CheckInItemActivityValidator.Validate(System.Workflow.ComponentModel.Compiler.ValidationManager,System.Object)">
      <summary>Verifies that the specified activity is valid.</summary>
      <returns>A ValidationErrorCollection object that contains a collection of ValidationError objects. Any errors or warnings encountered during the validation of the workflow activity are stored in the collection.</returns>
      <param name="manager">A ValidationManager object that contains contextual information such as property validation, parent and child activity relationships, and so on.</param>
      <param name="obj">The workflow activity that must be validated.</param>
    </member>
    <member name="T:Microsoft.SharePoint.WorkflowActions.CheckOutItemActivity">
      <summary>Checks out the specified document from its document library.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.CheckOutItemActivity.#ctor"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.CheckOutItemActivity.__Context"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.CheckOutItemActivity.__ContextProperty"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.CheckOutItemActivity.Execute(System.Workflow.ComponentModel.ActivityExecutionContext)">
      <param name="context"></param>
    </member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.CheckOutItemActivity.ListId"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.CheckOutItemActivity.ListIdProperty"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.CheckOutItemActivity.ListItem"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.CheckOutItemActivity.ListItemProperty"></member>
    <member name="T:Microsoft.SharePoint.WorkflowActions.CheckOutItemActivityValidator">
      <summary>Provides the <see cref="T:Microsoft.SharePoint.WorkflowActions.CheckOutItemActivity" /> class with a validator that can be used to check for and prevent invalid input values and also to prevent potential unhandled exceptions.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.CheckOutItemActivityValidator.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.WorkflowActions.CheckOutItemActivityValidator" /> class.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.CheckOutItemActivityValidator.Validate(System.Workflow.ComponentModel.Compiler.ValidationManager,System.Object)">
      <summary>Verifies that the specified activity is valid.</summary>
      <returns>A ValidationErrorCollection object that contains a collection of ValidationError objects. Any errors or warnings encountered during the validation of the workflow activity are stored in the collection.</returns>
      <param name="manager">A ValidationManager object that contains contextual information such as property validation, parent and child activity relationships, and so on.</param>
      <param name="obj">The workflow activity that must be validated.</param>
    </member>
    <member name="T:Microsoft.SharePoint.WorkflowActions.ClearArrayListActivity">
      <summary>Removes all items from the specified array list.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.ClearArrayListActivity.#ctor"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.ClearArrayListActivity.Execute(System.Workflow.ComponentModel.ActivityExecutionContext)">
      <param name="provider"></param>
    </member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.ClearArrayListActivity.ReturnValue"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.ClearArrayListActivity.ReturnValueProperty"></member>
    <member name="T:Microsoft.SharePoint.WorkflowActions.ClearArrayListActivityValidator">
      <summary>Provides the <see cref="T:Microsoft.SharePoint.WorkflowActions.ClearArrayListActivity" /> class with a validator that can be used to check for and prevent invalid input values and also to prevent potential unhandled exceptions.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.ClearArrayListActivityValidator.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.WorkflowActions.ClearArrayListActivityValidator" /> class.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.ClearArrayListActivityValidator.Validate(System.Workflow.ComponentModel.Compiler.ValidationManager,System.Object)">
      <summary>Verifies that the specified activity is valid.</summary>
      <returns>A ValidationErrorCollection object that contains a collection of ValidationError objects. Any errors or warnings encountered during the validation of the workflow activity are stored in the collection.</returns>
      <param name="manager">A ValidationManager object that contains contextual information such as property validation, parent and child activity relationships, and so on.</param>
      <param name="obj">The workflow activity that must be validated.</param>
    </member>
    <member name="T:Microsoft.SharePoint.WorkflowActions.ClearHashtableActivity"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.ClearHashtableActivity.#ctor"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.ClearHashtableActivity.Collection"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.ClearHashtableActivity.CollectionProperty"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.ClearHashtableActivity.Execute(System.Workflow.ComponentModel.ActivityExecutionContext)">
      <param name="context"></param>
    </member>
    <member name="T:Microsoft.SharePoint.WorkflowActions.ClearHashtableActivityValidator">
      <summary>Provides the <see cref="T:Microsoft.SharePoint.WorkflowActions.ClearHashtableActivity" /> class with a validator that can be used to check for and prevent invalid input values and also to prevent potential unhandled exceptions.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.ClearHashtableActivityValidator.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.WorkflowActions.ClearHashtableActivityValidator" /> class.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.ClearHashtableActivityValidator.Validate(System.Workflow.ComponentModel.Compiler.ValidationManager,System.Object)">
      <summary>Verifies that the specified activity is valid.</summary>
      <returns>A ValidationErrorCollection object that contains a collection of ValidationError objects. Any errors or warnings encountered during the validation of the workflow activity are stored in the collection.</returns>
      <param name="manager">A ValidationManager object that contains contextual information such as property validation, parent and child activity relationships, and so on.</param>
      <param name="obj">The workflow activity that must be validated.</param>
    </member>
    <member name="T:Microsoft.SharePoint.WorkflowActions.CoerceActivity"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.CoerceActivity.#ctor"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.CoerceActivity.__Context"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.CoerceActivity.__ContextProperty"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.CoerceActivity.Coerce"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.CoerceActivity.CoercionFunction"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.CoerceActivity.CoercionFunctionProperty"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.CoerceActivity.Execute(System.Workflow.ComponentModel.ActivityExecutionContext)"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.CoerceActivity.ReturnValue"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.CoerceActivity.ReturnValueProperty"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.CoerceActivity.Value"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.CoerceActivity.ValueProperty"></member>
    <member name="T:Microsoft.SharePoint.WorkflowActions.CoerceActivityValidator"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.CoerceActivityValidator.#ctor"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.CoerceActivityValidator.Validate(System.Workflow.ComponentModel.Compiler.ValidationManager,System.Object)"></member>
    <member name="T:Microsoft.SharePoint.WorkflowActions.CoercionException"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.CoercionException.#ctor(Microsoft.SharePoint.WorkflowActions.WorkflowContext,System.String)"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.CoercionException.Message"></member>
    <member name="T:Microsoft.SharePoint.WorkflowActions.CollectDataTask">
      <summary>Assigns a simple task to a user. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.CollectDataTask.#ctor"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.CollectDataTask.__Context"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.CollectDataTask.__ContextProperty"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.CollectDataTask._corrTask"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.CollectDataTask._corrWorkflow"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.CollectDataTask._inProperties"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.CollectDataTask._lastExecutor"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.CollectDataTask._OuTCOME"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.CollectDataTask._outProperties"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.CollectDataTask._taskId"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.CollectDataTask._workflowId"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.CollectDataTask.AssignedTo"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.CollectDataTask.AssignedToProperty"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.CollectDataTask.ContentTypeId"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.CollectDataTask.ContentTypeIdProperty"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.CollectDataTask.InProperties"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.CollectDataTask.InPropertiesProperty"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.CollectDataTask.OutProperties"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.CollectDataTask.OutPropertiesProperty"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.CollectDataTask.TaskId"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.CollectDataTask.TaskIdProperty"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.CollectDataTask.Title"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.CollectDataTask.TitleProperty"></member>
    <member name="T:Microsoft.SharePoint.WorkflowActions.CommentActivity"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.CommentActivity.#ctor"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.CommentActivity.CommentText"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.CommentActivity.CommentTextProperty"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.CommentActivity.Execute(System.Workflow.ComponentModel.ActivityExecutionContext)"></member>
    <member name="T:Microsoft.SharePoint.WorkflowActions.CommentActivityValidator"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.CommentActivityValidator.#ctor"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.CommentActivityValidator.Validate(System.Workflow.ComponentModel.Compiler.ValidationManager,System.Object)"></member>
    <member name="T:Microsoft.SharePoint.WorkflowActions.CompleteTask">
      <summary>Marks a Windows SharePoint Services task as completed.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.CompleteTask.#ctor"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.CompleteTask.InterfaceType">
      <summary>Gets the interface used to implement the activity.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.CompleteTask.MethodName">
      <summary>Gets the interface method this activity implements.</summary>
      <returns>A String representing the interface method name.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.CompleteTask.TaskId">
      <summary>Gets or sets the GUID of the task to complete.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.CompleteTask.TaskIdProperty">
      <summary>The DependencyProperty object that promotes the <see cref="P:Microsoft.SharePoint.WorkflowActions.CompleteTask.TaskId" /> property. </summary>
    </member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.CompleteTask.TaskOutcome"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.CompleteTask.TaskOutcomeProperty">
      <summary>The DependencyProperty object that promotes the <see cref="P:Microsoft.SharePoint.WorkflowActions.CompleteTask.TaskOutcome" /> property. </summary>
    </member>
    <member name="T:Microsoft.SharePoint.WorkflowActions.ConvertActivity">
      <summary>Converts the specified object to the specified type.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.ConvertActivity.#ctor"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.ConvertActivity.__Context"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.ConvertActivity.__ContextProperty"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.ConvertActivity.Execute(System.Workflow.ComponentModel.ActivityExecutionContext)">
      <param name="provider"></param>
    </member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.ConvertActivity.ReturnValue"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.ConvertActivity.ReturnValueProperty"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.ConvertActivity.Value"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.ConvertActivity.ValueProperty"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.ConvertActivity.ValueType"></member>
    <member name="T:Microsoft.SharePoint.WorkflowActions.ConvertActivityValidator">
      <summary>Provides the <see cref="T:Microsoft.SharePoint.WorkflowActions.ConvertActivity" /> class with a validator that can be used to check for and prevent invalid input values and also to prevent potential unhandled exceptions.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.ConvertActivityValidator.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.WorkflowActions.ConvertActivityValidator" /> class.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.ConvertActivityValidator.Validate(System.Workflow.ComponentModel.Compiler.ValidationManager,System.Object)">
      <summary>Verifies that the specified activity is valid.</summary>
      <returns>A ValidationErrorCollection object that contains a collection of ValidationError objects. Any errors or warnings encountered during the validation of the workflow activity are stored in the collection.</returns>
      <param name="manager">A ValidationManager object that contains contextual information such as property validation, parent and child activity relationships, and so on.</param>
      <param name="obj">The workflow activity that must be validated.</param>
    </member>
    <member name="T:Microsoft.SharePoint.WorkflowActions.CopyItemActivity">
      <summary>Copies the specified item from its document library to the specified destination document library.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.CopyItemActivity.#ctor"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.CopyItemActivity.__Context"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.CopyItemActivity.__ContextProperty"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.CopyItemActivity.Execute(System.Workflow.ComponentModel.ActivityExecutionContext)">
      <param name="context"></param>
    </member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.CopyItemActivity.ListId"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.CopyItemActivity.ListIdProperty"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.CopyItemActivity.ListItem"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.CopyItemActivity.ListItemProperty"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.CopyItemActivity.Overwrite"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.CopyItemActivity.OverwriteProperty"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.CopyItemActivity.ToListId"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.CopyItemActivity.ToListIdProperty"></member>
    <member name="T:Microsoft.SharePoint.WorkflowActions.CopyItemActivityValidator">
      <summary>Provides the <see cref="T:Microsoft.SharePoint.WorkflowActions.CopyItemActivity" /> class with a validator that can be used to check for and prevent invalid input values and also to prevent potential unhandled exceptions.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.CopyItemActivityValidator.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.WorkflowActions.CopyItemActivityValidator" /> class.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.CopyItemActivityValidator.Validate(System.Workflow.ComponentModel.Compiler.ValidationManager,System.Object)">
      <summary>Verifies that the specified activity is valid.</summary>
      <returns>A ValidationErrorCollection object that contains a collection of ValidationError objects. Any errors or warnings encountered during the validation of the workflow activity are stored in the collection.</returns>
      <param name="manager">A ValidationManager object that contains contextual information such as property validation, parent and child activity relationships, and so on.</param>
      <param name="obj">The workflow activity that must be validated.</param>
    </member>
    <member name="T:Microsoft.SharePoint.WorkflowActions.CreateItemActivity">
      <summary>Creates a new item in the specified list or document library.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.CreateItemActivity.#ctor"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.CreateItemActivity.__Context"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.CreateItemActivity.__ContextProperty"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.CreateItemActivity.Execute(System.Workflow.ComponentModel.ActivityExecutionContext)">
      <param name="context"></param>
    </member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.CreateItemActivity.Initialize(System.IServiceProvider)">
      <param name="serviceProvider"></param>
    </member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.CreateItemActivity.ItemProperties"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.CreateItemActivity.ItemPropertiesProperty"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.CreateItemActivity.ListId"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.CreateItemActivity.ListIdProperty"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.CreateItemActivity.NewItemId"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.CreateItemActivity.NewItemIdProperty"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.CreateItemActivity.Overwrite"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.CreateItemActivity.OverwriteProperty"></member>
    <member name="T:Microsoft.SharePoint.WorkflowActions.CreateItemActivityValidator">
      <summary>Provides the <see cref="T:Microsoft.SharePoint.WorkflowActions.CreateItemActivity" /> class with a validator that can be used to check for and prevent invalid input values and also to prevent potential unhandled exceptions.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.CreateItemActivityValidator.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.WorkflowActions.CreateItemActivityValidator" /> class.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.CreateItemActivityValidator.Validate(System.Workflow.ComponentModel.Compiler.ValidationManager,System.Object)">
      <summary>Verifies that the specified activity is valid.</summary>
      <returns>A ValidationErrorCollection object that contains a collection of ValidationError objects. Any errors or warnings encountered during the validation of the workflow activity are stored in the collection.</returns>
      <param name="manager">A ValidationManager object that contains contextual information such as property validation, parent and child activity relationships, and so on.</param>
      <param name="obj">The workflow activity that must be validated.</param>
    </member>
    <member name="T:Microsoft.SharePoint.WorkflowActions.CreateTask">
      <summary>Creates a Windows SharePoint Services task for your workflow, with the task properties that you specify. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.CreateTask.#ctor"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.CreateTask.InterfaceType">
      <summary>Gets the interface used to implement the activity. </summary>
    </member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.CreateTask.ListItemId"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.CreateTask.ListItemIdProperty">
      <summary>The DependencyProperty object that promotes the <see cref="P:Microsoft.SharePoint.WorkflowActions.CreateTask.ListItemId" /> property. </summary>
    </member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.CreateTask.MethodName">
      <summary>Gets the interface method this activity implements.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.CreateTask.SpecialPermissions">
      <summary>Specifies special permissions for the task created.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.CreateTask.SpecialPermissionsProperty">
      <summary>The DependencyProperty object that promotes the <see cref="P:Microsoft.SharePoint.WorkflowActions.CreateTask.SpecialPermissions" /> property. </summary>
    </member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.CreateTask.TaskId">
      <summary>Represents the task ID assigned to the task by the workflow engine when the task is created.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.CreateTask.TaskIdProperty">
      <summary>The DependencyProperty object that promotes the <see cref="P:Microsoft.SharePoint.WorkflowActions.CreateTask.TaskId" /> property. </summary>
    </member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.CreateTask.TaskProperties">
      <summary>Gets and sets an <see cref="T:Microsoft.SharePoint.Workflow.SPWorkflowTaskProperties" /> object that specifies the property values you want to set for the task you are creating.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.CreateTask.TaskPropertiesProperty">
      <summary>The DependencyProperty object that promotes the <see cref="P:Microsoft.SharePoint.WorkflowActions.CreateTask.TaskProperties" /> property. </summary>
    </member>
    <member name="T:Microsoft.SharePoint.WorkflowActions.CreateTaskWithContentType">
      <summary>Creates a task item in a Windows SharePoint Services 3.0 task list, using a specified Windows SharePoint Services 3.0 content type.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.CreateTaskWithContentType.#ctor">
      <summary>Initializes a new instance of the CreateTaskWithContentType class.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.CreateTaskWithContentType.ContentTypeId">
      <summary>The identity of the <see cref="T:Microsoft.SharePoint.SPContentType" /> property that should be associated with the task list item.</summary>
      <returns>The ContentTypeId property that is associated with the task list item.</returns>
    </member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.CreateTaskWithContentType.ContentTypeIdProperty">
      <summary>The DependencyProperty object that promotes the <see cref="P:Microsoft.SharePoint.WorkflowActions.CreateTaskWithContentType.ContentTypeId" /> property.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.CreateTaskWithContentType.InterfaceType">
      <summary>Gets the declaring interface type of the external method.</summary>
      <returns>The interface type of the service that is used to communicate between the workflow host and the runtime environment.The value will always return an <see cref="ITaskService" />property.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.CreateTaskWithContentType.ListItemId">
      <summary>Gets or sets the ListItemId of the newly created task list item.</summary>
      <returns>The identifier (ID) of the newly created task list item.</returns>
    </member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.CreateTaskWithContentType.ListItemIdProperty">
      <summary>The DependencyProperty object that promotes the <see cref="P:Microsoft.SharePoint.WorkflowActions.CreateTaskWithContentType.ListItemId" /> property.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.CreateTaskWithContentType.MethodName">
      <summary>Gets the name of the method to call on the local service that is registered with the ExternalDataExchangeService.</summary>
      <returns>This value always returns the <see cref="CreateTaskWithContentType" /> activity for this activity.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.CreateTaskWithContentType.SpecialPermissions">
      <summary>Gets or sets any special permissions that should be associated with the new task list item.</summary>
      <returns>A list of special permissions that are associated with the newly created task list item.</returns>
    </member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.CreateTaskWithContentType.SpecialPermissionsProperty">
      <summary>The DependencyProperty object that promotes the <see cref="P:Microsoft.SharePoint.WorkflowActions.CreateTaskWithContentType.SpecialPermissions" /> property.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.CreateTaskWithContentType.TaskId">
      <summary>Gets or sets the TaskId of the task list item that is being created. </summary>
      <returns>The GUID of the newly created task list item.</returns>
    </member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.CreateTaskWithContentType.TaskIdProperty">
      <summary>The DependencyProperty object that promotes the <see cref="P:Microsoft.SharePoint.WorkflowActions.CreateTaskWithContentType.TaskId" /> property.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.CreateTaskWithContentType.TaskProperties">
      <summary>Gets or sets the workflow task properties that are associated with the task list item that is being created.</summary>
      <returns>A collection of workflow task properties that are contained in a <see cref="T:Microsoft.SharePoint.Workflow.SPWorkflowTaskProperties" /> object.</returns>
    </member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.CreateTaskWithContentType.TaskPropertiesProperty">
      <summary>The DependencyProperty object that promotes the <see cref="P:Microsoft.SharePoint.WorkflowActions.CreateTaskWithContentType.TaskProperties" /> property.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.WorkflowActions.CurrentDateActivity">
      <summary>Returns the current date.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.CurrentDateActivity.#ctor"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.CurrentDateActivity.CurrentDate"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.CurrentDateActivity.CurrentDateProperty"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.CurrentDateActivity.Execute(System.Workflow.ComponentModel.ActivityExecutionContext)">
      <param name="provider"></param>
    </member>
    <member name="T:Microsoft.SharePoint.WorkflowActions.DateIntervalActivity"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.DateIntervalActivity.#ctor"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.DateIntervalActivity.__Context"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.DateIntervalActivity.__ContextProperty"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.DateIntervalActivity.Date1Value"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.DateIntervalActivity.Date1ValueProperty"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.DateIntervalActivity.Date2Value"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.DateIntervalActivity.Date2ValueProperty"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.DateIntervalActivity.Execute(System.Workflow.ComponentModel.ActivityExecutionContext)"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.DateIntervalActivity.TimeVariable"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.DateIntervalActivity.TimeVariableProperty"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.DateIntervalActivity.Units"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.DateIntervalActivity.UnitsProperty"></member>
    <member name="T:Microsoft.SharePoint.WorkflowActions.DateIntervalActivityValidator"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.DateIntervalActivityValidator.#ctor"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.DateIntervalActivityValidator.Validate(System.Workflow.ComponentModel.Compiler.ValidationManager,System.Object)"></member>
    <member name="T:Microsoft.SharePoint.WorkflowActions.DelayForActivity">
      <summary>Pauses the workflow for the specified duration.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.DelayForActivity.#ctor"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.DelayForActivity.Days"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.DelayForActivity.DaysProperty"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.DelayForActivity.Duration"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.DelayForActivity.DurationProperty"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.DelayForActivity.EnterComment"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.DelayForActivity.ExitComment"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.DelayForActivity.Hours"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.DelayForActivity.HoursProperty"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.DelayForActivity.Minutes"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.DelayForActivity.MinutesProperty"></member>
    <member name="T:Microsoft.SharePoint.WorkflowActions.DelayUntilActivity">
      <summary>Pauses the workflow until the specified date.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.DelayUntilActivity.#ctor"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.DelayUntilActivity.__Context"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.DelayUntilActivity.__ContextProperty"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.DelayUntilActivity.Duration"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.DelayUntilActivity.DurationProperty"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.DelayUntilActivity.EnterComment"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.DelayUntilActivity.ExitComment"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.DelayUntilActivity.Until"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.DelayUntilActivity.UntilProperty"></member>
    <member name="T:Microsoft.SharePoint.WorkflowActions.DeleteItemActivity">
      <summary>Deletes the specified item from its list or document library.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.DeleteItemActivity.#ctor"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.DeleteItemActivity.__Context"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.DeleteItemActivity.__ContextProperty"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.DeleteItemActivity.Execute(System.Workflow.ComponentModel.ActivityExecutionContext)">
      <param name="context"></param>
    </member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.DeleteItemActivity.ListId"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.DeleteItemActivity.ListIdProperty"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.DeleteItemActivity.ListItem"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.DeleteItemActivity.ListItemProperty"></member>
    <member name="T:Microsoft.SharePoint.WorkflowActions.DeleteItemActivityValidator">
      <summary>Provides the <see cref="T:Microsoft.SharePoint.WorkflowActions.DeleteItemActivity" /> class with a validator that can be used to check for and prevent invalid input values and also to prevent potential unhandled exceptions.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.DeleteItemActivityValidator.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.WorkflowActions.DeleteItemActivityValidator" /> class.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.DeleteItemActivityValidator.Validate(System.Workflow.ComponentModel.Compiler.ValidationManager,System.Object)">
      <summary>Verifies that the specified activity is valid.</summary>
      <returns>A ValidationErrorCollection object that contains a collection of ValidationError objects. Any errors or warnings encountered during the validation of the workflow activity are stored in the collection.</returns>
      <param name="manager">A ValidationManager object that contains contextual information such as property validation, parent and child activity relationships, and so on.</param>
      <param name="obj">The workflow activity that must be validated.</param>
    </member>
    <member name="T:Microsoft.SharePoint.WorkflowActions.DeleteTask">
      <summary>Deletes a Windows SharePoint Services task.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.DeleteTask.#ctor"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.DeleteTask.InterfaceType">
      <summary>Gets the interface used to implement the activity.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.DeleteTask.MethodName">
      <summary>Gets the name of the interface method this activity implements.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.DeleteTask.TaskId">
      <summary>Specifies the task ID of the task to delete.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.DeleteTask.TaskIdProperty">
      <summary>The DependencyProperty object that promotes the <see cref="P:Microsoft.SharePoint.WorkflowActions.DeleteTask.TaskId" /> property.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.WorkflowActions.DynamicStringActivity"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.DynamicStringActivity.#ctor"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.DynamicStringActivity.__Context"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.DynamicStringActivity.__ContextProperty"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.DynamicStringActivity.Execute(System.Workflow.ComponentModel.ActivityExecutionContext)"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.DynamicStringActivity.ReturnValue"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.DynamicStringActivity.ReturnValueProperty"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.DynamicStringActivity.Value"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.DynamicStringActivity.ValueProperty"></member>
    <member name="T:Microsoft.SharePoint.WorkflowActions.DynamicStringActivityValidator"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.DynamicStringActivityValidator.#ctor"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.DynamicStringActivityValidator.Validate(System.Workflow.ComponentModel.Compiler.ValidationManager,System.Object)"></member>
    <member name="T:Microsoft.SharePoint.WorkflowActions.EmailActivity">
      <summary>Sends an email message to the specified users.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.EmailActivity.#ctor"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.EmailActivity.__Context"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.EmailActivity.__ContextProperty"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.EmailActivity.AddAdditionalHeaders(System.Collections.Specialized.StringDictionary)"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.EmailActivity.BCC"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.EmailActivity.BCCProperty"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.EmailActivity.Body"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.EmailActivity.BodyProperty"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.EmailActivity.CC"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.EmailActivity.CCProperty"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.EmailActivity.Execute(System.Workflow.ComponentModel.ActivityExecutionContext)">
      <param name="context"></param>
    </member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.EmailActivity.Subject"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.EmailActivity.SubjectProperty"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.EmailActivity.To"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.EmailActivity.ToProperty"></member>
    <member name="T:Microsoft.SharePoint.WorkflowActions.EmailActivityValidator">
      <summary>Provides the <see cref="T:Microsoft.SharePoint.WorkflowActions.EmailActivity" /> class with a validator that can be used to check for and prevent invalid input values and also to prevent potential unhandled exceptions.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.EmailActivityValidator.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.WorkflowActions.EmailActivityValidator" /> class.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.EmailActivityValidator.Validate(System.Workflow.ComponentModel.Compiler.ValidationManager,System.Object)">
      <summary>Verifies that the specified activity is valid.</summary>
      <returns>A ValidationErrorCollection object that contains a collection of ValidationError objects. Any errors or warnings encountered during the validation of the workflow activity are stored in the collection.</returns>
      <param name="manager">A ValidationManager object that contains contextual information such as property validation, parent and child activity relationships, and so on.</param>
      <param name="obj">The workflow activity that must be validated.</param>
    </member>
    <member name="T:Microsoft.SharePoint.WorkflowActions.EnableWorkflowModification">
      <summary>Enables a workflow modification form, so that the modification can be listed as an available workflow modification in the Windows SharePoint Services user interface.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.EnableWorkflowModification.#ctor"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.EnableWorkflowModification.ContextData">
      <summary>Gets or sets the context data to be passed to the modification form upon launch. </summary>
    </member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.EnableWorkflowModification.ContextDataProperty">
      <summary>The DependencyProperty object that promotes the <see cref="P:Microsoft.SharePoint.WorkflowActions.EnableWorkflowModification.ContextData" /> property.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.EnableWorkflowModification.InterfaceType">
      <summary>Gets the interface used to implement this activity.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.EnableWorkflowModification.MethodName">
      <summary>Gets the name of the interface method this activity implements.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.EnableWorkflowModification.ModificationId">
      <summary>Gets or sets the modification ID.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.EnableWorkflowModification.ModificationIdProperty">
      <summary>The DependencyProperty object that promotes the <see cref="P:Microsoft.SharePoint.WorkflowActions.EnableWorkflowModification.ModificationId" /> property.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.WorkflowActions.ErroredMarkupActivity"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.ErroredMarkupActivity.#ctor"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.ErroredMarkupActivity.ErroredMarkup"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.ErroredMarkupActivity.ErroredMarkupProperty"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.ErroredMarkupActivity.ErrorMessage"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.ErroredMarkupActivity.ErrorMessageProperty"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.ErroredMarkupActivity.Execute(System.Workflow.ComponentModel.ActivityExecutionContext)"></member>
    <member name="T:Microsoft.SharePoint.WorkflowActions.ErroredMarkupActivityValidator"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.ErroredMarkupActivityValidator.#ctor"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.ErroredMarkupActivityValidator.Validate(System.Workflow.ComponentModel.Compiler.ValidationManager,System.Object)"></member>
    <member name="T:Microsoft.SharePoint.WorkflowActions.ExtractSubstringFromEndActivity"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.ExtractSubstringFromEndActivity.#ctor"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.ExtractSubstringFromEndActivity.__Context"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.ExtractSubstringFromEndActivity.__ContextProperty"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.ExtractSubstringFromEndActivity.Execute(System.Workflow.ComponentModel.ActivityExecutionContext)"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.ExtractSubstringFromEndActivity.Length"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.ExtractSubstringFromEndActivity.LengthProperty"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.ExtractSubstringFromEndActivity.StringVal"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.ExtractSubstringFromEndActivity.StringValProperty"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.ExtractSubstringFromEndActivity.SubstringVariable"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.ExtractSubstringFromEndActivity.SubstringVariableProperty"></member>
    <member name="T:Microsoft.SharePoint.WorkflowActions.ExtractSubstringFromEndActivityValidator"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.ExtractSubstringFromEndActivityValidator.#ctor"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.ExtractSubstringFromEndActivityValidator.Validate(System.Workflow.ComponentModel.Compiler.ValidationManager,System.Object)"></member>
    <member name="T:Microsoft.SharePoint.WorkflowActions.ExtractSubstringFromIndexActivity"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.ExtractSubstringFromIndexActivity.#ctor"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.ExtractSubstringFromIndexActivity.__Context"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.ExtractSubstringFromIndexActivity.__ContextProperty"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.ExtractSubstringFromIndexActivity.Execute(System.Workflow.ComponentModel.ActivityExecutionContext)"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.ExtractSubstringFromIndexActivity.Index"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.ExtractSubstringFromIndexActivity.IndexProperty"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.ExtractSubstringFromIndexActivity.StringVal"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.ExtractSubstringFromIndexActivity.StringValProperty"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.ExtractSubstringFromIndexActivity.SubstringVariable"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.ExtractSubstringFromIndexActivity.SubstringVariableProperty"></member>
    <member name="T:Microsoft.SharePoint.WorkflowActions.ExtractSubstringFromIndexActivityValidator"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.ExtractSubstringFromIndexActivityValidator.#ctor"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.ExtractSubstringFromIndexActivityValidator.Validate(System.Workflow.ComponentModel.Compiler.ValidationManager,System.Object)"></member>
    <member name="T:Microsoft.SharePoint.WorkflowActions.ExtractSubstringFromIndexLengthActivity"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.ExtractSubstringFromIndexLengthActivity.#ctor"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.ExtractSubstringFromIndexLengthActivity.__Context"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.ExtractSubstringFromIndexLengthActivity.__ContextProperty"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.ExtractSubstringFromIndexLengthActivity.Execute(System.Workflow.ComponentModel.ActivityExecutionContext)"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.ExtractSubstringFromIndexLengthActivity.Index"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.ExtractSubstringFromIndexLengthActivity.IndexProperty"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.ExtractSubstringFromIndexLengthActivity.Length"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.ExtractSubstringFromIndexLengthActivity.LengthProperty"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.ExtractSubstringFromIndexLengthActivity.StringVal"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.ExtractSubstringFromIndexLengthActivity.StringValProperty"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.ExtractSubstringFromIndexLengthActivity.SubstringVariable"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.ExtractSubstringFromIndexLengthActivity.SubstringVariableProperty"></member>
    <member name="T:Microsoft.SharePoint.WorkflowActions.ExtractSubstringFromIndexLengthActivityValidator"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.ExtractSubstringFromIndexLengthActivityValidator.#ctor"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.ExtractSubstringFromIndexLengthActivityValidator.Validate(System.Workflow.ComponentModel.Compiler.ValidationManager,System.Object)"></member>
    <member name="T:Microsoft.SharePoint.WorkflowActions.ExtractSubstringFromStartActivity"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.ExtractSubstringFromStartActivity.#ctor"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.ExtractSubstringFromStartActivity.__Context"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.ExtractSubstringFromStartActivity.__ContextProperty"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.ExtractSubstringFromStartActivity.Execute(System.Workflow.ComponentModel.ActivityExecutionContext)"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.ExtractSubstringFromStartActivity.Length"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.ExtractSubstringFromStartActivity.LengthProperty"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.ExtractSubstringFromStartActivity.StringVal"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.ExtractSubstringFromStartActivity.StringValProperty"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.ExtractSubstringFromStartActivity.SubstringVariable"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.ExtractSubstringFromStartActivity.SubstringVariableProperty"></member>
    <member name="T:Microsoft.SharePoint.WorkflowActions.ExtractSubstringFromStartActivityValidator"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.ExtractSubstringFromStartActivityValidator.#ctor"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.ExtractSubstringFromStartActivityValidator.Validate(System.Workflow.ComponentModel.Compiler.ValidationManager,System.Object)"></member>
    <member name="T:Microsoft.SharePoint.WorkflowActions.FindActivity">
      <summary>Finds a list item by matching a value in the item on which the workflow instance is running with a value of an item in a list.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.FindActivity.#ctor"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.FindActivity.__Context"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.FindActivity.__ContextProperty"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.FindActivity.Execute(System.Workflow.ComponentModel.ActivityExecutionContext)">
      <param name="context"></param>
    </member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.FindActivity.ExternalFieldName"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.FindActivity.ExternalFieldNameProperty"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.FindActivity.ExternalListId"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.FindActivity.ExternalListIdProperty"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.FindActivity.FieldName"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.FindActivity.FieldNameProperty"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.FindActivity.ListId"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.FindActivity.ListIdProperty"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.FindActivity.ListItem"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.FindActivity.ListItemProperty"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.FindActivity.ReturnValue"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.FindActivity.ReturnValueProperty"></member>
    <member name="T:Microsoft.SharePoint.WorkflowActions.FindActivityValidator">
      <summary>Provides the <see cref="T:Microsoft.SharePoint.WorkflowActions.FindActivity" /> class with a validator that can be used to check for and prevent invalid input values and also to prevent potential unhandled exceptions.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.FindActivityValidator.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.WorkflowActions.FindActivityValidator" /> class.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.FindActivityValidator.Validate(System.Workflow.ComponentModel.Compiler.ValidationManager,System.Object)">
      <summary>Verifies that the specified activity is valid.</summary>
      <returns>A ValidationErrorCollection object that contains a collection of ValidationError objects. Any errors or warnings encountered during the validation of the workflow activity are stored in the collection.</returns>
      <param name="manager">A ValidationManager object that contains contextual information such as property validation, parent and child activity relationships, and so on.</param>
      <param name="obj">The workflow activity that must be validated.</param>
    </member>
    <member name="T:Microsoft.SharePoint.WorkflowActions.FindValueActivity">
      <summary>Used to find the Windows SharePoint Services 3.0 list item where a specified value is found. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.FindValueActivity.#ctor">
      <summary>Initializes a new instance of the FindValueActivity class.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.FindValueActivity.__Context">
      <summary>Gets or sets the <see cref="WorkflowContext" /> from which the FindValueActivity property can extract information about the active workflow instance.</summary>
      <returns>A WorkflowContext object that contains information and properties about the active workflow instance.</returns>
    </member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.FindValueActivity.__ContextProperty">
      <summary>The DependencyProperty object that promotes the <see cref="P:Microsoft.SharePoint.WorkflowActions.FindValueActivity.__Context" /> property.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.FindValueActivity.Execute(System.Workflow.ComponentModel.ActivityExecutionContext)">
      <summary>Called by the workflow runtime to execute the activity.</summary>
      <returns>The ActivityExecutionStatus of the active workflow task, which determines whether the workflow activity continues to be executed or transitions to the closed state.</returns>
      <param name="context">The ActivityExecutionContext that is associated with this Activity and execution.</param>
    </member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.FindValueActivity.ExternalFieldName">
      <summary>Gets or sets the ExternalFieldName of the Windows SharePoint Services 3.0 list from which the value will be retrieved.</summary>
      <returns>The Windows SharePoint Services 3.0 field name.</returns>
    </member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.FindValueActivity.ExternalFieldNameProperty">
      <summary>The DependencyProperty object that promotes the <see cref="P:Microsoft.SharePoint.WorkflowActions.FindValueActivity.ExternalFieldName" /> property.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.FindValueActivity.ExternalListId">
      <summary>Gets or sets the ExternalListId from which the field and value will be retrieved.</summary>
      <returns>The Windows SharePoint Services 3.0 list identifier (ID).</returns>
    </member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.FindValueActivity.ExternalListIdProperty">
      <summary>The DependencyProperty object that promotes the <see cref="P:Microsoft.SharePoint.WorkflowActions.FindValueActivity.ExternalListId" /> property.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.FindValueActivity.FindValue">
      <summary>Gets or sets the object that contains the value that the <see cref="FindValue" /> method will search for.</summary>
      <returns>The value to find in the Windows SharePoint Services 3.0 list.</returns>
    </member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.FindValueActivity.FindValueProperty">
      <summary>The DependencyProperty object that promotes the <see cref="P:Microsoft.SharePoint.WorkflowActions.FindValueActivity.FindValue" /> property.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.FindValueActivity.ReturnValue">
      <summary>Gets or sets the Windows SharePoint Services 3.0 list item identifier (ID) that indicates where the <see cref="FindValue" /> property was located.</summary>
      <returns>The ID of the list item where the stated value was found.</returns>
    </member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.FindValueActivity.ReturnValueProperty">
      <summary>The DependencyProperty object that promotes the <see cref="P:Microsoft.SharePoint.WorkflowActions.FindValueActivity.ReturnValue" /> property.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.FindValueActivity.System#Workflow#ComponentModel#IDynamicPropertyTypeProvider#GetAccessType(System.IServiceProvider,System.String)">
      <summary>Returns the access type for the specified property.</summary>
      <returns>An AccessTypes enumeration value that denotes the access level of the property.</returns>
      <param name="serviceProvider">An object that implements the IServiceProvider Interface  value that provides access to design time services if they are needed.</param>
      <param name="propertyName">The name of the property.</param>
    </member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.FindValueActivity.System#Workflow#ComponentModel#IDynamicPropertyTypeProvider#GetPropertyType(System.IServiceProvider,System.String)">
      <summary>Returns the Type of the specified property and service.</summary>
      <returns>The Type for the property whose name is passed as the <paramref name="propertyName" /> parameter.</returns>
      <param name="serviceProvider">An object that implements IServiceProvider to provide access to design time services if they are required.</param>
      <param name="propertyName">The name of the property.</param>
    </member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.FindValueActivity.ValueType">
      <summary>Gets or set the property type of the <see cref="FindValue" /> property.</summary>
      <returns>The type of property that is set in the <see cref="FindValue" /> class.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.WorkflowActions.FindValueActivityValidator">
      <summary>Provides the <see cref="T:Microsoft.SharePoint.WorkflowActions.FindValueActivity" /> class with a validator that can be used to check for and prevent invalid input values and also to prevent potential unhandled exceptions.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.FindValueActivityValidator.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.WorkflowActions.FindValueActivityValidator" /> class.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.FindValueActivityValidator.Validate(System.Workflow.ComponentModel.Compiler.ValidationManager,System.Object)">
      <summary>Verifies that the specified activity is valid.</summary>
      <returns>A ValidationErrorCollection object that contains a collection of ValidationError objects. Any errors or warnings encountered during the validation of the workflow activity are stored in the collection.</returns>
      <param name="manager">A ValidationManager object that contains contextual information such as property validation, parent and child activity relationships, and so on.</param>
      <param name="obj">The workflow activity that must be validated.</param>
    </member>
    <member name="T:Microsoft.SharePoint.WorkflowActions.GroupAssignedTask">
      <summary>Assigns a simple task to users in parallel.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.GroupAssignedTask.#ctor"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.GroupAssignedTask.__Context"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.GroupAssignedTask.__ContextProperty"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.GroupAssignedTask.AssignedTo"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.GroupAssignedTask.AssignedToProperty"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.GroupAssignedTask.ContentTypeId"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.GroupAssignedTask.ContentTypeIdProperty"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.GroupAssignedTask.Title"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.GroupAssignedTask.TitleProperty"></member>
    <member name="T:Microsoft.SharePoint.WorkflowActions.Helper">
      <summary>The members of the Helper class are used by Windows SharePoint Services 3.0 to provide functionality to declarative, code-free, rules-based workflow editors such as Microsoft Office SharePoint Designer 2007.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.Helper.#ctor">
      <summary>Initializes a new instance of the Helper class.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.Helper.AsDNBoolean(Microsoft.SharePoint.WorkflowActions.WorkflowContext,System.Object)"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.Helper.AsDNDateTime(Microsoft.SharePoint.WorkflowActions.WorkflowContext,System.Object)"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.Helper.AsDNDouble(Microsoft.SharePoint.WorkflowActions.WorkflowContext,System.Object)"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.Helper.AsDNInt32(Microsoft.SharePoint.WorkflowActions.WorkflowContext,System.Object)"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.Helper.AsDNSPItemKey(Microsoft.SharePoint.WorkflowActions.WorkflowContext,System.Object)"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.Helper.AsDNString(Microsoft.SharePoint.WorkflowActions.WorkflowContext,System.Object)"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.Helper.AsSPItemKeyExceptNullNoConvert(Microsoft.SharePoint.WorkflowActions.WorkflowContext,System.Object)"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.Helper.CheckPermission(Microsoft.SharePoint.WorkflowActions.WorkflowContext,System.Guid,Microsoft.SharePoint.Workflow.SPItemKey,System.Collections.ArrayList,System.Collections.ArrayList,System.Guid,Microsoft.SharePoint.Workflow.SPItemKey,System.Boolean)"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.Helper.CheckPermission(Microsoft.SharePoint.WorkflowActions.WorkflowContext,System.Guid,System.Int32,System.Collections.ArrayList,System.Collections.ArrayList,System.Guid,System.Int32,System.Boolean)"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.Helper.CheckPermission(Microsoft.SharePoint.WorkflowActions.WorkflowContext,System.String,Microsoft.SharePoint.Workflow.SPItemKey,System.Collections.ArrayList,System.Collections.ArrayList,System.String,Microsoft.SharePoint.Workflow.SPItemKey)"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.Helper.CheckPermission(Microsoft.SharePoint.WorkflowActions.WorkflowContext,System.String,System.Int32,System.Collections.ArrayList,System.Collections.ArrayList,System.String,System.Int32)"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.Helper.CheckPermissionExact(Microsoft.SharePoint.WorkflowActions.WorkflowContext,System.String,Microsoft.SharePoint.Workflow.SPItemKey,System.Collections.ArrayList,System.Collections.ArrayList,System.String,Microsoft.SharePoint.Workflow.SPItemKey)"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.Helper.CheckPermissionExact(Microsoft.SharePoint.WorkflowActions.WorkflowContext,System.String,System.Int32,System.Collections.ArrayList,System.Collections.ArrayList,System.String,System.Int32)"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.Helper.Compare(Microsoft.SharePoint.WorkflowActions.WorkflowContext,System.String,System.Object,System.Object)">
      <summary>Compares two objects by using a string that represents an evaluation operator and the WorkflowContext, in order to retrieve properties from the active workflow instance.</summary>
      <returns>true if values are equal; otherwise the value is false.</returns>
      <param name="context">WorkflowContext object that contains properties that are associated with the active workflow instance.</param>
      <param name="comparison">A string that represents a comparison operator.OperatorDescriptionEqualCompares lhsValue and rhsValue, matching their case, and using culture-specific information to determine equality (exact match).EqualNoCaseCompares lhsValue and rhsValue, ignoring their case, and using culture-specific information to determine equality (exact match).NotEqualCompares lhsValue and rhsValue, matching their case, and using culture-specific information to determine if they are not equal.NotEqualNoCaseCompares lhsValue and rhsValue, ignoring their case, and using culture-specific information to determine if they are not equal.StartsWithCompares lhsValue and rhsValue to determine whether the beginning of lhsValue matches rhsValue when compared by using current culture information.NotStartsWithCompares lhsValue and rhsValue to determine whether the beginning of lhsValue does not match rhsValue when compared by using current culture information.EndsWithCompares lhsValue and rhsValue to determine whether the end of the lhsValue matches the string that is on the right side of the comparison operator. These are compared by using current culture information.NotEndsWithCompares lhsValue and rhsValue to determine whether the end of the lhsValue does not match the string that is on the right side of the comparison operator. These are compared by using current culture information.ContainsCompares lhsValue and rhsValue to determine if lhsValue contains any or all of the rhsValue.NotContainsCompares lhsValue and rhsValue to determine if lhsValue does not contain any or all of the rhsValue.ContainsNoCaseCompares lhsValue and rhsValue to determine if lhsValue contains any or all of the rhsValue. Uses the invariant culture and ignores the case of the strings being compared.MatchesDetermines whether the two supplied values contain a pattern match.IsEmptyReturns true if lhsValue is found to be null, or its length is zero.</param>
      <param name="lhsValue">The value on the left side of the equation, which is evaluated during the execution of the Compare method.</param>
      <param name="rhsValue">The value on the right side of the equation, which is evaluated during the execution of the Compare method.</param>
    </member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.Helper.Compare(System.String,System.Object,System.Object)">
      <summary>Compares two objects by using a string that represents an evaluation operator and the WorkflowContext, in order to retrieve properties from the active workflow instance.</summary>
      <returns>true if values are equal; otherwise the value is false.</returns>
      <param name="comparison">A string that represents a comparison operator.OperatorDescriptionEqualCompares lhsValue and rhsValue, matching their case, and using culture-specific information to determine equality (exact match).EqualNoCaseCompares lhsValue and rhsValue, ignoring their case, and using culture-specific information to determine equality (exact match).NotEqualCompares lhsValue and rhsValue, matching their case, and using culture-specific information to determine if they are not equal.NotEqualNoCaseCompares lhsValue and rhsValue, ignoring their case, and using culture-specific information to determine if they are not equal.StartsWithCompares lhsValue and rhsValue to determine whether the beginning of lhsValue matches rhsValue when compared by using current culture information.NotStartsWithCompares lhsValue and rhsValue to determine whether the beginning of lhsValue does not match rhsValue when compared by using current culture information.EndsWithCompares lhsValue and rhsValue to determine whether the end of the lhsValue matches the string that is on the right side of the comparison operator. These are compared by using current culture information.NotEndsWithCompares lhsValue and rhsValue to determine whether the end of the lhsValue does not match the string that is on the right side of the comparison operator. These are compared by using current culture information.ContainsCompares lhsValue and rhsValue to determine if lhsValue contains any or all of the rhsValue.NotContainsCompares lhsValue and rhsValue to determine if lhsValue does not contain any or all of the rhsValue.ContainsNoCaseCompares lhsValue and rhsValue to determine if lhsValue contains any or all of the rhsValue. Uses the invariant culture and ignores the case of the strings that are being compared.MatchesDetermines whether the two supplied values contain a pattern match.IsEmptyReturns true if lhsValue is found to be null, or its length is zero.</param>
      <param name="lhsValue">The value on the left side of the equation that is evaluated during the execution of the Compare method.</param>
      <param name="rhsValue">The value on the right side of the equation that is evaluated during the execution of the Compare method.</param>
    </member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.Helper.CreatedBy(Microsoft.SharePoint.WorkflowActions.WorkflowContext,System.String,Microsoft.SharePoint.Workflow.SPItemKey,System.String)"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.Helper.CreatedBy(Microsoft.SharePoint.WorkflowActions.WorkflowContext,System.String,System.Int32,System.String)">
      <summary>Finds the creator of the specified Windows SharePoint Services 3.0 list item and compares it to a specified name.</summary>
      <returns>true if the name provided matches the creator of the list item; otherwise the value is false.</returns>
      <param name="context">WorkflowContext object that contains properties that are associated with the active workflow instance.</param>
      <param name="listId">A string that represents the GUID of the Windows SharePoint Services 3.0 list identifier (ID). May also be the display name of the list.</param>
      <param name="listItem">An integer that represents the Windows SharePoint Services 3.0 list item in a specified list.</param>
      <param name="name">A name that is compared with the <paramref name="CreatedBy" /> field of the Windows SharePoint Services 3.0 list item. The name provided in this field is compared to the SPUser.LoginName property for the user who created the item.</param>
    </member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.Helper.CreatedInRange(Microsoft.SharePoint.WorkflowActions.WorkflowContext,System.String,Microsoft.SharePoint.Workflow.SPItemKey,System.DateTime,System.DateTime)"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.Helper.CreatedInRange(Microsoft.SharePoint.WorkflowActions.WorkflowContext,System.String,System.Int32,System.DateTime,System.DateTime)">
      <summary>Retrieves a list of Windows SharePoint Services 3.0 list items that are created within a range of specified dates.</summary>
      <returns>true if the Windows SharePoint Services 3.0 list item provided was created within the specified date range; otherwise the value is false.</returns>
      <param name="context">WorkflowContext object that contains properties that are associated with the active workflow instance.</param>
      <param name="listId">A string that represents the GUID of the Windows SharePoint Services 3.0 list identifier (ID). May also be the display name of the list.</param>
      <param name="listItem">An integer that represents the Windows SharePoint Services 3.0 list item in a specified list.</param>
      <param name="first">A DateTime object that specifies the starting date of the date range.</param>
      <param name="second">A DateTime object that specifies the ending date of the date range.</param>
    </member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.Helper.CurrentCulture(Microsoft.SharePoint.WorkflowActions.WorkflowContext)"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.Helper.CurrentDate">
      <summary>Retrieves the current system date and time.</summary>
      <returns>A DateTime object that represents the current system date of the server that is hosting Windows SharePoint Services 3.0.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.Helper.CurrentDate(Microsoft.SharePoint.WorkflowActions.WorkflowContext,System.Guid,Microsoft.SharePoint.Workflow.SPItemKey)"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.Helper.CurrentDate(Microsoft.SharePoint.WorkflowActions.WorkflowContext,System.Guid,System.Int32)">
      <summary>Retrieves the current system date of a specified Windows SharePoint Services 3.0 list item.</summary>
      <returns>The current date of the SPWeb that contains the list item that the workflow instance is running on. This value is expressed in the local server time zone.</returns>
      <param name="context">A WorkflowContext object.</param>
      <param name="listId">A GUID that represents the Windows SharePoint Services 3.0 list.</param>
      <param name="listItem">An integer that represents the specific list item.</param>
    </member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.Helper.CurrentDate(Microsoft.SharePoint.WorkflowActions.WorkflowContext,System.String,Microsoft.SharePoint.Workflow.SPItemKey)"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.Helper.CurrentDate(Microsoft.SharePoint.WorkflowActions.WorkflowContext,System.String,System.Int32)">
      <summary>Retrieves the current system date of a specified Windows SharePoint Services 3.0 list item either by its GUID or display name.</summary>
      <returns>The current system date of the SPWeb containing the list item that the workflow is running on. This value is expressed in the local server time zone.</returns>
      <param name="context"></param>
      <param name="listIdOrName">A string that represents the Windows SharePoint Services 3.0 list GUID or its display name.</param>
      <param name="listItem">An integer that represents the specific list item.</param>
    </member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.Helper.CurrentUICulture(Microsoft.SharePoint.WorkflowActions.WorkflowContext)"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.Helper.CustomLookupBool(Microsoft.SharePoint.WorkflowActions.WorkflowContext,System.String,Microsoft.SharePoint.Workflow.SPItemKey,System.String)"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.Helper.CustomLookupBool(Microsoft.SharePoint.WorkflowActions.WorkflowContext,System.String,System.Int32,System.String)">
      <summary>Retrieves the Boolean value of a field for a specified Windows SharePoint Services 3.0 list and list item.</summary>
      <returns>True or false value from the specified field.</returns>
      <param name="context">WorkflowContext object that contains properties that are associated with the active workflow instance.</param>
      <param name="listId">A string that represents the GUID of the Windows SharePoint Services 3.0 list identifier (ID). May also be the display name of the list.</param>
      <param name="listItem">An integer that represents the Windows SharePoint Services 3.0 list item in a specified list.</param>
      <param name="fieldName">A string that represents the name of the field in the list from which you want to retrieve a Boolean value.</param>
    </member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.Helper.CustomLookupDateTime(Microsoft.SharePoint.WorkflowActions.WorkflowContext,System.String,Microsoft.SharePoint.Workflow.SPItemKey,System.String)"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.Helper.CustomLookupDateTime(Microsoft.SharePoint.WorkflowActions.WorkflowContext,System.String,System.Int32,System.String)">
      <summary>Retrieves the DateTime value of a field for a specified Windows SharePoint Services 3.0 list and list item.</summary>
      <returns>A DateTime value from the specified field.</returns>
      <param name="context">WorkflowContext object that contains properties that are associated with the active workflow instance.</param>
      <param name="listId">A string that represents the GUID of the Windows SharePoint Services 3.0 list identifier (ID). May also be the display name of the list.</param>
      <param name="listItem">An integer that represents the Windows SharePoint Services 3.0 list item in a specified list.</param>
      <param name="fieldName">A string that represents the name of the field in the list from which you want to retrieve a Boolean value.</param>
    </member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.Helper.CustomLookupDouble(Microsoft.SharePoint.WorkflowActions.WorkflowContext,System.String,Microsoft.SharePoint.Workflow.SPItemKey,System.String)"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.Helper.CustomLookupDouble(Microsoft.SharePoint.WorkflowActions.WorkflowContext,System.String,System.Int32,System.String)">
      <summary>Retrieves the double value from a field for a specified Windows SharePoint Services 3.0 list and list item.</summary>
      <returns>A double value from the specified field.</returns>
      <param name="context">WorkflowContext object that contains properties that are associated with the active workflow instance.</param>
      <param name="listId">A string that represents the GUID of the Windows SharePoint Services 3.0 list identifier (ID). May also be the display name of the list.</param>
      <param name="listItem">An integer that represents the Windows SharePoint Services 3.0 list item in a specified list.</param>
      <param name="fieldName">A string that represents the name of the field in the list from which you want to retrieve a Boolean value.</param>
    </member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.Helper.CustomLookupFriendlyString(Microsoft.SharePoint.WorkflowActions.WorkflowContext,System.String,Microsoft.SharePoint.Workflow.SPItemKey,System.String)"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.Helper.CustomLookupFriendlyString(Microsoft.SharePoint.WorkflowActions.WorkflowContext,System.String,System.Int32,System.String)">
      <summary>Retrieves a string value from a field for a specified Windows SharePoint Services 3.0 list and list item.</summary>
      <returns>A string value from the specified field.</returns>
      <param name="context">WorkflowContext object that contains properties that are associated with the active workflow instance.</param>
      <param name="listId">A string that representing the GUID of the Windows SharePoint Services 3.0 list identifier (ID). May also be the display name of the list.</param>
      <param name="listItem">An integer that represents the Windows SharePoint Services 3.0 list item in a specified list.</param>
      <param name="fieldName">A string that represents the name of the field in the list from which you want to retrieve a Boolean value.</param>
    </member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.Helper.CustomLookupInt(Microsoft.SharePoint.WorkflowActions.WorkflowContext,System.String,Microsoft.SharePoint.Workflow.SPItemKey,System.String)"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.Helper.CustomLookupInt(Microsoft.SharePoint.WorkflowActions.WorkflowContext,System.String,System.Int32,System.String)">
      <summary>Retrieves an integer value from a field for a specified Windows SharePoint Services 3.0 list item.</summary>
      <returns>An integer value from the specified field.</returns>
      <param name="context">WorkflowContext object that contains properties that are associated with the active workflow instance.</param>
      <param name="listId">A string that represents the GUID of the Windows SharePoint Services 3.0 list identifier (ID). May also be the display name of the list.</param>
      <param name="listItem">An integer that represents the Windows SharePoint Services 3.0 list item in a specified list.</param>
      <param name="fieldName">A string that represents the name of the field in the list from which you want to retrieve a Boolean value.</param>
    </member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.Helper.CustomLookupString(Microsoft.SharePoint.WorkflowActions.WorkflowContext,System.String,Microsoft.SharePoint.Workflow.SPItemKey,System.String)"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.Helper.CustomLookupString(Microsoft.SharePoint.WorkflowActions.WorkflowContext,System.String,System.Int32,System.String)">
      <summary>Retrieves a string value from a field for a specified Windows SharePoint Services 3.0 list and list item.</summary>
      <returns>An integer value from the specified field.</returns>
      <param name="context">WorkflowContext object that contains properties that are associated with the active workflow instance.</param>
      <param name="listId">A string that represents the GUID of the Windows SharePoint Services 3.0 list identifier (ID). May also be the display name of the list.</param>
      <param name="listItem">An integer that represents the Windows SharePoint Services 3.0 list item in a specified list.</param>
      <param name="fieldName">A string that represents the name of the field in the list from which you want to retrieve a Boolean value.</param>
    </member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.Helper.CustomLookupUser(Microsoft.SharePoint.WorkflowActions.WorkflowContext,System.String,Microsoft.SharePoint.Workflow.SPItemKey,System.String)"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.Helper.CustomLookupUser(Microsoft.SharePoint.WorkflowActions.WorkflowContext,System.String,System.Int32,System.String)">
      <summary>Retrieves a user logon value for a specified Windows SharePoint Services 3.0 list item from a specified field.</summary>
      <returns>The value of a specified SPFieldType.User field.</returns>
      <param name="context"></param>
      <param name="listId">A string that represents the GUID of the Windows SharePoint Services 3.0 list identifier (ID). May also be the display name of the list.</param>
      <param name="listItem">An integer that represents the Windows SharePoint Services 3.0 list item in a specified list.</param>
      <param name="fieldName">A string that represents the name of the field in the list from which you want to retrieve a Boolean value.</param>
    </member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.Helper.DateTimeToDoubleAsSecondsExceptNull(Microsoft.SharePoint.WorkflowActions.WorkflowContext,System.Object)"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.Helper.DateTimeToInt32AsSecondsExceptNull(Microsoft.SharePoint.WorkflowActions.WorkflowContext,System.Object)"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.Helper.DateTimeToSecondsDouble(Microsoft.SharePoint.WorkflowActions.WorkflowContext,System.Object)"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.Helper.DateTimeToSecondsInt32(Microsoft.SharePoint.WorkflowActions.WorkflowContext,System.Object)"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.Helper.DateTimeToStringISO(Microsoft.SharePoint.WorkflowActions.WorkflowContext,System.Object)"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.Helper.DateTimeToStringLongDate(Microsoft.SharePoint.WorkflowActions.WorkflowContext,System.Object)"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.Helper.DateTimeToStringLongTime(Microsoft.SharePoint.WorkflowActions.WorkflowContext,System.Object)"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.Helper.DateTimeToStringShortDate(Microsoft.SharePoint.WorkflowActions.WorkflowContext,System.Object)"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.Helper.DateTimeToStringShortTime(Microsoft.SharePoint.WorkflowActions.WorkflowContext,System.Object)"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.Helper.DisplayNameAsText(Microsoft.SharePoint.WorkflowActions.WorkflowContext,System.Object)"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.Helper.DoubleToDateTimeAsSecondsExceptNull(Microsoft.SharePoint.WorkflowActions.WorkflowContext,System.Object)"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.Helper.DynamicString(Microsoft.SharePoint.WorkflowActions.WorkflowContext,System.Workflow.ComponentModel.Activity,System.String)"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.Helper.DynamicString(System.Workflow.ComponentModel.Activity,System.String)"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.Helper.DynamicStringForCondition(Microsoft.SharePoint.WorkflowActions.WorkflowContext,System.Workflow.ComponentModel.Activity,System.String,System.Object[])"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.Helper.DynamicStringForXml(Microsoft.SharePoint.WorkflowActions.WorkflowContext,System.Workflow.ComponentModel.Activity,System.String)"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.Helper.EmailAddressAsText(Microsoft.SharePoint.WorkflowActions.WorkflowContext,System.Object)"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.Helper.ExceptionDoesNotDisableWorkflow(System.Exception,System.String@)"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.Helper.FileExistInWeb(Microsoft.SharePoint.WorkflowActions.WorkflowContext,System.String)">
      <summary>Verifies whether a specified file exists in a specified Windows SharePoint Services 3.0 Web site.</summary>
      <returns>true if the file exists; otherwise the value is false.</returns>
      <param name="context">
        <paramref name="WorkflowContext" /> object that contains properties that are associated with the active workflow instance.</param>
      <param name="strUrl">A string that contains the URL for the file.</param>
    </member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.Helper.FileSizeIs(Microsoft.SharePoint.WorkflowActions.WorkflowContext,System.String,Microsoft.SharePoint.Workflow.SPItemKey,System.Double,System.Double)"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.Helper.FileSizeIs(Microsoft.SharePoint.WorkflowActions.WorkflowContext,System.String,System.Int32,System.Double,System.Double)">
      <summary>Verifies that a specified Windows SharePoint Services 3.0 list item is within a specified size range.</summary>
      <returns>true if the file size is within the stated range; otherwise the value is false.</returns>
      <param name="context">
        <paramref name="WorkflowContext" /> object that contains properties that are associated with the active workflow instance.</param>
      <param name="listId">A string that represents the GUID of the Windows SharePoint Services 3.0 list identifier (ID). May also be the display name of the list.</param>
      <param name="listItem">An integer that represents the Windows SharePoint Services 3.0 list item in a specified list.</param>
      <param name="lower">A double value that represents the lower bound file size, in kilobytes.</param>
      <param name="upper">A double value that represents the upper-bound file size, in kilobytes.</param>
    </member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.Helper.FileTypeIs(Microsoft.SharePoint.WorkflowActions.WorkflowContext,System.String,Microsoft.SharePoint.Workflow.SPItemKey,System.String)"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.Helper.FileTypeIs(Microsoft.SharePoint.WorkflowActions.WorkflowContext,System.String,System.Int32,System.String)">
      <summary>Checks the DocIcon field of a specified Windows SharePoint Services 3.0 list item for a specified document type.</summary>
      <returns>true if the file type name matches the DocIcon field value; otherwise the value is false.</returns>
      <param name="context">
        <paramref name="WorkflowContext" /> object that contains properties that are associated with the active workflow instance.</param>
      <param name="listId">A string that represents the GUID of the Windows SharePoint Services 3.0 list identifier (ID). May also be the display name of the list.</param>
      <param name="listItem">An integer that represents the Windows SharePoint Services 3.0 list item in a specified list.</param>
      <param name="name">A string that represents the document type.</param>
    </member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.Helper.Find(Microsoft.SharePoint.WorkflowActions.WorkflowContext,System.Guid,System.Int32,System.String,System.Guid,System.String)">
      <summary>Finds the field value of an external list that matches an associated field, list, and list item by using the GUID of the associated list identifier (ID).</summary>
      <returns>An integer that represents the item ID from the external list.</returns>
      <param name="context">
        <paramref name="WorkflowContext" /> object that contains properties that are associated with the active workflow instance.</param>
      <param name="listId">A string that represents the GUID of the Windows SharePoint Services 3.0 list ID. May also be the display name of the list.</param>
      <param name="listItem">An integer that represents the Windows SharePoint Services 3.0 list item in a specified list.</param>
      <param name="fieldNameInAssociated">A string that represents the field name in the associated list.</param>
      <param name="externalListId">A string that represents the GUID that corresponds to the external list ID or the external list display name.</param>
      <param name="fieldNameInExternal">A string that represents the field name in the external list</param>
    </member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.Helper.Find(Microsoft.SharePoint.WorkflowActions.WorkflowContext,System.String,System.Int32,System.String,System.String,System.String)">
      <summary>Finds the field value of an external list that matches an associated field, list, and list item, by using the list identifier (ID) or list name of the associated list.</summary>
      <returns>An integer that represents the item ID from the external list.</returns>
      <param name="context">
        <paramref name="WorkflowContext" /> object that contains properties that are associated with the active workflow instance.</param>
      <param name="listIdOrName">A string that represents the GUID of the Windows SharePoint Services 3.0 list ID or the list display name.</param>
      <param name="listItem">An integer that represents the Windows SharePoint Services 3.0 list item in a specified list.</param>
      <param name="fieldNameInAssociated">A string that represents the field name in the associated list.</param>
      <param name="externalListId">A string that represents the GUID that corresponds to the external list or the external list display name.</param>
      <param name="fieldNameInExternal">A string that represents the field name in the external list.</param>
    </member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.Helper.FindValue(Microsoft.SharePoint.WorkflowActions.WorkflowContext,System.Guid,System.String,System.Object)">
      <summary>Finds an item in a list that contains a field value that matches the specified value.</summary>
      <returns>The external list item where the matching value is found.</returns>
      <param name="context">
        <paramref name="WorkflowContex" />t object that contains properties that are associated with the active workflow instance.</param>
      <param name="externalListId">The GUID of the external list identifier (ID).</param>
      <param name="fieldNameInExternal">A string that represents the field name in the external list.</param>
      <param name="value">An object that contains the field value to look for in the external list.</param>
    </member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.Helper.FindValue(Microsoft.SharePoint.WorkflowActions.WorkflowContext,System.String,System.String,System.Object)">
      <summary>Finds an item in a list that contains a field value that matches the specified value.</summary>
      <returns>The external list item where the matching value is found.</returns>
      <param name="context">
        <paramref name="WorkflowContext" /> object that contains properties that are associated with the active workflow instance.</param>
      <param name="externalListId">A string that represents the GUID that corresponds to the external list or the external list display name.</param>
      <param name="fieldNameInExternal">A string that represents the field name in the external list.</param>
      <param name="value">An object that contains the field value to find in the external list.</param>
    </member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.Helper.FindValueWithKey(Microsoft.SharePoint.WorkflowActions.WorkflowContext,System.Guid,System.String,System.Object)"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.Helper.FindValueWithKey(Microsoft.SharePoint.WorkflowActions.WorkflowContext,System.String,System.String,System.Object)"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.Helper.FindWithKey(Microsoft.SharePoint.WorkflowActions.WorkflowContext,System.Guid,Microsoft.SharePoint.Workflow.SPItemKey,System.String,System.Guid,System.String)"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.Helper.FindWithKey(Microsoft.SharePoint.WorkflowActions.WorkflowContext,System.String,Microsoft.SharePoint.Workflow.SPItemKey,System.String,System.String,System.String)"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.Helper.FormattedCurrency(Microsoft.SharePoint.WorkflowActions.WorkflowContext,System.Object)"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.Helper.GetArrayList(Microsoft.SharePoint.WorkflowActions.WorkflowContext,System.Object[])"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.Helper.GetFieldDisplayName(Microsoft.SharePoint.WorkflowActions.WorkflowContext,System.String,System.String)">
      <summary>Retrieves the display name value from a specified field.</summary>
      <returns>The field display name.</returns>
      <param name="context">
        <paramref name="WorkflowContext" /> object that contains properties that are associated with the active workflow instance.</param>
      <param name="listNameOrId">A string that represents either the GUID of the Windows SharePoint Services 3.0 list identifier (ID) or the list name.</param>
      <param name="fieldName">A string that represents the field name from which to retrieve the display name.</param>
    </member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.Helper.GetListGuid(Microsoft.SharePoint.WorkflowActions.WorkflowContext,System.String)">
      <summary>Retrieves a list GUID from a specified list name or list identifier (ID).</summary>
      <returns>The list GUID.</returns>
      <param name="context">
        <paramref name="WorkflowContext" /> object that contains properties that are associated with the active workflow instance.</param>
      <param name="listNameOrId">A string that represents either the GUID of the Windows SharePoint Services 3.0 list ID or the list name.</param>
    </member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.Helper.GetUserId(Microsoft.SharePoint.WorkflowActions.WorkflowContext,System.Object)"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.Helper.HTLookupBool(Microsoft.SharePoint.WorkflowActions.WorkflowContext,System.Collections.Hashtable,System.String)"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.Helper.HTLookupDateTime(Microsoft.SharePoint.WorkflowActions.WorkflowContext,System.Collections.Hashtable,System.String)"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.Helper.HTLookupDouble(Microsoft.SharePoint.WorkflowActions.WorkflowContext,System.Collections.Hashtable,System.String)"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.Helper.HTLookupFriendlyString(Microsoft.SharePoint.WorkflowActions.WorkflowContext,System.Collections.Hashtable,System.String)"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.Helper.HTLookupInt(Microsoft.SharePoint.WorkflowActions.WorkflowContext,System.Collections.Hashtable,System.String)"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.Helper.HTLookupString(Microsoft.SharePoint.WorkflowActions.WorkflowContext,System.Collections.Hashtable,System.String)"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.Helper.HTLookupUser(Microsoft.SharePoint.WorkflowActions.WorkflowContext,System.Collections.Hashtable,System.String)"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.Helper.Int32ToDateTimeAsSecondsExceptNull(Microsoft.SharePoint.WorkflowActions.WorkflowContext,System.Object)"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.Helper.Int64ToDateTimeAsSecondsExceptNull(Microsoft.SharePoint.WorkflowActions.WorkflowContext,System.Object)"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.Helper.IsNotNullZeroEmptyFalse(Microsoft.SharePoint.WorkflowActions.WorkflowContext,System.Object)"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.Helper.LoginNameAsText(Microsoft.SharePoint.WorkflowActions.WorkflowContext,System.Object)"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.Helper.LookupBool(Microsoft.SharePoint.WorkflowActions.WorkflowContext,System.Guid,Microsoft.SharePoint.Workflow.SPItemKey,System.String)"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.Helper.LookupBool(Microsoft.SharePoint.WorkflowActions.WorkflowContext,System.Guid,System.Int32,System.String)">
      <summary>Retrieves the Boolean value of a field for a specified Windows SharePoint Services 3.0 list item when the list item GUID is known.</summary>
      <returns>true or false value from the specified field.</returns>
      <param name="context">
        <paramref name="WorkflowContext" /> object that contains properties that are associated with the active workflow instance.</param>
      <param name="listId">The GUID of the Windows SharePoint Services 3.0 list.</param>
      <param name="listItem">An integer that represents the Windows SharePoint Services 3.0 list item in a specified list.</param>
      <param name="fieldName">A string that represents the name of the field in the list from which you want to retrieve a Boolean value.</param>
    </member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.Helper.LookupBool(Microsoft.SharePoint.WorkflowActions.WorkflowContext,System.String,Microsoft.SharePoint.Workflow.SPItemKey,System.String)"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.Helper.LookupBool(Microsoft.SharePoint.WorkflowActions.WorkflowContext,System.String,System.Int32,System.String)">
      <summary>Retrieves the Boolean value of a field for a specified Windows SharePoint Services 3.0 list item when the list item GUID or list name is known.</summary>
      <returns>true or false value from the specified field.</returns>
      <param name="context">
        <paramref name="WorkflowContext" /> object that contains properties that are associated with the active workflow instance.</param>
      <param name="listIdOrName">A string that represents the GUID of the Windows SharePoint Services 3.0 list identifier (ID) or the display name of the list.</param>
      <param name="listItem">An integer that represents the Windows SharePoint Services 3.0 list item in a specified list.</param>
      <param name="fieldName">A string that represents the name of the field in the list from which you want to retrieve a Boolean value.</param>
    </member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.Helper.LookupColumnDataOnlyAsDateTime(Microsoft.SharePoint.WorkflowActions.WorkflowContext,System.Object)"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.Helper.LookupColumnDataOnlyAsDouble(Microsoft.SharePoint.WorkflowActions.WorkflowContext,System.Object)"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.Helper.LookupColumnDataOnlyAsId(Microsoft.SharePoint.WorkflowActions.WorkflowContext,System.Object)"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.Helper.LookupColumnDataOnlyAsInteger(Microsoft.SharePoint.WorkflowActions.WorkflowContext,System.Object)"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.Helper.LookupColumnDataOnlyAsString(Microsoft.SharePoint.WorkflowActions.WorkflowContext,System.Object)"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.Helper.LookupDateTime(Microsoft.SharePoint.WorkflowActions.WorkflowContext,System.Guid,Microsoft.SharePoint.Workflow.SPItemKey,System.String)"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.Helper.LookupDateTime(Microsoft.SharePoint.WorkflowActions.WorkflowContext,System.Guid,System.Int32,System.String)">
      <summary>Retrieves the DateTime value of a field for a specified Windows SharePoint Services 3.0 list item when the list item GUID is known.</summary>
      <returns>A DateTime value from the specified field.</returns>
      <param name="context">
        <paramref name="WorkflowContext" /> object that contains properties that are associated with the active workflow instance.</param>
      <param name="listId">The GUID of the Windows SharePoint Services 3.0 list.</param>
      <param name="listItem">An integer that represents the Windows SharePoint Services 3.0 list item in a specified list.</param>
      <param name="fieldName">A string that represents the name of the field in the list from which you want to retrieve a Boolean value.</param>
    </member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.Helper.LookupDateTime(Microsoft.SharePoint.WorkflowActions.WorkflowContext,System.String,Microsoft.SharePoint.Workflow.SPItemKey,System.String)"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.Helper.LookupDateTime(Microsoft.SharePoint.WorkflowActions.WorkflowContext,System.String,System.Int32,System.String)">
      <summary>Retrieves the DateTime value of a field for a specified Windows SharePoint Services 3.0 list item when the list item GUID is known.</summary>
      <returns>A DateTime value from the specified field.</returns>
      <param name="context">WorkflowContext object that contains properties that are associated with the active workflow instance.</param>
      <param name="listIdOrName">A string that represents the GUID of the Windows SharePoint Services 3.0 list ID or display name of the list.</param>
      <param name="listItem">An integer that represents the Windows SharePoint Services 3.0 list item in a specified list.</param>
      <param name="fieldName">A string that represents the name of the field in the list from which you want to retrieve a Boolean value.</param>
    </member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.Helper.LookupDouble(Microsoft.SharePoint.WorkflowActions.WorkflowContext,System.Guid,Microsoft.SharePoint.Workflow.SPItemKey,System.String)"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.Helper.LookupDouble(Microsoft.SharePoint.WorkflowActions.WorkflowContext,System.Guid,System.Int32,System.String)">
      <summary>Retrieves the double value from a field for a specified Windows SharePoint Services 3.0 list item when the list GUID is known.</summary>
      <returns>A double value from the specified field.</returns>
      <param name="context">WorkflowContext object that contains properties that are associated with the active workflow instance.</param>
      <param name="listId">A string that represents the GUID of the Windows SharePoint Services 3.0 list identifier (ID). May also be the display name of the list.</param>
      <param name="listItem">An integer that represents the Windows SharePoint Services 3.0 list item in a specified list.</param>
      <param name="fieldName">A string that represents the name of the field in the list from which you want to retrieve a double value.</param>
    </member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.Helper.LookupDouble(Microsoft.SharePoint.WorkflowActions.WorkflowContext,System.String,Microsoft.SharePoint.Workflow.SPItemKey,System.String)"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.Helper.LookupDouble(Microsoft.SharePoint.WorkflowActions.WorkflowContext,System.String,System.Int32,System.String)">
      <summary>Retrieves the double value for a specified Windows SharePoint Services 3.0 list item from a specified field when the list GUID or the list name is known.</summary>
      <returns>A double value from the specified field.</returns>
      <param name="context">WorkflowContext object that contains properties that are associated with the active workflow instance.</param>
      <param name="listIdOrName">A string that represents the GUID of the Windows SharePoint Services 3.0 list identifier (ID) or the display name of the list.</param>
      <param name="listItem">An integer that represents the Windows SharePoint Services 3.0 list item in a specified list.</param>
      <param name="fieldName">A string that represents the name of the field in the list from which you want to retrieve a double value.</param>
    </member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.Helper.LookupFriendlyString(Microsoft.SharePoint.WorkflowActions.WorkflowContext,System.Guid,Microsoft.SharePoint.Workflow.SPItemKey,System.String)"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.Helper.LookupFriendlyString(Microsoft.SharePoint.WorkflowActions.WorkflowContext,System.Guid,System.Int32,System.String)">
      <summary>Retrieves a string value from a field for a specified Windows SharePoint Services 3.0 list item when the list GUID is known.</summary>
      <returns>A string value from the specified field.</returns>
      <param name="context">WorkflowContext object that contains properties that are associated with the active workflow instance.</param>
      <param name="listId">The GUID of the Windows SharePoint Services 3.0 list.</param>
      <param name="listItem">An integer that represents the Windows SharePoint Services 3.0 list item in a specified list.</param>
      <param name="fieldName">A string that represents the name of the field in the list from which you want to retrieve a string value.</param>
    </member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.Helper.LookupFriendlyString(Microsoft.SharePoint.WorkflowActions.WorkflowContext,System.String,Microsoft.SharePoint.Workflow.SPItemKey,System.String)"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.Helper.LookupFriendlyString(Microsoft.SharePoint.WorkflowActions.WorkflowContext,System.String,System.Int32,System.String)">
      <summary>Retrieves a string value from a field for a specified Windows SharePoint Services 3.0 list item when the list GUID is known.</summary>
      <returns>A string value from the specified field.</returns>
      <param name="context">WorkflowContext object that contains properties that are associated with the active workflow instance.</param>
      <param name="listIdOrName">A string that represents the GUID of the Windows SharePoint Services 3.0 list identifier (ID) or the display name of the list.</param>
      <param name="listItem">An integer that represents the Windows SharePoint Services 3.0 list item in a specified list.</param>
      <param name="fieldName">A string that represents the name of the field in the list from which you want to retrieve a string value.</param>
    </member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.Helper.LookupIdOnly(Microsoft.SharePoint.WorkflowActions.WorkflowContext,System.Object)"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.Helper.LookupIdOnlyAsInteger(Microsoft.SharePoint.WorkflowActions.WorkflowContext,System.Object)"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.Helper.LookupInt(Microsoft.SharePoint.WorkflowActions.WorkflowContext,System.Guid,Microsoft.SharePoint.Workflow.SPItemKey,System.String)"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.Helper.LookupInt(Microsoft.SharePoint.WorkflowActions.WorkflowContext,System.Guid,System.Int32,System.String)">
      <summary>Retrieves an integer value from a field for a specified Windows SharePoint Services 3.0 list item when the list GUID is known.</summary>
      <returns>An integer value from the specified field.</returns>
      <param name="context">WorkflowContext object that contains properties that are associated with the active workflow instance.</param>
      <param name="listId">The GUID of the Windows SharePoint Services 3.0 list.</param>
      <param name="listItem">An integer that represents the Windows SharePoint Services 3.0 list item in a specified list.</param>
      <param name="fieldName">A string that represents the name of the field in the list from which you want to retrieve a Boolean value.</param>
    </member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.Helper.LookupInt(Microsoft.SharePoint.WorkflowActions.WorkflowContext,System.String,Microsoft.SharePoint.Workflow.SPItemKey,System.String)"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.Helper.LookupInt(Microsoft.SharePoint.WorkflowActions.WorkflowContext,System.String,System.Int32,System.String)">
      <summary>Retrieves an integer value from a field for a specified Windows SharePoint Services 3.0 list item when the list GUID or list name is known.</summary>
      <returns>An integer value from the specified field.</returns>
      <param name="context">WorkflowContext object that contains properties that are associated with the active workflow instance.</param>
      <param name="listIdOrName">A string that represents either the GUID of the Windows SharePoint Services 3.0 list or the display name of the list.</param>
      <param name="listItem">An integer that represents the Windows SharePoint Services 3.0 list item in a specified list.</param>
      <param name="fieldName">A string that represents the name of the field in the list from which you want to retrieve an integer value.</param>
    </member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.Helper.LookupString(Microsoft.SharePoint.WorkflowActions.WorkflowContext,System.Guid,Microsoft.SharePoint.Workflow.SPItemKey,System.String)"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.Helper.LookupString(Microsoft.SharePoint.WorkflowActions.WorkflowContext,System.Guid,System.Int32,System.String)">
      <summary>Retrieves a string value from a field for a specified Windows SharePoint Services 3.0 list item when the list GUID is known.</summary>
      <returns>A string value from the specified field.</returns>
      <param name="context">WorkflowContext object that contains properties that are associated with the active workflow instance.</param>
      <param name="listId">The GUID of the Windows SharePoint Services 3.0 list.</param>
      <param name="listItem">An integer that represents the Windows SharePoint Services 3.0 list item in a specified list.</param>
      <param name="fieldName">A string that represents the name of the field in the list from which you want to retrieve a string value.</param>
    </member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.Helper.LookupString(Microsoft.SharePoint.WorkflowActions.WorkflowContext,System.String,Microsoft.SharePoint.Workflow.SPItemKey,System.String)"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.Helper.LookupString(Microsoft.SharePoint.WorkflowActions.WorkflowContext,System.String,System.Int32,System.String)">
      <summary>Retrieves a string value from a field for a specified Windows SharePoint Services 3.0 list item when the list GUID or list name is known.</summary>
      <returns>A string value from the specified field.</returns>
      <param name="context">WorkflowContext object that contains properties that are associated with the active workflow instance.</param>
      <param name="listIdOrName">A string that represents either the GUID of the Windows SharePoint Services 3.0 list or the display name of the list.</param>
      <param name="listItem">An integer that represents the Windows SharePoint Services 3.0 list item in a specified list.</param>
      <param name="fieldName">A string that represents the name of the field in the list from which you want to retrieve a string value.</param>
    </member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.Helper.LookupUser(Microsoft.SharePoint.WorkflowActions.WorkflowContext,System.Guid,Microsoft.SharePoint.Workflow.SPItemKey,System.String)"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.Helper.LookupUser(Microsoft.SharePoint.WorkflowActions.WorkflowContext,System.Guid,System.Int32,System.String)">
      <summary>Retrieves a user logon name from a field for a specified Windows SharePoint Services 3.0 list item when the list GUID is known.</summary>
      <returns>A user logon name from the specified field.</returns>
      <param name="context">WorkflowContext object that contains properties that are associated with the active workflow instance.</param>
      <param name="listId">The GUID of the Windows SharePoint Services 3.0 list.</param>
      <param name="listItem">An integer that represents the Windows SharePoint Services 3.0 list item in a specified list.</param>
      <param name="fieldName">A string that represents the name of the field in the list from which you want to retrieve a user logon name.</param>
    </member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.Helper.LookupUser(Microsoft.SharePoint.WorkflowActions.WorkflowContext,System.String,Microsoft.SharePoint.Workflow.SPItemKey,System.String)"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.Helper.LookupUser(Microsoft.SharePoint.WorkflowActions.WorkflowContext,System.String,System.Int32,System.String)">
      <summary>Retrieves a user logon name from a field for a specified Windows SharePoint Services 3.0 list item when the list GUID or list name is known.</summary>
      <returns>A user logon name from the specified field.</returns>
      <param name="context">WorkflowContext object that contains properties that are associated with the active workflow instance.</param>
      <param name="listIdOrName">A string that represents either the GUID of the Windows SharePoint Services 3.0 list or the display name of the list.</param>
      <param name="listItem">An integer that represents the Windows SharePoint Services 3.0 list item in a specified list.</param>
      <param name="fieldName">A string that represents the name of the field in the list from which you want to retrieve a string value.</param>
    </member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.Helper.MinimumSharePointDate"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.Helper.ModifiedBy(Microsoft.SharePoint.WorkflowActions.WorkflowContext,System.String,Microsoft.SharePoint.Workflow.SPItemKey,System.String)"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.Helper.ModifiedBy(Microsoft.SharePoint.WorkflowActions.WorkflowContext,System.String,System.Int32,System.String)">
      <summary>Verifies that a specific user was the last person to modify a list item.</summary>
      <returns>true if the logon name matches the value of the Editor field; otherwise the value is false.</returns>
      <param name="context">WorkflowContext object that contains properties that are associated with the active workflow instance.</param>
      <param name="listId">A string that represents the GUID of the Windows SharePoint Services 3.0 list identifier (ID). May also be the display name of the list.</param>
      <param name="listItem">An integer that represents the Windows SharePoint Services 3.0 list item in a specified list.</param>
      <param name="name">A string that represents the logon name of the user who must be verified.</param>
    </member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.Helper.ModifiedInRange(Microsoft.SharePoint.WorkflowActions.WorkflowContext,System.String,Microsoft.SharePoint.Workflow.SPItemKey,System.DateTime,System.DateTime)"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.Helper.ModifiedInRange(Microsoft.SharePoint.WorkflowActions.WorkflowContext,System.String,System.Int32,System.DateTime,System.DateTime)">
      <summary>Verifies whether a Windows SharePoint Services 3.0 list item has been modified within a specified date range.</summary>
      <returns>true if the modified date falls within the specified date range; otherwise the value is false.</returns>
      <param name="context">WorkflowContext object that contains properties that are associated with the active workflow instance.</param>
      <param name="listId">A string that represents the GUID of the Windows SharePoint Services 3.0 list identifier (ID). May also be the display name of the list.</param>
      <param name="listItem">An integer that represents the Windows SharePoint Services 3.0 list item in a specified list.</param>
      <param name="first">A DateTime object that specifies the starting date of the date range.</param>
      <param name="second">A DateTime object that specifies the ending date of the date range.</param>
    </member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.Helper.MultiChoiceCommaSeperated(Microsoft.SharePoint.WorkflowActions.WorkflowContext,System.Object)"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.Helper.MultiDisplayNameSemicolon(Microsoft.SharePoint.WorkflowActions.WorkflowContext,System.Object)"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.Helper.MultiEmailAddressSemicolon(Microsoft.SharePoint.WorkflowActions.WorkflowContext,System.Object)"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.Helper.MultiLoginNameSemicolon(Microsoft.SharePoint.WorkflowActions.WorkflowContext,System.Object)"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.Helper.MultiLookupColumnDataOnly(Microsoft.SharePoint.WorkflowActions.WorkflowContext,System.Object)"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.Helper.MultiLookupIdOnly(Microsoft.SharePoint.WorkflowActions.WorkflowContext,System.Object)"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.Helper.MultiUserIDSemicolon(Microsoft.SharePoint.WorkflowActions.WorkflowContext,System.Object)"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.Helper.NoteAsPlainText(Microsoft.SharePoint.WorkflowActions.WorkflowContext,System.Object)"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.Helper.ProcessStringField(System.String,System.Workflow.ComponentModel.Activity,Microsoft.SharePoint.WorkflowActions.WorkflowContext)">
      <summary>Retrieves a string that represents the value of a specified workflow variable.</summary>
      <returns>The value of the specified workflow variable.</returns>
      <param name="str">A string that contains the name of the variable whose value you are retrieving from the active workflow instance.</param>
      <param name="activity">A workflow activity.</param>
      <param name="context">WorkflowContext object that contains properties that are associated with the active workflow instance.</param>
    </member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.Helper.ResolveToDisplayName(Microsoft.SharePoint.WorkflowActions.WorkflowContext,System.Object)">
      <summary>Retrieves the display name of a user that is contained in a Windows SharePoint Services 3.0 user field.</summary>
      <returns>The display name of the user.</returns>
      <param name="context">WorkflowContext object that contains properties that are associated with the active workflow instance.</param>
      <param name="userNameObj">An object that represents the value of a SPFieldType.User field.</param>
    </member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.Helper.ResolveToEmailName(Microsoft.SharePoint.WorkflowActions.WorkflowContext,System.String)">
      <summary>Retrieves an e-mail name or a list of e-mail names of all users associated with the Windows SharePoint Services 3.0 web object found in the WorkflowContext.Web property.</summary>
      <returns>A list of semicolon delimited e-mail addresses.</returns>
      <param name="context">WorkflowContext object that contains properties that are associated with the active workflow instance.</param>
      <param name="username">A string that represents the user logon name.</param>
    </member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.Helper.ResolveToIDName(Microsoft.SharePoint.WorkflowActions.WorkflowContext,System.Object)"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.Helper.ResolveToUserName(Microsoft.SharePoint.WorkflowActions.WorkflowContext,System.String)">
      <summary>Retrieves the user name of a Windows SharePoint Services 3.0 user when the e-mail address is supplied.</summary>
      <returns>The logon name of the user with the specified e-mail address.</returns>
      <param name="context">
        <paramref name="WorkflowContext" /> object that contains properties that are associated with the active workflow instance.</param>
      <param name="emailAddress">An e-mail address of a specified user.</param>
    </member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.Helper.ResolveUserField(Microsoft.SharePoint.WorkflowActions.WorkflowContext,System.Object)"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.Helper.ResolveUsernameOrNull(Microsoft.SharePoint.WorkflowActions.WorkflowContext,System.String)"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.Helper.SecondsDoubleToDateTime(Microsoft.SharePoint.WorkflowActions.WorkflowContext,System.Object)"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.Helper.SecondsInt32ToDateTime(Microsoft.SharePoint.WorkflowActions.WorkflowContext,System.Object)"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.Helper.SecondsInt64ToDateTime(Microsoft.SharePoint.WorkflowActions.WorkflowContext,System.Object)"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.Helper.TestListItem(Microsoft.SharePoint.WorkflowActions.WorkflowContext,System.Guid,Microsoft.SharePoint.Workflow.SPItemKey,System.String,System.String,System.Object)"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.Helper.TestListItem(Microsoft.SharePoint.WorkflowActions.WorkflowContext,System.Guid,System.Int32,System.String,System.String,System.Object)">
      <summary>Compares a Windows SharePoint Services 3.0 list item field value to a specified value when the list GUID is known. </summary>
      <returns>true if value matches that found in the specified field; otherwise the value is false.</returns>
      <param name="context">
        <paramref name="WorkflowContext" /> object that contains properties that are associated with the active workflow instance.</param>
      <param name="listId">A string that represents the GUID of the Windows SharePoint Services 3.0 list. May also be the display name of the list.</param>
      <param name="listItem">An integer that represents the Windows SharePoint Services 3.0 list item in a specified list.</param>
      <param name="fieldName">A string that contains the name of the field in the list that you want to retrieve for comparison.</param>
      <param name="comparison">A string that represents a comparison operator.</param>
      <param name="value">An object that contains the value to compare with the value found in the specified field.</param>
    </member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.Helper.TestListItem(Microsoft.SharePoint.WorkflowActions.WorkflowContext,System.String,Microsoft.SharePoint.Workflow.SPItemKey,System.String,System.String,System.Object)"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.Helper.TestListItem(Microsoft.SharePoint.WorkflowActions.WorkflowContext,System.String,System.Int32,System.String,System.String,System.Object)">
      <summary>Compares a Windows SharePoint Services 3.0 list item field value to a specified value when the list GUID or name is known. </summary>
      <returns>true if value matches that found in the specified field; otherwise the value is false.</returns>
      <param name="context">
        <paramref name="WorkflowContex" />t object that contains properties that are associated with the active workflow instance.</param>
      <param name="listIdOrName">A string that represents the GUID of the Windows SharePoint Services 3.0 list identifier (ID) or the display name of the list.</param>
      <param name="listItem">An integer that represents the Windows SharePoint Services 3.0 list item in a specified list.</param>
      <param name="fieldName">A string that contains the name of the field in the list that you want to retrieve for comparison.</param>
      <param name="comparison">A string that represents a comparison operator.</param>
      <param name="value">An object that contains the value to compare with the value found in the specified field.</param>
    </member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.Helper.ToBooleanExceptNull(Microsoft.SharePoint.WorkflowActions.WorkflowContext,System.Object)"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.Helper.ToDateTime(Microsoft.SharePoint.WorkflowActions.WorkflowContext,System.Object)"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.Helper.ToDateTimeExceptNull(Microsoft.SharePoint.WorkflowActions.WorkflowContext,System.Object)"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.Helper.ToDouble(Microsoft.SharePoint.WorkflowActions.WorkflowContext,System.Object)">
      <summary>Converts a specified value into a double data type.</summary>
      <returns>The specified value converted to a double data type.</returns>
      <param name="context">
        <paramref name="WorkflowContext" /> object that contains properties that are associated with the active workflow instance.</param>
      <param name="val">An object that contains the value to be converted.</param>
    </member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.Helper.ToDoubleExceptNull(Microsoft.SharePoint.WorkflowActions.WorkflowContext,System.Object)"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.Helper.ToInt32(Microsoft.SharePoint.WorkflowActions.WorkflowContext,System.Object)"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.Helper.ToInt32ExceptNull(Microsoft.SharePoint.WorkflowActions.WorkflowContext,System.Object)"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.Helper.ToSPItemKey(Microsoft.SharePoint.WorkflowActions.WorkflowContext,System.Object)"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.Helper.ToSPItemKeyExceptNull(Microsoft.SharePoint.WorkflowActions.WorkflowContext,System.Object)"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.Helper.ToString(Microsoft.SharePoint.WorkflowActions.WorkflowContext,System.Object)">
      <summary>Converts a specified object into a string data type.</summary>
      <param name="context">
        <paramref name="WorkflowContext" /> object that contains properties that are associated with the active workflow instance.</param>
      <param name="val">An object that contains the value to be converted.</param>
    </member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.Helper.ToStringExceptNull(Microsoft.SharePoint.WorkflowActions.WorkflowContext,System.Object)"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.Helper.URLAsDescriptionText(Microsoft.SharePoint.WorkflowActions.WorkflowContext,System.Object)"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.Helper.URLAsURLText(Microsoft.SharePoint.WorkflowActions.WorkflowContext,System.Object)"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.Helper.UseItemId(Microsoft.SharePoint.WorkflowActions.WorkflowContext,System.Object)"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.Helper.UseItemKey(Microsoft.SharePoint.WorkflowActions.WorkflowContext,System.Object)"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.Helper.UserIDAsInteger(Microsoft.SharePoint.WorkflowActions.WorkflowContext,System.Object)"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.Helper.UserIDAsNumber(Microsoft.SharePoint.WorkflowActions.WorkflowContext,System.Object)"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.Helper.UserIDAsText(Microsoft.SharePoint.WorkflowActions.WorkflowContext,System.Object)"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.Helper.WILookupDateTime(Microsoft.SharePoint.WorkflowActions.WorkflowContext,System.String)"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.Helper.WILookupDateTime(Microsoft.SharePoint.WorkflowActions.WorkflowContext,System.String,Microsoft.SharePoint.Workflow.SPItemKey,System.String)"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.Helper.WILookupDateTime(Microsoft.SharePoint.WorkflowActions.WorkflowContext,System.String,System.Int32,System.String)"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.Helper.WILookupFriendlyString(Microsoft.SharePoint.WorkflowActions.WorkflowContext,System.String)"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.Helper.WILookupFriendlyString(Microsoft.SharePoint.WorkflowActions.WorkflowContext,System.String,Microsoft.SharePoint.Workflow.SPItemKey,System.String)"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.Helper.WILookupFriendlyString(Microsoft.SharePoint.WorkflowActions.WorkflowContext,System.String,System.Int32,System.String)"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.Helper.WILookupString(Microsoft.SharePoint.WorkflowActions.WorkflowContext,System.String)"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.Helper.WILookupString(Microsoft.SharePoint.WorkflowActions.WorkflowContext,System.String,Microsoft.SharePoint.Workflow.SPItemKey,System.String)"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.Helper.WILookupString(Microsoft.SharePoint.WorkflowActions.WorkflowContext,System.String,System.Int32,System.String)"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.Helper.WILookupUser(Microsoft.SharePoint.WorkflowActions.WorkflowContext,System.String)"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.Helper.WILookupUser(Microsoft.SharePoint.WorkflowActions.WorkflowContext,System.String,Microsoft.SharePoint.Workflow.SPItemKey,System.String)"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.Helper.WILookupUser(Microsoft.SharePoint.WorkflowActions.WorkflowContext,System.String,System.Int32,System.String)"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.Helper.WordsInTitle(Microsoft.SharePoint.WorkflowActions.WorkflowContext,System.String,Microsoft.SharePoint.Workflow.SPItemKey,System.String)"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.Helper.WordsInTitle(Microsoft.SharePoint.WorkflowActions.WorkflowContext,System.String,System.Int32,System.String)">
      <summary>Verifies that a word or words are included in the title of a specified Windows SharePoint Services 3.0 list item.</summary>
      <returns>true if the word pattern is contained in the title field; otherwise the value is false.</returns>
      <param name="context">
        <paramref name="WorkflowContext" /> object that contains properties that are associated with the active workflow instance.</param>
      <param name="listId">A string that represents the GUID of the Windows SharePoint Services 3.0 list. May also be the display name of the list.</param>
      <param name="listItem">An integer that represents the Windows SharePoint Services 3.0 list item in a specified list.</param>
      <param name="words">A string that contains the word or group of words to be verified.</param>
    </member>
    <member name="T:Microsoft.SharePoint.WorkflowActions.HPActivityValidator"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.HPActivityValidator.#ctor"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.HPActivityValidator.Validate(System.Workflow.ComponentModel.Compiler.ValidationManager,System.Object)"></member>
    <member name="T:Microsoft.SharePoint.WorkflowActions.HPCompositeActivityValidator"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.HPCompositeActivityValidator.#ctor"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.HPCompositeActivityValidator.Validate(System.Workflow.ComponentModel.Compiler.ValidationManager,System.Object)"></member>
    <member name="T:Microsoft.SharePoint.WorkflowActions.HPSequence"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.HPSequence.#ctor"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.HPSequence.#ctor(System.String)"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.HPSequence.__Context"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.HPSequence.__ContextProperty"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.HPSequence.Cancel(System.Workflow.ComponentModel.ActivityExecutionContext)"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.HPSequence.Execute(System.Workflow.ComponentModel.ActivityExecutionContext)"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.HPSequence.HandleFault(System.Workflow.ComponentModel.ActivityExecutionContext,System.Exception)"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.HPSequence.OnActivityChangeRemove(System.Workflow.ComponentModel.ActivityExecutionContext,System.Workflow.ComponentModel.Activity)"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.HPSequence.OnActivityExecutionContextLoad(System.IServiceProvider)"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.HPSequence.OnActivityExecutionContextUnload(System.IServiceProvider)"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.HPSequence.OnSequenceComplete(System.Workflow.ComponentModel.ActivityExecutionContext)"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.HPSequence.OnWorkflowChangesCompleted(System.Workflow.ComponentModel.ActivityExecutionContext)"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.HPSequence.RunAs"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.HPSequence.RunAsProperty"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.HPSequence.System#Workflow#ComponentModel#IActivityEventListener{T}#OnEvent(System.Object,System.Workflow.ComponentModel.ActivityExecutionStatusChangedEventArgs)"></member>
    <member name="T:Microsoft.SharePoint.WorkflowActions.HPSequenceCompositeActivityValidator"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.HPSequenceCompositeActivityValidator.#ctor"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.HPSequenceCompositeActivityValidator.Validate(System.Workflow.ComponentModel.Compiler.ValidationManager,System.Object)"></member>
    <member name="T:Microsoft.SharePoint.WorkflowActions.HTLookupActivity"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.HTLookupActivity.#ctor"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.HTLookupActivity.__Context"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.HTLookupActivity.__ContextProperty"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.HTLookupActivity.Collection"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.HTLookupActivity.CollectionProperty"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.HTLookupActivity.Execute(System.Workflow.ComponentModel.ActivityExecutionContext)"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.HTLookupActivity.FieldName"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.HTLookupActivity.FieldNameProperty"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.HTLookupActivity.LookupFunction"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.HTLookupActivity.LookupFunctionProperty"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.HTLookupActivity.ReturnValue"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.HTLookupActivity.ReturnValueProperty"></member>
    <member name="T:Microsoft.SharePoint.WorkflowActions.InitializeWorkflow">
      <summary>Initializes a new instance of the workflow.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.InitializeWorkflow.#ctor"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.InitializeWorkflow.InterfaceType">
      <summary>Gets the interface used to implement this activity.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.InitializeWorkflow.MethodName">
      <summary>Gets the name of the interface method this activity invokes.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.InitializeWorkflow.WorkflowId">
      <summary>Gets or sets the workflow ID assigned to the workflow instance by the workflow engine.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.InitializeWorkflow.WorkflowIdProperty">
      <summary>The DependencyProperty object that promotes the <see cref="P:Microsoft.SharePoint.WorkflowActions.InitializeWorkflow.WorkflowId" /> property.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.WorkflowActions.LogToHistoryListActivity">
      <summary>Logs information about the execution of a specified workflow to the workflow history list.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.LogToHistoryListActivity.#ctor">
      <summary>Initializes a new instance of the LogToHistoryListActivity class.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.LogToHistoryListActivity.Duration">
      <summary>Gets or sets the time that it takes for the workflow action to complete.</summary>
      <returns>The amount of time that elapsed during the execution of the workflow action.</returns>
    </member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.LogToHistoryListActivity.DurationProperty">
      <summary>The DependencyProperty object that promotes the <see cref="P:Microsoft.SharePoint.WorkflowActions.LogToHistoryListActivity.Duration" /> property.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.LogToHistoryListActivity.EventId">
      <summary>Gets or sets the type of event that was raised.</summary>
      <returns>An identifier (ID) that represents the type of event that was raised.</returns>
    </member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.LogToHistoryListActivity.EventIdProperty">
      <summary>The DependencyProperty object that promotes the <see cref="P:Microsoft.SharePoint.WorkflowActions.LogToHistoryListActivity.EventId" /> property.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.LogToHistoryListActivity.Execute(System.Workflow.ComponentModel.ActivityExecutionContext)">
      <summary>Called by the workflow run time to execute an activity.</summary>
      <returns>The ActivityExecutionStatus of the workflow task that is running, which determines whether the activity continues to be executed or transitions to the closed state.</returns>
      <param name="context">An ActivityExecutionStatus object that represents the execution environment of an activity.</param>
    </member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.LogToHistoryListActivity.HistoryDescription">
      <summary>Gets or sets the description of the workflow event.</summary>
      <returns>Text that describes the history of the list event.</returns>
    </member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.LogToHistoryListActivity.HistoryDescriptionProperty">
      <summary>The DependencyProperty object that promotes the <see cref="P:Microsoft.SharePoint.WorkflowActions.LogToHistoryListActivity.HistoryDescription" /> property.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.LogToHistoryListActivity.HistoryOutcome">
      <summary>Gets or sets a description of the results of the event.</summary>
      <returns>Text that describes the results of the event.</returns>
    </member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.LogToHistoryListActivity.HistoryOutcomeProperty">
      <summary>The DependencyProperty object that promotes the <see cref="P:Microsoft.SharePoint.WorkflowActions.LogToHistoryListActivity.HistoryOutcome" /> property.</summary>
    </member>
    <member name="E:Microsoft.SharePoint.WorkflowActions.LogToHistoryListActivity.MethodInvoking">
      <summary>An event that occurs immediately before the workflow invokes a specified method.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.LogToHistoryListActivity.MethodInvokingEvent"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.LogToHistoryListActivity.OnMethodInvoking(System.EventArgs)">
      <summary>Provides a hook for derived classes to set ParameterBindings. This method is called immediately before the external method is run.</summary>
      <param name="e">An EventArgs object that contains the data for the MethodInvoking event.</param>
    </member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.LogToHistoryListActivity.OtherData">
      <summary>Gets or sets additional information that the user wants to include in the history list entry.</summary>
      <returns>Text that describes additional data that is included in the event.</returns>
    </member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.LogToHistoryListActivity.OtherDataProperty">
      <summary>The DependencyProperty object that promotes the <see cref="P:Microsoft.SharePoint.WorkflowActions.LogToHistoryListActivity.OtherData" /> property.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.LogToHistoryListActivity.UserId">
      <summary>Gets or sets the identifier (ID) of the Windows SharePoint Services 3.0 user who initiated the workflow action.</summary>
      <returns>An integer that represents a user ID.</returns>
    </member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.LogToHistoryListActivity.UserIdProperty">
      <summary>The DependencyProperty object that promotes the <see cref="P:Microsoft.SharePoint.WorkflowActions.LogToHistoryListActivity.UserId" /> property.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.WorkflowActions.LookupActivity">
      <summary>Looks up data from a list, based on the specified parameters.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.LookupActivity.#ctor"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.LookupActivity.__Context"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.LookupActivity.__ContextProperty"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.LookupActivity.Execute(System.Workflow.ComponentModel.ActivityExecutionContext)">
      <param name="provider"></param>
    </member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.LookupActivity.FieldName"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.LookupActivity.FieldNameProperty"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.LookupActivity.ListId"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.LookupActivity.ListIdProperty"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.LookupActivity.ListItem"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.LookupActivity.ListItemProperty"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.LookupActivity.LookupFunction"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.LookupActivity.LookupFunctionProperty"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.LookupActivity.ReturnValue"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.LookupActivity.ReturnValueProperty"></member>
    <member name="T:Microsoft.SharePoint.WorkflowActions.LookupActivityValidator">
      <summary>Provides the <see cref="T:Microsoft.SharePoint.WorkflowActions.LookupActivity" /> class with a validator that can be used to check for and prevent invalid input values and also to prevent potential unhandled exceptions.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.LookupActivityValidator.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.WorkflowActions.LookupActivityValidator" /> class.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.LookupActivityValidator.Validate(System.Workflow.ComponentModel.Compiler.ValidationManager,System.Object)">
      <summary>Verifies that the specified activity is valid.</summary>
      <returns>A ValidationErrorCollection object that contains a collection of ValidationError objects. Any errors or warnings encountered during the validation of the workflow activity are stored in the collection.</returns>
      <param name="manager">A ValidationManager object that contains contextual information such as property validation, parent and child activity relationships, and so on.</param>
      <param name="obj">The workflow activity that must be validated.</param>
    </member>
    <member name="T:Microsoft.SharePoint.WorkflowActions.MathActivity">
      <summary>Performs simple arithmetic calculations.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.MathActivity.#ctor"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.MathActivity.Execute(System.Workflow.ComponentModel.ActivityExecutionContext)">
      <param name="provider"></param>
    </member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.MathActivity.Operand1"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.MathActivity.Operand1Property"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.MathActivity.Operand2"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.MathActivity.Operand2Property"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.MathActivity.Operator"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.MathActivity.OperatorProperty"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.MathActivity.ValueType"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.MathActivity.Variable"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.MathActivity.VariableProperty"></member>
    <member name="T:Microsoft.SharePoint.WorkflowActions.MathActivityValidator">
      <summary>Provides the <see cref="T:Microsoft.SharePoint.WorkflowActions.MathActivity" /> class with a validator that can be used to check for and prevent invalid input values and also to prevent potential unhandled exceptions.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.MathActivityValidator.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.WorkflowActions.MathActivityValidator" /> class.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.MathActivityValidator.Validate(System.Workflow.ComponentModel.Compiler.ValidationManager,System.Object)">
      <summary>Verifies that the specified activity is valid.</summary>
      <returns>A ValidationErrorCollection object that contains a collection of ValidationError objects. Any errors or warnings encountered during the validation of the workflow activity are stored in the collection.</returns>
      <param name="manager">A ValidationManager object that contains contextual information such as property validation, parent and child activity relationships, and so on.</param>
      <param name="obj">The workflow activity that must be validated.</param>
    </member>
    <member name="T:Microsoft.SharePoint.WorkflowActions.NoHPActivityValidator"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.NoHPActivityValidator.#ctor"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.NoHPActivityValidator.Validate(System.Workflow.ComponentModel.Compiler.ValidationManager,System.Object)"></member>
    <member name="T:Microsoft.SharePoint.WorkflowActions.NoHPCompositeActivityValidator"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.NoHPCompositeActivityValidator.#ctor"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.NoHPCompositeActivityValidator.Validate(System.Workflow.ComponentModel.Compiler.ValidationManager,System.Object)"></member>
    <member name="T:Microsoft.SharePoint.WorkflowActions.OnTaskChanged">
      <summary>Responds to the event Windows SharePoint Services raises when a task associated with the workflow is modified.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.OnTaskChanged.#ctor"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.OnTaskChanged.AfterProperties">
      <summary>Gets or sets an <see cref="T:Microsoft.SharePoint.Workflow.SPWorkflowTaskProperties" /> object that contains the current task property values for any properties that were updated. This includes custom data stored in the Hashtable object returned by the <see cref="P:Microsoft.SharePoint.Workflow.SPWorkflowTaskProperties.ExtendedProperties" /> property.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.OnTaskChanged.AfterPropertiesProperty">
      <summary>The DependencyProperty object that promotes the <see cref="P:Microsoft.SharePoint.WorkflowActions.OnTaskChanged.AfterProperties" /> property.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.OnTaskChanged.BeforeProperties">
      <summary>Gets or sets an <see cref="T:Microsoft.SharePoint.Workflow.SPWorkflowTaskProperties" /> object that contains the previous task property values for any properties that were updated. This includes custom data stored in the Hashtable object returned by the <see cref="P:Microsoft.SharePoint.Workflow.SPWorkflowTaskProperties.ExtendedProperties" /> property.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.OnTaskChanged.BeforePropertiesProperty">
      <summary>The DependencyProperty object that promotes the <see cref="P:Microsoft.SharePoint.WorkflowActions.OnTaskChanged.BeforeProperties" /> property.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.OnTaskChanged.EventName">
      <summary>Returns the method that invokes this activity.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.OnTaskChanged.Executor">
      <summary>Gets and sets the user ID of the user who executed the event.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.OnTaskChanged.ExecutorProperty">
      <summary>The DependencyProperty object that promotes the <see cref="P:Microsoft.SharePoint.WorkflowActions.OnTaskChanged.Executor" /> property.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.OnTaskChanged.InterfaceType">
      <summary>Returns the interface type used to implement this activity.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.OnTaskChanged.TaskId">
      <summary>Gets or sets the task ID of the task that was updated.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.OnTaskChanged.TaskIdProperty">
      <summary>The DependencyProperty object that promotes the <see cref="P:Microsoft.SharePoint.WorkflowActions.OnTaskChanged.TaskId" /> property.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.WorkflowActions.OnTaskCreated">
      <summary>Responds to the event Windows SharePoint Services raises when a task associated with the workflow is created.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.OnTaskCreated.#ctor"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.OnTaskCreated.AfterProperties">
      <summary>Gets and sets an <see cref="T:Microsoft.SharePoint.Workflow.SPWorkflowTaskProperties" /> object that contains the task properties for the task created.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.OnTaskCreated.AfterPropertiesProperty">
      <summary>The DependencyProperty object that promotes the <see cref="P:Microsoft.SharePoint.WorkflowActions.OnTaskCreated.AfterProperties" /> property.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.OnTaskCreated.EventName">
      <summary>Specifies the event that invokes this activity. </summary>
    </member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.OnTaskCreated.Executor">
      <summary>Gets or sets the user ID of the user who executed the event.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.OnTaskCreated.ExecutorProperty">
      <summary>The DependencyProperty object that promotes the <see cref="P:Microsoft.SharePoint.WorkflowActions.OnTaskCreated.Executor" /> property.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.OnTaskCreated.InterfaceType">
      <summary>Specifies the interface used to implement this activity.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.OnTaskCreated.TaskId">
      <summary>Gets or sets the GUID of the SharePoint task that was created.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.OnTaskCreated.TaskIdProperty">
      <summary>The DependencyProperty object that promotes the <see cref="P:Microsoft.SharePoint.WorkflowActions.OnTaskCreated.TaskId" /> property.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.WorkflowActions.OnTaskDeleted">
      <summary>Responds to the event Windows SharePoint Services raises when a task associated with the workflow is deleted.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.OnTaskDeleted.#ctor"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.OnTaskDeleted.AfterProperties">
      <summary>Gets or sets an <see cref="T:Microsoft.SharePoint.Workflow.SPWorkflowTaskProperties" /> object that contains the current task property values for any properties that were deleted. This includes custom data stored in the Hashtable object returned by the <see cref="P:Microsoft.SharePoint.Workflow.SPWorkflowTaskProperties.ExtendedProperties" /> property.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.OnTaskDeleted.AfterPropertiesProperty">
      <summary>The DependencyProperty object that promotes the <see cref="P:Microsoft.SharePoint.WorkflowActions.OnTaskDeleted.AfterProperties" /> property.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.OnTaskDeleted.EventName">
      <summary>Gets the event that invokes this activity.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.OnTaskDeleted.Executor">
      <summary>Gets or sets the user ID of the user who executed the event.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.OnTaskDeleted.ExecutorProperty">
      <summary>The DependencyProperty object that promotes the <see cref="P:Microsoft.SharePoint.WorkflowActions.OnTaskDeleted.Executor" /> property.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.OnTaskDeleted.InterfaceType">
      <summary>Gets the interface used to implement this activity.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.OnTaskDeleted.TaskId">
      <summary>Gets or sets the task ID of the task that was deleted.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.OnTaskDeleted.TaskIdProperty">
      <summary>The DependencyProperty object that promotes the <see cref="P:Microsoft.SharePoint.WorkflowActions.OnTaskDeleted.TaskId" /> property.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.WorkflowActions.OnWorkflowActivated">
      <summary>Responds to the event Windows SharePoint Services raises when a new workflow instance is initiated for an item. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.OnWorkflowActivated.#ctor"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.OnWorkflowActivated.InterfaceType">
      <summary>Gets the interface used to implement the activity. </summary>
    </member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.OnWorkflowActivated.WorkflowId">
      <summary>Returns the GUID that the workflow engine assigns to this workflow instance upon initiation. </summary>
    </member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.OnWorkflowActivated.WorkflowIdProperty">
      <summary>The DependencyProperty object that promotes the <see cref="P:Microsoft.SharePoint.WorkflowActions.OnWorkflowActivated.WorkflowId" /> property.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.OnWorkflowActivated.WorkflowProperties">
      <summary>Gets or sets an <see cref="T:Microsoft.SharePoint.Workflow.SPWorkflowActivationProperties" /> object that represents the initial properties of the workflow as it starts, such as the user who added the workflow, and the list and item to which the workflow was added.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.OnWorkflowActivated.WorkflowPropertiesProperty">
      <summary>The DependencyProperty object that promotes the <see cref="P:Microsoft.SharePoint.WorkflowActions.OnWorkflowActivated.WorkflowProperties" /> property.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.WorkflowActions.OnWorkflowItemChanged">
      <summary>Occurs when a change is made to a workflow, either through the user interface or programmatically.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.OnWorkflowItemChanged.#ctor">
      <summary>Initializes a new instance of the OnWorkflowItemChanged class.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.OnWorkflowItemChanged.AfterProperties">
      <summary>Gets or sets properties of the workflow item after a change has occurred.</summary>
      <returns>A list of workflow properties.</returns>
    </member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.OnWorkflowItemChanged.AfterPropertiesProperty">
      <summary>The DependencyProperty object that promotes the <see cref="P:Microsoft.SharePoint.WorkflowActions.OnWorkflowItemChanged.AfterProperties" /> property.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.OnWorkflowItemChanged.BeforeProperties">
      <summary>Gets or sets properties of the workflow item before a change has occurred.</summary>
      <returns>A list of workflow properties.</returns>
    </member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.OnWorkflowItemChanged.BeforePropertiesProperty">
      <summary>The DependencyProperty object that promotes the <see cref="P:Microsoft.SharePoint.WorkflowActions.OnWorkflowItemChanged.BeforeProperties" /> property.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.OnWorkflowItemChanged.EventName">
      <summary>Gets the name of the event that invokes this activity.</summary>
      <returns>The name of the invoking event.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.OnWorkflowItemChanged.InterfaceType">
      <summary>Gets the interface that is used to implement this activity.</summary>
      <returns>The type of interface that is used to implement the activity.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.OnWorkflowItemChanged.WorkflowId">
      <summary>Gets or sets the workflow identifier (ID) that is assigned to the workflow instance by the workflow engine when the workflow is initiated. </summary>
      <returns>The WorkflowId identifier.</returns>
    </member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.OnWorkflowItemChanged.WorkflowIdProperty">
      <summary>The DependencyProperty object that promotes the <see cref="P:Microsoft.SharePoint.WorkflowActions.OnWorkflowItemChanged.WorkflowId" /> property.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.WorkflowActions.OnWorkflowItemDeleted">
      <summary>Responds to the event Windows SharePoint Services raises when a workflow item is deleted.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.OnWorkflowItemDeleted.#ctor"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.OnWorkflowItemDeleted.AfterProperties"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.OnWorkflowItemDeleted.AfterPropertiesProperty">
      <summary>The DependencyProperty object that promotes the <see cref="P:Microsoft.SharePoint.WorkflowActions.OnWorkflowItemDeleted.AfterProperties" /> property.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.OnWorkflowItemDeleted.BeforeProperties"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.OnWorkflowItemDeleted.BeforePropertiesProperty">
      <summary>The DependencyProperty object that promotes the <see cref="P:Microsoft.SharePoint.WorkflowActions.OnWorkflowItemDeleted.BeforeProperties" /> property.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.OnWorkflowItemDeleted.EventName">
      <summary>Gets the name of the event that invokes the activity.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.OnWorkflowItemDeleted.InterfaceType">
      <summary>Gets the interface used to implement this activity.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.OnWorkflowItemDeleted.WorkflowId">
      <summary>Gets or sets the workflow ID assigned to the workflow instance by the workflow engine upon workflow initiation.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.OnWorkflowItemDeleted.WorkflowIdProperty">
      <summary>The DependencyProperty object that promotes the <see cref="P:Microsoft.SharePoint.WorkflowActions.OnWorkflowItemDeleted.WorkflowId" /> property.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.WorkflowActions.OnWorkflowModified">
      <summary>Responds to the event Windows SharePoint Services raises when a user submits a workflow modification form.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.OnWorkflowModified.#ctor"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.OnWorkflowModified.ContextData">
      <summary>Gets or sets the context data the user submitted using the modification form.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.OnWorkflowModified.ContextDataProperty">
      <summary>The DependencyProperty object that promotes the <see cref="P:Microsoft.SharePoint.WorkflowActions.OnWorkflowModified.ContextData" /> property.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.OnWorkflowModified.EventName">
      <summary>Returns the event that invokes this activity.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.OnWorkflowModified.InterfaceType">
      <summary>Gets the interface type used to implement the activity.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.OnWorkflowModified.ModificationId">
      <summary>Gets or sets the modification ID of the workflow modification form.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.OnWorkflowModified.ModificationIdProperty">
      <summary>The DependencyProperty object that promotes the <see cref="P:Microsoft.SharePoint.WorkflowActions.OnWorkflowModified.ModificationId" /> property.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.OnWorkflowModified.User">
      <summary>Gets or sets the login name of the Windows SharePoint Services user who submitted the workflow form information.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.OnWorkflowModified.UserProperty">
      <summary>The DependencyProperty object that promotes the <see cref="P:Microsoft.SharePoint.WorkflowActions.OnWorkflowModified.User" /> property.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.WorkflowActions.PersistOnCloseActivity"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.PersistOnCloseActivity.#ctor"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.PersistOnCloseActivity.Execute(System.Workflow.ComponentModel.ActivityExecutionContext)"></member>
    <member name="T:Microsoft.SharePoint.WorkflowActions.RollbackTask">
      <summary>Rolls a workflow task back to its last accepted state.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.RollbackTask.#ctor">
      <summary>Initializes a new instance of the RollbackTask class.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.RollbackTask.InterfaceType">
      <summary>Gets the name of the declaring interface of the external method that is used to implement this activity.</summary>
      <returns>An InterfaceType object.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.RollbackTask.MethodName">
      <summary>Gets the name of the method that is called by this activity.</summary>
      <returns>The method name that is executed by the activity.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.RollbackTask.Reason">
      <summary>Gets or sets the text that can be used to log the reason why the workflow task was rolled back.</summary>
      <returns>The text that contains the reason that the workflow task was rolled back. </returns>
    </member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.RollbackTask.ReasonProperty">
      <summary>The DependencyProperty object that promotes the <see cref="P:Microsoft.SharePoint.WorkflowActions.RollbackTask.Reason" /> property.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.RollbackTask.TaskId">
      <summary>Gets or sets the identifier (ID) of the task to roll back.</summary>
      <returns>The internal ID of the Windows SharePoint Services 3.0 task list item. This ID is expressed as a GUID.</returns>
    </member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.RollbackTask.TaskIdProperty">
      <summary>The DependencyProperty object that promotes the P:Microsoft.SharePoint.WorkflowActions.RollbackTask.TaskId property.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.WorkflowActions.RootWorkflowActivityWithData">
      <summary>Receives and processes a member of the <see cref="WorkflowDataFieldsCollection" /> class as provided in the <see cref="WorkflowFields" /> property.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.RootWorkflowActivityWithData.#ctor">
      <summary>Initializes a new instance of the RootWorkflowActivityWithData class.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.RootWorkflowActivityWithData.HandleFault(System.Workflow.ComponentModel.ActivityExecutionContext,System.Exception)">
      <summary>Called when an exception is raised during the execution of the active workflow instance.</summary>
      <returns>The ActivityExecutionStatus that results from an attempt to cancel this instance of the workflow.</returns>
      <param name="executionContext">The ActivityExecutionContext that applies to this instance of the workflow.</param>
      <param name="exception">The exception that caused this fault.</param>
    </member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.RootWorkflowActivityWithData.WorkflowFields">
      <summary>Contains a collection of the name and value pairs of workflow fields that the workflow activity can use at run time. </summary>
      <returns>A collection of WorkflowDataFields.</returns>
    </member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.RootWorkflowActivityWithData.WorkflowFieldsProperty">
      <summary>The DependencyProperty object that promotes the WorkflowFields property.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.WorkflowActions.RootWorkflowActivityWithDataCodeDomSerializer">
      <summary>Serializes a root workflow activity to a new type.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.RootWorkflowActivityWithDataCodeDomSerializer.#ctor">
      <summary>Initializes a new instance of the RootWorkflowActivityWithDataCodeDomSerializer.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.RootWorkflowActivityWithDataCodeDomSerializer.Deserialize(System.ComponentModel.Design.Serialization.IDesignerSerializationManager,System.CodeDom.CodeTypeDeclaration)">
      <param name="manager"></param>
      <param name="declaration"></param>
    </member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.RootWorkflowActivityWithDataCodeDomSerializer.Serialize(System.ComponentModel.Design.Serialization.IDesignerSerializationManager,System.Object,System.Collections.ICollection)">
      <param name="manager"></param>
      <param name="obj"></param>
      <param name="members"></param>
    </member>
    <member name="T:Microsoft.SharePoint.WorkflowActions.SendEmail">
      <summary>Creates and sends an e-mail message to the specified users.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.SendEmail.#ctor"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.SendEmail.BCC">
      <summary>Gets or sets the users to blind carbon copy (BCC) on the e-mail message.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.SendEmail.BCCProperty">
      <summary>The DependencyProperty object that promotes the <see cref="P:Microsoft.SharePoint.WorkflowActions.SendEmail.BCC" /> property.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.SendEmail.Body">
      <summary>Gets or sets the body text of the e-mail message.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.SendEmail.BodyProperty">
      <summary>The DependencyProperty object that promotes the <see cref="P:Microsoft.SharePoint.WorkflowActions.SendEmail.Body" /> property.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.SendEmail.CC">
      <summary>Gets or sets the users to carbon copy (CC) on the e-mail message.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.SendEmail.CCProperty">
      <summary>The DependencyProperty object that promotes the <see cref="P:Microsoft.SharePoint.WorkflowActions.SendEmail.CC" /> property.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.SendEmail.From">
      <summary>Gets or sets the user on whose behalf the e-mail message is sent.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.SendEmail.FromProperty">
      <summary>The DependencyProperty object that promotes the <see cref="P:Microsoft.SharePoint.WorkflowActions.SendEmail.From" /> property.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.SendEmail.Headers">
      <summary>Gets or sets the e-mail message headers.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.SendEmail.HeadersProperty">
      <summary>The DependencyProperty object that promotes the <see cref="P:Microsoft.SharePoint.WorkflowActions.SendEmail.Headers" /> property.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.SendEmail.IncludeStatus">
      <summary>Gets or sets whether to include information about the workflow status in the body of the e-mail message.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.SendEmail.IncludeStatusProperty">
      <summary>The DependencyProperty object that promotes the <see cref="P:Microsoft.SharePoint.WorkflowActions.SendEmail.IncludeStatus" /> property.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.SendEmail.InterfaceType">
      <summary>Returns the interface used to implement the activity.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.SendEmail.MethodName">
      <summary>Returns the interface method invoked by this activity.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.SendEmail.Subject">
      <summary>Gets or sets the subject line of the e-mail message.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.SendEmail.SubjectProperty">
      <summary>The DependencyProperty object that promotes the <see cref="P:Microsoft.SharePoint.WorkflowActions.SendEmail.Subject" /> property.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.SendEmail.To">
      <summary>Gets or sets the user to send the e-mail message to.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.SendEmail.ToProperty">
      <summary>The DependencyProperty object that promotes the <see cref="P:Microsoft.SharePoint.WorkflowActions.SendEmail.To" /> property.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.SendEmail.WorkflowId">
      <summary>Gets or sets the workflow ID of the workflow instance.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.SendEmail.WorkflowIdProperty">
      <summary>The DependencyProperty object that promotes the <see cref="P:Microsoft.SharePoint.WorkflowActions.SendEmail.WorkflowId" /> property.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.WorkflowActions.SetCustomWorkflowStatus"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.SetCustomWorkflowStatus.#ctor"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.SetCustomWorkflowStatus.WorkflowStatus"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.SetCustomWorkflowStatus.WorkflowStatusProperty"></member>
    <member name="T:Microsoft.SharePoint.WorkflowActions.SetFieldActivity">
      <summary>Sets the specified list field to the specified value.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.SetFieldActivity.#ctor"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.SetFieldActivity.__Context"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.SetFieldActivity.__ContextProperty"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.SetFieldActivity.__ListId"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.SetFieldActivity.__ListIdProperty"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.SetFieldActivity.__ListItem"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.SetFieldActivity.__ListItemProperty"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.SetFieldActivity.Execute(System.Workflow.ComponentModel.ActivityExecutionContext)">
      <param name="provider"></param>
    </member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.SetFieldActivity.FieldName"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.SetFieldActivity.FieldNameProperty"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.SetFieldActivity.Value"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.SetFieldActivity.ValueProperty"></member>
    <member name="T:Microsoft.SharePoint.WorkflowActions.SetFieldActivityValidator">
      <summary>Provides the <see cref="T:Microsoft.SharePoint.WorkflowActions.SetFieldActivityValidator" /> class with a validator that can be used to check for and prevent invalid input values and also to prevent potential unhandled exceptions.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.SetFieldActivityValidator.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.WorkflowActions.SetFieldActivityValidator" /> class.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.SetFieldActivityValidator.Validate(System.Workflow.ComponentModel.Compiler.ValidationManager,System.Object)">
      <summary>Verifies that the specified activity is valid.</summary>
      <returns>A ValidationErrorCollection object that contains a collection of ValidationError objects. Any errors or warnings encountered during the validation of the workflow activity are stored in the collection.</returns>
      <param name="manager">A ValidationManager object that contains contextual information such as property validation, parent and child activity relationships, and so on.</param>
      <param name="obj">The workflow activity that must be validated.</param>
    </member>
    <member name="T:Microsoft.SharePoint.WorkflowActions.SetModerationStatusActivity">
      <summary>Changes the Content Approval status or a list or document library item.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.SetModerationStatusActivity.#ctor"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.SetModerationStatusActivity.__Context"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.SetModerationStatusActivity.__ContextProperty"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.SetModerationStatusActivity.__ListId"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.SetModerationStatusActivity.__ListIdProperty"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.SetModerationStatusActivity.__ListItem"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.SetModerationStatusActivity.__ListItemProperty"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.SetModerationStatusActivity.Comments"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.SetModerationStatusActivity.CommentsProperty"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.SetModerationStatusActivity.Execute(System.Workflow.ComponentModel.ActivityExecutionContext)">
      <param name="provider"></param>
    </member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.SetModerationStatusActivity.ModerationStatus"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.SetModerationStatusActivity.ModerationStatusProperty"></member>
    <member name="T:Microsoft.SharePoint.WorkflowActions.SetState">
      <summary>Sets the status of the workflow.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.SetState.#ctor"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.SetState.Index"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.SetState.IndexProperty">
      <summary>The DependencyProperty object that promotes the <see cref="P:Microsoft.SharePoint.WorkflowActions.SetState.Index" /> property.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.SetState.InterfaceType">
      <summary>Returns the interface that this activity implements.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.SetState.MethodName">
      <summary>Returns the interface method that this activity implements.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.SetState.State">
      <summary>Specifies the status to set the workflow to.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.SetState.StateProperty">
      <summary>The DependencyProperty object that promotes the <see cref="P:Microsoft.SharePoint.WorkflowActions.SetState.State" /> property.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.SetState.WorkflowId">
      <summary>Gets or sets the workflow ID assigned to the workflow instance by the workflow engine when it initiated the workflow instance.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.SetState.WorkflowIdProperty">
      <summary>The DependencyProperty object that promotes the <see cref="P:Microsoft.SharePoint.WorkflowActions.SetState.WorkflowId" /> property.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.WorkflowActions.SetTimeFieldActivity">
      <summary>Sets the time portion of a DateTime object.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.SetTimeFieldActivity.#ctor"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.SetTimeFieldActivity.__Context"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.SetTimeFieldActivity.__ContextProperty"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.SetTimeFieldActivity.DateValue"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.SetTimeFieldActivity.DateValueProperty"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.SetTimeFieldActivity.DateVariable"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.SetTimeFieldActivity.DateVariableProperty"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.SetTimeFieldActivity.Execute(System.Workflow.ComponentModel.ActivityExecutionContext)">
      <param name="provider"></param>
    </member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.SetTimeFieldActivity.Hours"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.SetTimeFieldActivity.HoursProperty"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.SetTimeFieldActivity.Minutes"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.SetTimeFieldActivity.MinutesProperty"></member>
    <member name="T:Microsoft.SharePoint.WorkflowActions.SetTimeFieldActivityValidator">
      <summary>Provides the <see cref="T:Microsoft.SharePoint.WorkflowActions.SetTimeFieldActivity" /> class with a validator that can be used to check for and prevent invalid input values and also to prevent potential unhandled exceptions.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.SetTimeFieldActivityValidator.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.WorkflowActions.SetTimeFieldActivityValidator" /> class.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.SetTimeFieldActivityValidator.Validate(System.Workflow.ComponentModel.Compiler.ValidationManager,System.Object)">
      <summary>Verifies that the specified activity is valid.</summary>
      <returns>A ValidationErrorCollection object that contains a collection of ValidationError objects. Any errors or warnings encountered during the validation of the workflow activity are stored in the collection.</returns>
      <param name="manager">A ValidationManager object that contains contextual information such as property validation, parent and child activity relationships, and so on.</param>
      <param name="obj">The workflow activity that must be validated.</param>
    </member>
    <member name="T:Microsoft.SharePoint.WorkflowActions.SetVariableActivity">
      <summary>Sets a workflow variable to the specified value.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.SetVariableActivity.#ctor"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.SetVariableActivity.Execute(System.Workflow.ComponentModel.ActivityExecutionContext)">
      <param name="provider"></param>
    </member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.SetVariableActivity.Value"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.SetVariableActivity.ValueProperty"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.SetVariableActivity.ValueType"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.SetVariableActivity.Variable"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.SetVariableActivity.VariableProperty"></member>
    <member name="T:Microsoft.SharePoint.WorkflowActions.SetVariableActivityValidator">
      <summary>Provides the <see cref="T:Microsoft.SharePoint.WorkflowActions.SetVariableActivity" /> class with a validator that can be used to check for and prevent invalid input values and also to prevent potential unhandled exceptions.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.SetVariableActivityValidator.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.WorkflowActions.SetVariableActivityValidator" /> class.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.SetVariableActivityValidator.Validate(System.Workflow.ComponentModel.Compiler.ValidationManager,System.Object)">
      <summary>Verifies that the specified activity is valid.</summary>
      <returns>A ValidationErrorCollection object that contains a collection of ValidationError objects. Any errors or warnings encountered during the validation of the workflow activity are stored in the collection.</returns>
      <param name="manager">A ValidationManager object that contains contextual information such as property validation, parent and child activity relationships, and so on.</param>
      <param name="obj">The workflow activity that must be validated.</param>
    </member>
    <member name="T:Microsoft.SharePoint.WorkflowActions.SharePointSequentialWorkflowActivity">
      <summary>Represents a Windows SharePoint Services 3.0 workflow that executes activities sequentially.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.SharePointSequentialWorkflowActivity.#ctor">
      <summary>Initializes a new instance of the SharePointSequentialWorkflowActivity class.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.WorkflowActions.SharePointSequentialWorkflowDesigner">
      <summary>Exposes the properties and methods of the SequentialWorfklowRootDesigner base class to Windows SharePoint Services.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.SharePointSequentialWorkflowDesigner.#ctor">
      <summary>Initializes a new instance of the SharePointSequentialWorkflowDesigner class.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.SharePointSequentialWorkflowDesigner.Initialize(System.Workflow.ComponentModel.Activity)">
      <summary>Initializes the designer with the specified activity</summary>
      <param name="activity">The workflow Activity object that is used to initialize the designer.</param>
    </member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.SharePointSequentialWorkflowDesigner.IsSupportedActivityType(System.Type)">
      <summary>Returns a value that indicates whether the specified activity type is supported if the activity designer is a root designer.</summary>
      <returns>true if <paramref name="activity type" /> is a supported activity; otherwise, the value is false.</returns>
      <param name="activityType">The type of the activity to check.</param>
    </member>
    <member name="T:Microsoft.SharePoint.WorkflowActions.SPUserCodeWorkflowActivity"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.SPUserCodeWorkflowActivity.#ctor"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.SPUserCodeWorkflowActivity.__Context"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.SPUserCodeWorkflowActivity.__ContextProperty"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.SPUserCodeWorkflowActivity.AssemblyName"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.SPUserCodeWorkflowActivity.AssemblyNameProperty"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.SPUserCodeWorkflowActivity.ClassName"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.SPUserCodeWorkflowActivity.ClassNameProperty"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.SPUserCodeWorkflowActivity.Execute(System.Workflow.ComponentModel.ActivityExecutionContext)"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.SPUserCodeWorkflowActivity.FunctionName"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.SPUserCodeWorkflowActivity.FunctionNameProperty"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.SPUserCodeWorkflowActivity.ParameterBindings"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.SPUserCodeWorkflowActivity.ParameterBindingsProperty"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.SPUserCodeWorkflowActivity.SolutionId"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.SPUserCodeWorkflowActivity.SolutionIdProperty"></member>
    <member name="T:Microsoft.SharePoint.WorkflowActions.SPUserCodeWorkflowActivityValidator"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.SPUserCodeWorkflowActivityValidator.#ctor"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.SPUserCodeWorkflowActivityValidator.Validate(System.Workflow.ComponentModel.Compiler.ValidationManager,System.Object)"></member>
    <member name="T:Microsoft.SharePoint.WorkflowActions.SubmitFileActivity"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.SubmitFileActivity.#ctor"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.SubmitFileActivity.__Context"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.SubmitFileActivity.__ContextProperty"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.SubmitFileActivity.__ListId"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.SubmitFileActivity.__ListIdProperty"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.SubmitFileActivity.__ListItem"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.SubmitFileActivity.__ListItemProperty"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.SubmitFileActivity.Action"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.SubmitFileActivity.ActionProperty"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.SubmitFileActivity.Destination"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.SubmitFileActivity.DestinationProperty"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.SubmitFileActivity.Execute(System.Workflow.ComponentModel.ActivityExecutionContext)"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.SubmitFileActivity.Explanation"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.SubmitFileActivity.ExplanationProperty"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.SubmitFileActivity.ReturnResult"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.SubmitFileActivity.ReturnResultProperty"></member>
    <member name="T:Microsoft.SharePoint.WorkflowActions.TodoItemTask">
      <summary>Assigns a simple to do task to users in parallel.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.TodoItemTask.#ctor"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.TodoItemTask.__Context"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.TodoItemTask.__ContextProperty"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.TodoItemTask.AssignedTo"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.TodoItemTask.AssignedToProperty"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.TodoItemTask.ContentTypeId"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.TodoItemTask.ContentTypeIdProperty"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.TodoItemTask.Title"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.TodoItemTask.TitleProperty"></member>
    <member name="T:Microsoft.SharePoint.WorkflowActions.UndoCheckOutItemActivity">
      <summary>Undoes the check-out of a document from its document library.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.UndoCheckOutItemActivity.#ctor"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.UndoCheckOutItemActivity.__Context"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.UndoCheckOutItemActivity.__ContextProperty"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.UndoCheckOutItemActivity.Execute(System.Workflow.ComponentModel.ActivityExecutionContext)">
      <param name="context"></param>
    </member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.UndoCheckOutItemActivity.ListId"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.UndoCheckOutItemActivity.ListIdProperty"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.UndoCheckOutItemActivity.ListItem"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.UndoCheckOutItemActivity.ListItemProperty"></member>
    <member name="T:Microsoft.SharePoint.WorkflowActions.UndoCheckOutItemActivityValidator">
      <summary>Provides the <see cref="T:Microsoft.SharePoint.WorkflowActions.UndoCheckOutItemActivity" /> class with a validator that can be used to check for and prevent invalid input values and also to prevent potential unhandled exceptions.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.UndoCheckOutItemActivityValidator.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.WorkflowActions.UndoCheckOutItemActivityValidator" /> class.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.UndoCheckOutItemActivityValidator.Validate(System.Workflow.ComponentModel.Compiler.ValidationManager,System.Object)">
      <summary>Verifies that the specified activity is valid.</summary>
      <returns>A ValidationErrorCollection object that contains a collection of ValidationError objects. Any errors or warnings encountered during the validation of the workflow activity are  stored in the collection.</returns>
      <param name="manager">A ValidationManager object that contains contextual information such as property validation, parent and child activity relationships, and so on.</param>
      <param name="obj">The workflow activity that must be validated.</param>
    </member>
    <member name="T:Microsoft.SharePoint.WorkflowActions.UpdateAllTasks">
      <summary>Updates all uncompleted tasks that are associated with a specified workflow.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.UpdateAllTasks.#ctor">
      <summary>Initializes a new instance of the UpdateAllTasks class.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.UpdateAllTasks.InterfaceType">
      <summary>Gets the name of the interface that is used to implement this activity.</summary>
      <returns>The type of the interface that is used to implement this activity.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.UpdateAllTasks.MethodName">
      <summary>Gets the name of the method that is called by the activity.</summary>
      <returns>The method name that is called by the activity during run time.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.UpdateAllTasks.TaskProperties">
      <summary>Gets or sets workflow task properties.</summary>
      <returns>An SPWorkflowTaskProperties object that contains properties for the workflow task.</returns>
    </member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.UpdateAllTasks.TaskPropertiesProperty">
      <summary>A DependencyProperty object that promotes the <see cref="P:Microsoft.SharePoint.WorkflowActions.UpdateAllTasks.TaskProperties" /> property.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.UpdateAllTasks.WorkflowId">
      <summary>Gets or sets the WorkflowId that has related tasks that must be updated.</summary>
      <returns>The identifier (ID) of the workflow, expressed as a GUID.</returns>
    </member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.UpdateAllTasks.WorkflowIdProperty">
      <summary>The DependencyProperty object that promotes the <see cref="P:Microsoft.SharePoint.WorkflowActions.UpdateAllTasks.WorkflowId" /> property.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.WorkflowActions.UpdateItemActivity">
      <summary>Updates an item is a list or document library.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.UpdateItemActivity.#ctor"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.UpdateItemActivity.__Context"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.UpdateItemActivity.__ContextProperty"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.UpdateItemActivity.Execute(System.Workflow.ComponentModel.ActivityExecutionContext)">
      <param name="provider"></param>
    </member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.UpdateItemActivity.ItemProperties"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.UpdateItemActivity.ItemPropertiesProperty"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.UpdateItemActivity.ListId"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.UpdateItemActivity.ListIdProperty"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.UpdateItemActivity.ListItem"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.UpdateItemActivity.ListItemProperty"></member>
    <member name="T:Microsoft.SharePoint.WorkflowActions.UpdateItemActivityValidator">
      <summary>Provides the <see cref="T:Microsoft.SharePoint.WorkflowActions.UpdateItemActivity" /> class with a validator that can be used to check for and prevent invalid input values and also to prevent potential unhandled exceptions.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.UpdateItemActivityValidator.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.WorkflowActions.UpdateItemActivityValidator" /> class.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.UpdateItemActivityValidator.Validate(System.Workflow.ComponentModel.Compiler.ValidationManager,System.Object)">
      <summary>Verifies that the specified activity is valid.</summary>
      <returns>A ValidationErrorCollection object that contains a collection of ValidationError objects. Any errors or warnings encountered during the validation of the workflow activity are stored in the collection.</returns>
      <param name="manager">A ValidationManager object that contains contextual information such as property validation, parent and child activity relationships, and so on.</param>
      <param name="obj">The workflow activity that must be validated.</param>
    </member>
    <member name="T:Microsoft.SharePoint.WorkflowActions.UpdateTask">
      <summary>Updates the specified properties of a task.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.UpdateTask.#ctor"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.UpdateTask.InterfaceType">
      <summary>Gets the name of the interface used to implement the activity.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.UpdateTask.MethodName">
      <summary>Gets the name of the interface method this activity implements.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.UpdateTask.TaskId">
      <summary>Gets or sets the task ID assigned to the task by the workflow engine when it was created.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.UpdateTask.TaskIdProperty"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.UpdateTask.TaskProperties">
      <summary>Gets or sets a <see cref="T:Microsoft.SharePoint.Workflow.SPWorkflowTaskProperties" /> object you can use to specify the property values you want to set for the task you are updating.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.UpdateTask.TaskPropertiesProperty"></member>
    <member name="T:Microsoft.SharePoint.WorkflowActions.WaitForActivity">
      <summary>Pauses the workflow until the specified list field equals the specified value.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.WaitForActivity.#ctor"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.WaitForActivity.__Context"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.WaitForActivity.__ContextProperty"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.WaitForActivity.__ListId"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.WaitForActivity.__ListIdProperty"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.WaitForActivity.__ListItem"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.WaitForActivity.__ListItemProperty"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.WaitForActivity._afterProperties"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.WaitForActivity._beforeProperties"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.WaitForActivity._corrWorkflow"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.WaitForActivity._workflowId"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.WaitForActivity.EnterWaitComment"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.WaitForActivity.ExitWaitComment"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.WaitForActivity.FieldName"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.WaitForActivity.FieldNameProperty"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.WaitForActivity.Operator"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.WaitForActivity.OperatorProperty"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.WaitForActivity.Value"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.WaitForActivity.ValueProperty"></member>
    <member name="T:Microsoft.SharePoint.WorkflowActions.WaitForDocumentUnlockActivity"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.WaitForDocumentUnlockActivity.#ctor"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.WaitForDocumentUnlockActivity.DoUpdate(System.Workflow.ComponentModel.ActivityExecutionContext)"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.WaitForDocumentUnlockActivity.Execute(System.Workflow.ComponentModel.ActivityExecutionContext)"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.WaitForDocumentUnlockActivity.Initialize(Microsoft.SharePoint.WorkflowActions.WorkflowContext,System.Guid,Microsoft.SharePoint.Workflow.SPItemKey)"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.WaitForDocumentUnlockActivity.System#Workflow#ComponentModel#IActivityEventListener{T}#OnEvent(System.Object,System.Workflow.ComponentModel.QueueEventArgs)"></member>
    <member name="T:Microsoft.SharePoint.WorkflowActions.WorkflowCodeTypeReferenceExpression">
      <summary>Represents a reference to a data type.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.WorkflowCodeTypeReferenceExpression.#ctor">
      <summary>Initializes a new instance of the WorkflowCodeTypeReferenceExpression class.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.WorkflowCodeTypeReferenceExpression.#ctor(System.String)">
      <summary>Initializes a new instance of the WorkflowCodeTypeReferenceExpression class with the fully qualified .NET assembly name.</summary>
      <param name="qualifiedName">A string that represents the fully qualified name of the assembly.</param>
    </member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.WorkflowCodeTypeReferenceExpression.#ctor(System.Type)">
      <summary>Initializes a new instance of the WorkflowCodeTypeReferenceExpression class with a specific data type.</summary>
      <param name="type">A .NET data type.</param>
    </member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.WorkflowCodeTypeReferenceExpression.AnalyzeUsage(System.Workflow.Activities.Rules.RuleAnalysis,System.Boolean,System.Boolean,System.Workflow.Activities.Rules.RulePathQualifier)">
      <summary>Used to analyze how the workflow uses fields and properties in the context type.</summary>
      <param name="analysis">The RuleAnalysis method that is used to store fields and properties that are read by a workflow condition or action.</param>
      <param name="isRead">true if the expression is being read from; false if the expression is not being read from.</param>
      <param name="isWritten">true if the expression is written to; false if the expression is not being written to.</param>
      <param name="qualifier">The path of a field or property.</param>
    </member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.WorkflowCodeTypeReferenceExpression.Clone">
      <summary>Creates a deep copy of the current WorkflowCodeTypeReferenceExpression. A deep copy copies both the object and the content of all the pointers included in that object (unlike a "shallow" copy, which is a bitwise copy).</summary>
      <returns>A deep copy of the current WorkflowCodeTypeReferenceExpression.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.WorkflowCodeTypeReferenceExpression.Decompile(System.Text.StringBuilder,System.CodeDom.CodeExpression)">
      <summary>Decompiles the custom expression into string form.</summary>
      <param name="stringBuilder">A mutable string for the decompiled expression. This method must append the decompiled syntax for this subexpression.</param>
      <param name="parentExpression">The parent code expression. This can be used to determine operator precedence and whether this subexpression must be expressed in parentheses.</param>
    </member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.WorkflowCodeTypeReferenceExpression.Evaluate(System.Workflow.Activities.Rules.RuleExecution)">
      <summary>Initiates the evaluation of the WorkflowCodeTypeReferenceExpression.</summary>
      <returns>The RuleExpressionResult that indicates the result of the rule execution.</returns>
      <param name="execution">The RuleExecution that is used to execute the expression.</param>
    </member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.WorkflowCodeTypeReferenceExpression.Match(System.CodeDom.CodeExpression)">
      <summary>Compares the current expression to another expression to determine whether they are equal.</summary>
      <returns>true to show that the expressions are equal; otherwise, the value is false.</returns>
      <param name="expression">The expression that is used to compare to the current expression.</param>
    </member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.WorkflowCodeTypeReferenceExpression.QualifiedName">
      <summary>Gets or sets the fully qualified .NET assembly name.</summary>
      <returns>A fully qualified .NET assembly name.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.WorkflowCodeTypeReferenceExpression.Validate(System.Workflow.Activities.Rules.RuleValidation,System.Boolean)">
      <summary>Verifies that the WorkflowCodeTypeExpression is configured correctly and has no errors.</summary>
      <returns>The RuleExpressionInfo for the expression.</returns>
      <param name="validation">The RuleValidation that is used to manage the validation process.</param>
      <param name="isWritten">true if the expression is being written to; false if the expression is not being written to.</param>
    </member>
    <member name="T:Microsoft.SharePoint.WorkflowActions.WorkflowContext">
      <summary>Provides detailed information about a specified workflow instance.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.WorkflowContext.#ctor">
      <summary>Initializes a new instance of the WorkflowContext class.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.WorkflowContext.AssociationTitle"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.WorkflowContext.AssociatorUser"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.WorkflowContext.CacheFieldValue(Microsoft.SharePoint.SPList,System.Int32,System.String,System.Object)">
      <summary>Field value that is written to the cache before it is committed to the database.</summary>
      <param name="list">An <see cref="SPList" /> object. Specifies the list where the list item whose value is cached resides.</param>
      <param name="listItem">The integer of the list item whose value is cached.</param>
      <param name="fieldname">A string that represents the name of the field that is cached.</param>
      <param name="theval">The value of the specified list, list item, and field that is written to the cache.</param>
    </member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.WorkflowContext.CacheNoLongerMatches(Microsoft.SharePoint.SPList,System.Int32,System.String,System.Object)">
      <summary>Used to determine if a cached value is still valid and whether it has been updated in the database.</summary>
      <returns>A value that indicates whether a specified cached field value still matches the field value contained in the database.</returns>
      <param name="list">An <see cref="SPList" /> object. Specifies the list that contains the cached field value to check.</param>
      <param name="listItem">The integer of the list item whose cached value will be checked.</param>
      <param name="fieldname">A  string that represents the field name of the cached field value that will be verified.</param>
      <param name="value">The value that is used to verify the cached field value.</param>
    </member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.WorkflowContext.CacheUnsavedListItem(Microsoft.SharePoint.SPList,System.Int32,System.Collections.Hashtable)">
      <summary>Caches an unsaved list item before it is committed to the database.</summary>
      <param name="list">An <see cref="SPList" /> object. Specifies the containing list of the unsaved list item to cache.</param>
      <param name="listItem">The integer of the unsaved list item to cache.</param>
      <param name="properties">A hash table that contains properties that will be cached for the specified list item.</param>
    </member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.WorkflowContext.Dispose">
      <summary>Disposes of the Windows SharePoint Services 3.0 objects that were created by the workflow.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.WorkflowContext.GetListItem(Microsoft.SharePoint.SPList,Microsoft.SharePoint.Workflow.SPItemKey)"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.WorkflowContext.GetListItem(Microsoft.SharePoint.SPList,System.Int32)">
      <summary>Gets the cached version of a specified <see cref="SPListItem" />.</summary>
      <returns>An SPListItem object.</returns>
      <param name="list">An SPList object. Specifies the list that contains the list item.</param>
      <param name="listItem">An integer that represents the list item to retrieve.</param>
    </member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.WorkflowContext.GetMatchFromCache(Microsoft.SharePoint.SPList,System.String,System.Object)">
      <summary>Iterates through expired cache values and returns the first match found.</summary>
      <returns>The first match that is found.</returns>
      <param name="list">An SPList object. Specifies the list that contains the field to check for the specified value.</param>
      <param name="fieldname">A string that represents the field name to check.</param>
      <param name="value">The value to search for in the expired cache field values. This value is an object.</param>
    </member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.WorkflowContext.Initialize(Microsoft.SharePoint.Workflow.SPWorkflowActivationProperties)">
      <summary>Initializes the <see cref="WorkflowContext" /> with the values that are found in the specified SPWorkflowActivationProperties object.</summary>
      <param name="inProps">Properties of a workflow instance.</param>
    </member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.WorkflowContext.InitiatorUser"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.WorkflowContext.ItemId"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.WorkflowContext.LastRunDateTime"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.WorkflowContext.ListId"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.WorkflowContext.Site">
      <summary>The <see cref="SPSite" /> object that is associated with a specified workflow.</summary>
      <returns>An SPSite object.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.WorkflowContext.StartedDateTime"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.WorkflowContext.TaskListGuid"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.WorkflowContext.Web">
      <summary>The <see cref="SPWeb" /> that is associated with a specified workflow.</summary>
      <returns>An SPWeb object.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.WorkflowContext.WorkflowInstanceId"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.WorkflowContext.WorkflowStatusUrl"></member>
    <member name="T:Microsoft.SharePoint.WorkflowActions.WorkflowDataField">
      <summary>Stores workflow field names and their values as name and value pairs.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.WorkflowDataField.#ctor">
      <summary>Initializes a new instance of the WorkflowDataField class</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.WorkflowDataField.#ctor(System.String,System.String)">
      <summary>Initializes a new instance of the WorkflowDataField class.</summary>
      <param name="name">The name of the workflow data field.</param>
      <param name="type">The type of workflow data field.</param>
    </member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.WorkflowDataField.Name">
      <summary>Stores the name of the workflow field variable.</summary>
      <returns>The name of the workflow field.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.WorkflowDataField.Type">
      <summary>The .NET data type that is associated with a workflow field.</summary>
      <returns>A string that represents a .NET data type.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.WorkflowActions.WorkflowDataFieldsCollection">
      <summary>Stores a collection WorkflowDataField objects.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.WorkflowDataFieldsCollection.#ctor(System.Workflow.ComponentModel.Activity)">
      <summary>Initializes a new instance of the WorkflowDataFieldsCollection class.</summary>
      <param name="ownerActivity">The workflow activity that uses this collection.</param>
    </member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.WorkflowDataFieldsCollection.GetItem(System.String)">
      <summary>Gets the key value for a specified form.</summary>
      <returns>The key value for a specified item.</returns>
      <param name="key">The key that corresponds to the WorkflowDataField. </param>
    </member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.WorkflowDataFieldsCollection.GetKeyForItem(Microsoft.SharePoint.WorkflowActions.WorkflowDataField)">
      <summary>Gets the key value for a specified WorkflowDataField item.</summary>
      <returns>The key or identifier that is associated with the specified WorkflowDataField.</returns>
      <param name="item">A WorkflowDataField item.</param>
    </member>
    <member name="T:Microsoft.SharePoint.WorkflowActions.WithKey.AddListItemPermissionsActivity"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.WithKey.AddListItemPermissionsActivity.#ctor"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.WithKey.AddListItemPermissionsActivity.__Context"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.WithKey.AddListItemPermissionsActivity.__ContextProperty"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.WithKey.AddListItemPermissionsActivity.Execute(System.Workflow.ComponentModel.ActivityExecutionContext)"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.WithKey.AddListItemPermissionsActivity.ListId"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.WithKey.AddListItemPermissionsActivity.ListIdProperty"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.WithKey.AddListItemPermissionsActivity.ListItem"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.WithKey.AddListItemPermissionsActivity.ListItemProperty"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.WithKey.AddListItemPermissionsActivity.Roles"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.WithKey.AddListItemPermissionsActivity.RolesProperty"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.WithKey.AddListItemPermissionsActivity.Users"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.WithKey.AddListItemPermissionsActivity.UsersProperty"></member>
    <member name="T:Microsoft.SharePoint.WorkflowActions.WithKey.AddListItemPermissionsActivityValidator"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.WithKey.AddListItemPermissionsActivityValidator.#ctor"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.WithKey.AddListItemPermissionsActivityValidator.Validate(System.Workflow.ComponentModel.Compiler.ValidationManager,System.Object)"></member>
    <member name="T:Microsoft.SharePoint.WorkflowActions.WithKey.CheckInItemActivity"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.WithKey.CheckInItemActivity.#ctor"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.WithKey.CheckInItemActivity.__Context"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.WithKey.CheckInItemActivity.__ContextProperty"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.WithKey.CheckInItemActivity.Comment"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.WithKey.CheckInItemActivity.CommentProperty"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.WithKey.CheckInItemActivity.Execute(System.Workflow.ComponentModel.ActivityExecutionContext)"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.WithKey.CheckInItemActivity.ListId"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.WithKey.CheckInItemActivity.ListIdProperty"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.WithKey.CheckInItemActivity.ListItem"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.WithKey.CheckInItemActivity.ListItemProperty"></member>
    <member name="T:Microsoft.SharePoint.WorkflowActions.WithKey.CheckInItemActivityValidator"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.WithKey.CheckInItemActivityValidator.#ctor"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.WithKey.CheckInItemActivityValidator.Validate(System.Workflow.ComponentModel.Compiler.ValidationManager,System.Object)"></member>
    <member name="T:Microsoft.SharePoint.WorkflowActions.WithKey.CheckOutItemActivity"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.WithKey.CheckOutItemActivity.#ctor"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.WithKey.CheckOutItemActivity.__Context"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.WithKey.CheckOutItemActivity.__ContextProperty"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.WithKey.CheckOutItemActivity.Execute(System.Workflow.ComponentModel.ActivityExecutionContext)"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.WithKey.CheckOutItemActivity.ListId"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.WithKey.CheckOutItemActivity.ListIdProperty"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.WithKey.CheckOutItemActivity.ListItem"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.WithKey.CheckOutItemActivity.ListItemProperty"></member>
    <member name="T:Microsoft.SharePoint.WorkflowActions.WithKey.CheckOutItemActivityValidator"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.WithKey.CheckOutItemActivityValidator.#ctor"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.WithKey.CheckOutItemActivityValidator.Validate(System.Workflow.ComponentModel.Compiler.ValidationManager,System.Object)"></member>
    <member name="T:Microsoft.SharePoint.WorkflowActions.WithKey.CollectDataTask"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.WithKey.CollectDataTask.#ctor"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.WithKey.CollectDataTask.__Context"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.WithKey.CollectDataTask.__ContextProperty"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.WithKey.CollectDataTask._corrTask"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.WithKey.CollectDataTask._corrWorkflow"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.WithKey.CollectDataTask._inProperties"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.WithKey.CollectDataTask._lastExecutor"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.WithKey.CollectDataTask._OuTCOME"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.WithKey.CollectDataTask._outProperties"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.WithKey.CollectDataTask._taskId"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.WithKey.CollectDataTask._workflowId"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.WithKey.CollectDataTask.AssignedTo"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.WithKey.CollectDataTask.AssignedToProperty"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.WithKey.CollectDataTask.ContentTypeId"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.WithKey.CollectDataTask.ContentTypeIdProperty"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.WithKey.CollectDataTask.InProperties"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.WithKey.CollectDataTask.InPropertiesProperty"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.WithKey.CollectDataTask.OutProperties"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.WithKey.CollectDataTask.OutPropertiesProperty"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.WithKey.CollectDataTask.TaskId"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.WithKey.CollectDataTask.TaskIdProperty"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.WithKey.CollectDataTask.Title"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.WithKey.CollectDataTask.TitleProperty"></member>
    <member name="T:Microsoft.SharePoint.WorkflowActions.WithKey.CopyItemActivity"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.WithKey.CopyItemActivity.#ctor"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.WithKey.CopyItemActivity.__Context"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.WithKey.CopyItemActivity.__ContextProperty"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.WithKey.CopyItemActivity.Execute(System.Workflow.ComponentModel.ActivityExecutionContext)"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.WithKey.CopyItemActivity.ListId"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.WithKey.CopyItemActivity.ListIdProperty"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.WithKey.CopyItemActivity.ListItem"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.WithKey.CopyItemActivity.ListItemProperty"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.WithKey.CopyItemActivity.Overwrite"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.WithKey.CopyItemActivity.OverwriteProperty"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.WithKey.CopyItemActivity.ToListId"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.WithKey.CopyItemActivity.ToListIdProperty"></member>
    <member name="T:Microsoft.SharePoint.WorkflowActions.WithKey.CopyItemActivityValidator"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.WithKey.CopyItemActivityValidator.#ctor"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.WithKey.CopyItemActivityValidator.Validate(System.Workflow.ComponentModel.Compiler.ValidationManager,System.Object)"></member>
    <member name="T:Microsoft.SharePoint.WorkflowActions.WithKey.CreateItemActivity"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.WithKey.CreateItemActivity.#ctor"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.WithKey.CreateItemActivity.__Context"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.WithKey.CreateItemActivity.__ContextProperty"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.WithKey.CreateItemActivity.Execute(System.Workflow.ComponentModel.ActivityExecutionContext)"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.WithKey.CreateItemActivity.Initialize(System.IServiceProvider)"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.WithKey.CreateItemActivity.ItemProperties"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.WithKey.CreateItemActivity.ItemPropertiesProperty"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.WithKey.CreateItemActivity.ListId"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.WithKey.CreateItemActivity.ListIdProperty"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.WithKey.CreateItemActivity.NewItemId"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.WithKey.CreateItemActivity.NewItemIdProperty"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.WithKey.CreateItemActivity.Overwrite"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.WithKey.CreateItemActivity.OverwriteProperty"></member>
    <member name="T:Microsoft.SharePoint.WorkflowActions.WithKey.CreateItemActivityValidator"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.WithKey.CreateItemActivityValidator.#ctor"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.WithKey.CreateItemActivityValidator.Validate(System.Workflow.ComponentModel.Compiler.ValidationManager,System.Object)"></member>
    <member name="T:Microsoft.SharePoint.WorkflowActions.WithKey.DeleteItemActivity"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.WithKey.DeleteItemActivity.#ctor"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.WithKey.DeleteItemActivity.__Context"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.WithKey.DeleteItemActivity.__ContextProperty"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.WithKey.DeleteItemActivity.Execute(System.Workflow.ComponentModel.ActivityExecutionContext)"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.WithKey.DeleteItemActivity.ListId"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.WithKey.DeleteItemActivity.ListIdProperty"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.WithKey.DeleteItemActivity.ListItem"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.WithKey.DeleteItemActivity.ListItemProperty"></member>
    <member name="T:Microsoft.SharePoint.WorkflowActions.WithKey.DeleteItemActivityValidator"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.WithKey.DeleteItemActivityValidator.#ctor"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.WithKey.DeleteItemActivityValidator.Validate(System.Workflow.ComponentModel.Compiler.ValidationManager,System.Object)"></member>
    <member name="T:Microsoft.SharePoint.WorkflowActions.WithKey.FindActivity"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.WithKey.FindActivity.#ctor"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.WithKey.FindActivity.__Context"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.WithKey.FindActivity.__ContextProperty"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.WithKey.FindActivity.Execute(System.Workflow.ComponentModel.ActivityExecutionContext)"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.WithKey.FindActivity.ExternalFieldName"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.WithKey.FindActivity.ExternalFieldNameProperty"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.WithKey.FindActivity.ExternalListId"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.WithKey.FindActivity.ExternalListIdProperty"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.WithKey.FindActivity.FieldName"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.WithKey.FindActivity.FieldNameProperty"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.WithKey.FindActivity.ListId"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.WithKey.FindActivity.ListIdProperty"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.WithKey.FindActivity.ListItem"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.WithKey.FindActivity.ListItemProperty"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.WithKey.FindActivity.ReturnValue"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.WithKey.FindActivity.ReturnValueProperty"></member>
    <member name="T:Microsoft.SharePoint.WorkflowActions.WithKey.FindActivityValidator"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.WithKey.FindActivityValidator.#ctor"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.WithKey.FindActivityValidator.Validate(System.Workflow.ComponentModel.Compiler.ValidationManager,System.Object)"></member>
    <member name="T:Microsoft.SharePoint.WorkflowActions.WithKey.FindValueActivity"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.WithKey.FindValueActivity.#ctor"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.WithKey.FindValueActivity.__Context"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.WithKey.FindValueActivity.__ContextProperty"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.WithKey.FindValueActivity.Execute(System.Workflow.ComponentModel.ActivityExecutionContext)"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.WithKey.FindValueActivity.ExternalFieldName"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.WithKey.FindValueActivity.ExternalFieldNameProperty"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.WithKey.FindValueActivity.ExternalListId"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.WithKey.FindValueActivity.ExternalListIdProperty"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.WithKey.FindValueActivity.FindValue"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.WithKey.FindValueActivity.FindValueProperty"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.WithKey.FindValueActivity.ReturnValue"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.WithKey.FindValueActivity.ReturnValueProperty"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.WithKey.FindValueActivity.System#Workflow#ComponentModel#IDynamicPropertyTypeProvider#GetAccessType(System.IServiceProvider,System.String)"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.WithKey.FindValueActivity.System#Workflow#ComponentModel#IDynamicPropertyTypeProvider#GetPropertyType(System.IServiceProvider,System.String)"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.WithKey.FindValueActivity.ValueType"></member>
    <member name="T:Microsoft.SharePoint.WorkflowActions.WithKey.FindValueActivityValidator"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.WithKey.FindValueActivityValidator.#ctor"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.WithKey.FindValueActivityValidator.Validate(System.Workflow.ComponentModel.Compiler.ValidationManager,System.Object)"></member>
    <member name="T:Microsoft.SharePoint.WorkflowActions.WithKey.InheritListItemParentPermissionsActivity"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.WithKey.InheritListItemParentPermissionsActivity.#ctor"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.WithKey.InheritListItemParentPermissionsActivity.__Context"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.WithKey.InheritListItemParentPermissionsActivity.__ContextProperty"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.WithKey.InheritListItemParentPermissionsActivity.DoUpdate(System.Workflow.ComponentModel.ActivityExecutionContext)"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.WithKey.InheritListItemParentPermissionsActivity.Execute(System.Workflow.ComponentModel.ActivityExecutionContext)"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.WithKey.InheritListItemParentPermissionsActivity.ListId"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.WithKey.InheritListItemParentPermissionsActivity.ListIdProperty"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.WithKey.InheritListItemParentPermissionsActivity.ListItem"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.WithKey.InheritListItemParentPermissionsActivity.ListItemProperty"></member>
    <member name="T:Microsoft.SharePoint.WorkflowActions.WithKey.InheritListItemPermissionsActivityValidator"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.WithKey.InheritListItemPermissionsActivityValidator.#ctor"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.WithKey.InheritListItemPermissionsActivityValidator.Validate(System.Workflow.ComponentModel.Compiler.ValidationManager,System.Object)"></member>
    <member name="T:Microsoft.SharePoint.WorkflowActions.WithKey.LookupActivity"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.WithKey.LookupActivity.#ctor"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.WithKey.LookupActivity.__Context"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.WithKey.LookupActivity.__ContextProperty"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.WithKey.LookupActivity.Execute(System.Workflow.ComponentModel.ActivityExecutionContext)"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.WithKey.LookupActivity.FieldName"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.WithKey.LookupActivity.FieldNameProperty"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.WithKey.LookupActivity.ListId"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.WithKey.LookupActivity.ListIdProperty"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.WithKey.LookupActivity.ListItem"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.WithKey.LookupActivity.ListItemProperty"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.WithKey.LookupActivity.LookupFunction"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.WithKey.LookupActivity.LookupFunctionProperty"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.WithKey.LookupActivity.ReturnValue"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.WithKey.LookupActivity.ReturnValueProperty"></member>
    <member name="T:Microsoft.SharePoint.WorkflowActions.WithKey.LookupActivityValidator"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.WithKey.LookupActivityValidator.#ctor"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.WithKey.LookupActivityValidator.Validate(System.Workflow.ComponentModel.Compiler.ValidationManager,System.Object)"></member>
    <member name="T:Microsoft.SharePoint.WorkflowActions.WithKey.RemoveListItemPermissionsActivity"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.WithKey.RemoveListItemPermissionsActivity.#ctor"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.WithKey.RemoveListItemPermissionsActivity.__Context"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.WithKey.RemoveListItemPermissionsActivity.__ContextProperty"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.WithKey.RemoveListItemPermissionsActivity.DoUpdate(System.Workflow.ComponentModel.ActivityExecutionContext)"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.WithKey.RemoveListItemPermissionsActivity.Execute(System.Workflow.ComponentModel.ActivityExecutionContext)"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.WithKey.RemoveListItemPermissionsActivity.ListId"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.WithKey.RemoveListItemPermissionsActivity.ListIdProperty"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.WithKey.RemoveListItemPermissionsActivity.ListItem"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.WithKey.RemoveListItemPermissionsActivity.ListItemProperty"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.WithKey.RemoveListItemPermissionsActivity.Roles"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.WithKey.RemoveListItemPermissionsActivity.RolesProperty"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.WithKey.RemoveListItemPermissionsActivity.Users"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.WithKey.RemoveListItemPermissionsActivity.UsersProperty"></member>
    <member name="T:Microsoft.SharePoint.WorkflowActions.WithKey.RemoveListItemPermissionsActivityValidator"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.WithKey.RemoveListItemPermissionsActivityValidator.#ctor"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.WithKey.RemoveListItemPermissionsActivityValidator.Validate(System.Workflow.ComponentModel.Compiler.ValidationManager,System.Object)"></member>
    <member name="T:Microsoft.SharePoint.WorkflowActions.WithKey.ReplaceListItemPermissionsActivity"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.WithKey.ReplaceListItemPermissionsActivity.#ctor"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.WithKey.ReplaceListItemPermissionsActivity.__Context"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.WithKey.ReplaceListItemPermissionsActivity.__ContextProperty"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.WithKey.ReplaceListItemPermissionsActivity.DoUpdate(System.Workflow.ComponentModel.ActivityExecutionContext)"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.WithKey.ReplaceListItemPermissionsActivity.Execute(System.Workflow.ComponentModel.ActivityExecutionContext)"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.WithKey.ReplaceListItemPermissionsActivity.ListId"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.WithKey.ReplaceListItemPermissionsActivity.ListIdProperty"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.WithKey.ReplaceListItemPermissionsActivity.ListItem"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.WithKey.ReplaceListItemPermissionsActivity.ListItemProperty"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.WithKey.ReplaceListItemPermissionsActivity.Roles"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.WithKey.ReplaceListItemPermissionsActivity.RolesProperty"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.WithKey.ReplaceListItemPermissionsActivity.Users"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.WithKey.ReplaceListItemPermissionsActivity.UsersProperty"></member>
    <member name="T:Microsoft.SharePoint.WorkflowActions.WithKey.ReplaceListItemPermissionsActivityValidator"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.WithKey.ReplaceListItemPermissionsActivityValidator.#ctor"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.WithKey.ReplaceListItemPermissionsActivityValidator.Validate(System.Workflow.ComponentModel.Compiler.ValidationManager,System.Object)"></member>
    <member name="T:Microsoft.SharePoint.WorkflowActions.WithKey.SetFieldActivity"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.WithKey.SetFieldActivity.#ctor"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.WithKey.SetFieldActivity.__Context"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.WithKey.SetFieldActivity.__ContextProperty"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.WithKey.SetFieldActivity.__ListId"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.WithKey.SetFieldActivity.__ListIdProperty"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.WithKey.SetFieldActivity.__ListItem"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.WithKey.SetFieldActivity.__ListItemProperty"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.WithKey.SetFieldActivity.DoUpdate(System.Workflow.ComponentModel.ActivityExecutionContext)"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.WithKey.SetFieldActivity.Execute(System.Workflow.ComponentModel.ActivityExecutionContext)"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.WithKey.SetFieldActivity.FieldName"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.WithKey.SetFieldActivity.FieldNameProperty"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.WithKey.SetFieldActivity.Value"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.WithKey.SetFieldActivity.ValueProperty"></member>
    <member name="T:Microsoft.SharePoint.WorkflowActions.WithKey.SetFieldActivityValidator"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.WithKey.SetFieldActivityValidator.#ctor"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.WithKey.SetFieldActivityValidator.Validate(System.Workflow.ComponentModel.Compiler.ValidationManager,System.Object)"></member>
    <member name="T:Microsoft.SharePoint.WorkflowActions.WithKey.SetModerationStatusActivity"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.WithKey.SetModerationStatusActivity.#ctor"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.WithKey.SetModerationStatusActivity.__Context"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.WithKey.SetModerationStatusActivity.__ContextProperty"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.WithKey.SetModerationStatusActivity.__ListId"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.WithKey.SetModerationStatusActivity.__ListIdProperty"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.WithKey.SetModerationStatusActivity.__ListItem"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.WithKey.SetModerationStatusActivity.__ListItemProperty"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.WithKey.SetModerationStatusActivity.Comments"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.WithKey.SetModerationStatusActivity.CommentsProperty"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.WithKey.SetModerationStatusActivity.DoUpdate(System.Workflow.ComponentModel.ActivityExecutionContext)"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.WithKey.SetModerationStatusActivity.Execute(System.Workflow.ComponentModel.ActivityExecutionContext)"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.WithKey.SetModerationStatusActivity.ModerationStatus"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.WithKey.SetModerationStatusActivity.ModerationStatusProperty"></member>
    <member name="T:Microsoft.SharePoint.WorkflowActions.WithKey.SubmitFileActivity"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.WithKey.SubmitFileActivity.#ctor"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.WithKey.SubmitFileActivity.__Context"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.WithKey.SubmitFileActivity.__ContextProperty"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.WithKey.SubmitFileActivity.__ListId"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.WithKey.SubmitFileActivity.__ListIdProperty"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.WithKey.SubmitFileActivity.__ListItem"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.WithKey.SubmitFileActivity.__ListItemProperty"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.WithKey.SubmitFileActivity.Action"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.WithKey.SubmitFileActivity.ActionProperty"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.WithKey.SubmitFileActivity.Destination"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.WithKey.SubmitFileActivity.DestinationProperty"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.WithKey.SubmitFileActivity.Execute(System.Workflow.ComponentModel.ActivityExecutionContext)"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.WithKey.SubmitFileActivity.Explanation"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.WithKey.SubmitFileActivity.ExplanationProperty"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.WithKey.SubmitFileActivity.ReturnResult"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.WithKey.SubmitFileActivity.ReturnResultProperty"></member>
    <member name="T:Microsoft.SharePoint.WorkflowActions.WithKey.UndoCheckOutItemActivity"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.WithKey.UndoCheckOutItemActivity.#ctor"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.WithKey.UndoCheckOutItemActivity.__Context"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.WithKey.UndoCheckOutItemActivity.__ContextProperty"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.WithKey.UndoCheckOutItemActivity.Execute(System.Workflow.ComponentModel.ActivityExecutionContext)"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.WithKey.UndoCheckOutItemActivity.ListId"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.WithKey.UndoCheckOutItemActivity.ListIdProperty"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.WithKey.UndoCheckOutItemActivity.ListItem"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.WithKey.UndoCheckOutItemActivity.ListItemProperty"></member>
    <member name="T:Microsoft.SharePoint.WorkflowActions.WithKey.UndoCheckOutItemActivityValidator"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.WithKey.UndoCheckOutItemActivityValidator.#ctor"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.WithKey.UndoCheckOutItemActivityValidator.Validate(System.Workflow.ComponentModel.Compiler.ValidationManager,System.Object)"></member>
    <member name="T:Microsoft.SharePoint.WorkflowActions.WithKey.UpdateItemActivity"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.WithKey.UpdateItemActivity.#ctor"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.WithKey.UpdateItemActivity.__Context"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.WithKey.UpdateItemActivity.__ContextProperty"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.WithKey.UpdateItemActivity.DoUpdate(System.Workflow.ComponentModel.ActivityExecutionContext)"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.WithKey.UpdateItemActivity.Execute(System.Workflow.ComponentModel.ActivityExecutionContext)"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.WithKey.UpdateItemActivity.ItemProperties"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.WithKey.UpdateItemActivity.ItemPropertiesProperty"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.WithKey.UpdateItemActivity.ListId"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.WithKey.UpdateItemActivity.ListIdProperty"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.WithKey.UpdateItemActivity.ListItem"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.WithKey.UpdateItemActivity.ListItemProperty"></member>
    <member name="T:Microsoft.SharePoint.WorkflowActions.WithKey.UpdateItemActivityValidator"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.WithKey.UpdateItemActivityValidator.#ctor"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.WithKey.UpdateItemActivityValidator.Validate(System.Workflow.ComponentModel.Compiler.ValidationManager,System.Object)"></member>
    <member name="T:Microsoft.SharePoint.WorkflowActions.WithKey.WaitForActivity"></member>
    <member name="M:Microsoft.SharePoint.WorkflowActions.WithKey.WaitForActivity.#ctor"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.WithKey.WaitForActivity.__Context"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.WithKey.WaitForActivity.__ContextProperty"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.WithKey.WaitForActivity.__ListId"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.WithKey.WaitForActivity.__ListIdProperty"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.WithKey.WaitForActivity.__ListItem"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.WithKey.WaitForActivity.__ListItemProperty"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.WithKey.WaitForActivity._afterProperties"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.WithKey.WaitForActivity._beforeProperties"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.WithKey.WaitForActivity._corrWorkflow"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.WithKey.WaitForActivity._workflowId"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.WithKey.WaitForActivity.EnterWaitComment"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.WithKey.WaitForActivity.ExitWaitComment"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.WithKey.WaitForActivity.FieldName"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.WithKey.WaitForActivity.FieldNameProperty"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.WithKey.WaitForActivity.Operator"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.WithKey.WaitForActivity.OperatorProperty"></member>
    <member name="P:Microsoft.SharePoint.WorkflowActions.WithKey.WaitForActivity.Value"></member>
    <member name="F:Microsoft.SharePoint.WorkflowActions.WithKey.WaitForActivity.ValueProperty"></member>
  </members>
</doc>