ActionResult Class
Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2013, Dynamics CRM 2015, Dynamics CRM 2016
Represents the results of the action.
Namespace: Microsoft.Crm.UnifiedServiceDesk.Dynamics.Utilities
Assembly: Microsoft.Crm.UnifiedServiceDesk.Dynamics (in Microsoft.Crm.UnifiedServiceDesk.Dynamics.dll)
Inheritance Hierarchy
System.Object
Microsoft.Crm.UnifiedServiceDesk.Dynamics.Utilities.ActionResult
Syntax
public class ActionResult
Public Class ActionResult
Constructors
Name | Description | |
---|---|---|
ActionResult() | Initializes a new instance of the ActionResult class. |
|
ActionResult(ActionDefinition, ConditionResult, Dictionary<String, String>, String) | Initializes a new instance of the ActionResult class. |
Properties
Name | Description | |
---|---|---|
Action | Gets or sets the action. |
|
ActionData | Gets or sets the data associated with the action. |
|
AgentScriptActionId | Gets or sets the agent script action ID. |
|
Application | Gets or sets the application. |
|
Condition | Gets or sets the condition. |
|
ConditionResult | Gets or sets the condition result. |
|
Created | Gets or sets the date and time when the action result was created. |
|
Duration | Gets or sets the duration of the action. |
|
exception | Gets or sets the exception. |
|
Name | Gets or sets the name of the action. |
|
Parameters | Gets the parameters for the action. |
|
Result | Gets or sets the result of the action. |
|
SessionId | Gets or sets the session ID. |
|
Source | Gets or sets the source. |
|
Type | Gets or sets the action result type. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
SetParameters(Dictionary<String, String>) | Sets the parameters for the action. |
|
ToString() | (Inherited from Object.) |
Thread Safety
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.Crm.UnifiedServiceDesk.Dynamics.Utilities Namespace
Return to top
Unified Service Desk 2.0
© 2017 Microsoft. All rights reserved. Copyright