StatusDetail Class |
Namespace: Omada.OE.Solution.OIM.AppLogic.SystemOnboarding
public class StatusDetail
The StatusDetail type exposes the following members.
| Name | Description | |
|---|---|---|
| StatusDetail |
| Name | Description | |
|---|---|---|
| Description |
description which is currently showed as tooltip
| |
| Id |
Unique id of detail. This is not required. If set can it be used client side to figure out what has been clicked. See PerformDEtailAction
| |
| RenderAsMoreAction |
Set to true to render the action the more column
| |
| Text |
text to be showed
| |
| Title |
Title of detail (rendered with gray text)
|
| Name | Description | |
|---|---|---|
| ToBool |
Converts object to boolean.
(Defined by ObjectExtensions.) | |
| ToDateTime |
Converts object to DateTime.
(Defined by ObjectExtensions.) | |
| ToInt |
Converts object to integer.
(Defined by ObjectExtensions.) |