Class UiShowInput
Data Transfer Object for showing a UI element.
Inherited Members
Namespace: Serenity.Ui.Application.DTO
Assembly: Serenity.Ui.Application.dll
Syntax
public class UiShowInput
Constructors
UiShowInput(string)
Initializes a new instance of the UiShowInput class with the specified ID.
Declaration
public UiShowInput(string id)
Parameters
| Type | Name | Description |
|---|---|---|
| string | id | The identifier of the UI element to be shown. |
Fields
Id
Declaration
public string Id
Field Value
| Type | Description |
|---|---|
| string | The identifier of the UI element to be shown. |
Methods
ToString()
Returns a string representation of the UiShowInput.
Declaration
public override string ToString()
Returns
| Type | Description |
|---|---|
| string | A string representing the UiShowInput. |