Class ModalCancelInput
Input data transfer object for cancelling a modal.
Inherited Members
Namespace: Serenity.Modal.Application.DTO
Assembly: Serenity.Modal.Application.dll
Syntax
public class ModalCancelInput
Constructors
ModalCancelInput(string)
Initializes a new instance of the ModalCancelInput class.
Declaration
public ModalCancelInput(string modalId)
Parameters
| Type | Name | Description |
|---|---|---|
| string | modalId | The ID of the modal to be cancelled. |
Fields
ModalId
Declaration
public string ModalId
Field Value
| Type | Description |
|---|---|
| string | The ID of the modal to be cancelled. |
Methods
ToString()
Returns a string representation of the ModalCancelInput instance.
Declaration
public override string ToString()
Returns
| Type | Description |
|---|---|
| string | A string representation of the instance. |