Skip to content

DialogResponse ​

Represents a response from a dialog.

Kind: Class

Namespace: CrowdControl.Common

Inheritance: ISerializable

Public Constructors

DialogResponse()

Creates a new instance of the CrowdControl.Common.DialogResponse class.

DialogResponse(SerializationInfo info, StreamingContext context)

Creates a new instance of the CrowdControl.Common.DialogResponse class.

Public Member Functions

void

GetObjectData(SerializationInfo info, StreamingContext context)

Public Attributes

Guid

Identifier

Unique identifier for the dialog response.

int

ButtonPressed

The index of the button that was pressed in the dialog.

string[]

TextInputs

The text input values from the dialog, in the order they were displayed.