RequestActionEventArgs Class
Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2013, Dynamics CRM 2015, Dynamics CRM 2016
Event argument for request action event
Namespace: Microsoft.Uii.Csr
Assembly: Microsoft.Uii.Csr.Core (in Microsoft.Uii.Csr.Core.dll)
Inheritance Hierarchy
System.Object
System.EventArgs
Microsoft.Uii.Csr.RequestActionEventArgs
Syntax
[SerializableAttribute]
public class RequestActionEventArgs : EventArgs
<SerializableAttribute>
Public Class RequestActionEventArgs
Inherits EventArgs
Constructors
Name | Description | |
---|---|---|
RequestActionEventArgs(ApplicationHostWorkItem, String, String, Object) | Create a request to run an action. |
|
RequestActionEventArgs(String, String, Object) | Create a request to run an action. |
|
RequestActionEventArgs(String, String, String, Object) | Create a request to run an action. |
Properties
Name | Description | |
---|---|---|
Action | Get the Action name |
|
ActionReturnValue | Used to return a value from DoAction. ActionReturnValue and ActionReturnValueObject properties share the same backing store. Returns the empty string if the underlying value cannot be cast to a string. |
|
ActionReturnValueObject | Used to return a value from DoAction. ActionReturnValue and ActionReturnValueObject properties share the same backing store. |
|
Data | Get or set the Action data. Data and DataObject properties share the same backing store. Returns the empty string if the underlying value cannot be cast to a string. |
|
DataObject | Get or set the Action data. Data and DataObject properties share the same backing store. |
|
SessionId | Get the Action session |
|
TargetApplication | Get the Action target |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
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
Return to top
Unified Service Desk 2.0
© 2017 Microsoft. All rights reserved. Copyright