Class MenuTransitionateToViewInput
Input data transfer object for transitioning between menu views.
Inherited Members
Namespace: Serenity.Menu.Application.DTO
Assembly: Serenity.Menu.Application.dll
Syntax
public class MenuTransitionateToViewInput
Constructors
MenuTransitionateToViewInput(string, string)
Initializes a new instance of the MenuTransitionateToViewInput class.
Declaration
public MenuTransitionateToViewInput(string viewIdFrom, string viewIdTo)
Parameters
| Type | Name | Description |
|---|---|---|
| string | viewIdFrom | The ID of the view to transition from. |
| string | viewIdTo | The ID of the view to transition to. |
Fields
ViewIdFrom
Declaration
public string ViewIdFrom
Field Value
| Type | Description |
|---|---|
| string | The ID of the view to transition from. |
ViewIdTo
Declaration
public string ViewIdTo
Field Value
| Type | Description |
|---|---|
| string | The ID of the view to transition to. |
Methods
ToString()
Returns a string representation of the MenuTransitionateToViewInput instance.
Declaration
public override string ToString()
Returns
| Type | Description |
|---|---|
| string | A string representation of the instance. |