Share via


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
System_CAPS_pubmethod RequestActionEventArgs(ApplicationHostWorkItem, String, String, Object)

Create a request to run an action.

System_CAPS_pubmethod RequestActionEventArgs(String, String, Object)

Create a request to run an action.

System_CAPS_pubmethod RequestActionEventArgs(String, String, String, Object)

Create a request to run an action.

Properties

Name Description
System_CAPS_pubproperty Action

Get the Action name

System_CAPS_pubproperty 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.

System_CAPS_pubproperty ActionReturnValueObject

Used to return a value from DoAction. ActionReturnValue and ActionReturnValueObject properties share the same backing store.

System_CAPS_pubproperty 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.

System_CAPS_pubproperty DataObject

Get or set the Action data. Data and DataObject properties share the same backing store.

System_CAPS_pubproperty SessionId

Get the Action session

System_CAPS_pubproperty TargetApplication

Get the Action target

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod 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.Uii.Csr Namespace

Return to top

Unified Service Desk 2.0

© 2017 Microsoft. All rights reserved. Copyright