Workflow Members
Applies To: Microsoft Dynamics CRM 2013, Microsoft Dynamics CRM Online
The base class for all workflows in Microsoft Dynamics CRM.
The following tables list the members exposed by the Workflow type.
Public Constructors
Name | Description | |
---|---|---|
Workflow | Initializes a new instance of the Workflow class. |
Top
Public Properties
(see also Protected Properties)
Name | Description | |
---|---|---|
Activities | Gets the collection of activities for this workflow. | |
BookmarkCallback | Gets the callback method called when the workflow is resumed. | |
DisplayName | (inherited from Activity) | |
Id | (inherited from Activity) | |
OnChildComplete | Gets the callback method called when a child of this sequence completes execution. | |
Variables | Gets the collection of workflow variables. |
Top
Protected Properties
Name | Description | |
---|---|---|
CanInduceIdle | (inherited from NativeActivity) | |
Constraints | (inherited from Activity) | |
Implementation | Overridden. (inherited from Activity) |
Top
Public Methods
(see also Protected Methods)
Name | Description | |
---|---|---|
Equals | (inherited from Object) | |
GetHashCode | (inherited from Object) | |
GetType | (inherited from Object) | |
ShouldSerializeDisplayName | (inherited from Activity) | |
ToString | Overridden. (inherited from Object) |
Top
Protected Methods
Name | Description | |
---|---|---|
Abort | (inherited from NativeActivity) | |
CacheMetadata | Overridden. (inherited from Activity) | |
CacheMetadata | (inherited from NativeActivity) | |
Cancel | (inherited from NativeActivity) | |
Execute | (inherited from NativeActivity) | |
Finalize | (inherited from Object) | |
MemberwiseClone | (inherited from Object) |
Top
See Also
Reference
Workflow Class
Microsoft.Xrm.Sdk.Workflow.Activities Namespace
Other Resources
Send comments about this topic to Microsoft.
© 2013 Microsoft Corporation. All rights reserved.