Class ModalTransitionateToModalInput
Input data transfer object for transitioning between modals.
Inherited Members
Namespace: Serenity.Modal.Application.DTO
Assembly: Serenity.Modal.Application.dll
Syntax
public class ModalTransitionateToModalInput
Constructors
ModalTransitionateToModalInput(string, string)
Initializes a new instance of the ModalTransitionateToModalInput class.
Declaration
public ModalTransitionateToModalInput(string modalIdFrom, string modalIdTo)
Parameters
| Type | Name | Description |
|---|---|---|
| string | modalIdFrom | The ID of the modal to transition from. |
| string | modalIdTo | The ID of the modal to transition to. |
Fields
ModalIdFrom
Declaration
public string ModalIdFrom
Field Value
| Type | Description |
|---|---|
| string | The ID of the modal to transition from. |
ModalIdTo
Declaration
public string ModalIdTo
Field Value
| Type | Description |
|---|---|
| string | The ID of the modal to transition to. |
Methods
ToString()
Returns a string representation of the ModalTransitionateToModalInput instance.
Declaration
public override string ToString()
Returns
| Type | Description |
|---|---|
| string | A string representation of the instance. |