Response Class

Relativity Event Handlers
Defines a response object for event handlers.
Inheritance Hierarchy

System.Object
  kCura.EventHandler.Response

Namespace:  kCura.EventHandler
Assembly:  kCura.EventHandler (in kCura.EventHandler.dll) Version: 17.0.1.1 588f15fd7550dbf54835f3417a0142d4ea37dbb5
Syntax

[SerializableAttribute]
public class Response

[SerializableAttribute]
public class Response

The Response type exposes the following members.

Constructors

  NameDescription
Public methodResponse
Initializes a new instance of the Response class.
Top
Properties

  NameDescription
Public propertyException
Gets and/or sets an exception representing errors that occurred during an event handler execution.
Public propertyFieldCollection
Gets and/or sets a collection of fields for a response object.
Public propertyMessage
Gets and/or sets a message for a response object.
Public propertyPostExecuteActions
Gets and/or sets a list of actions to be executed.
Public propertySuccess
Boolean flag indicating whether a response message is successfully created or not.
Top
Methods

  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Remarks

See Also

Reference