Defines a response object for event handlers.
Inheritance Hierarchy
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
Name | Description | |
---|---|---|
![]() | Response |
Initializes a new instance of the Response class.
|
Properties
Name | Description | |
---|---|---|
![]() | Exception |
Gets and/or sets an exception representing errors that occurred during an event handler execution.
|
![]() | FieldCollection |
Gets and/or sets a collection of fields for a response object.
|
![]() | Message |
Gets and/or sets a message for a response object.
|
![]() | PostExecuteActions |
Gets and/or sets a list of actions to be executed.
|
![]() | Success |
Boolean flag indicating whether a response message is successfully created or not.
|
Methods
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Remarks
See Also