Click or drag to resize

StatusDetail Class

Class to contained detailed status information
Inheritance Hierarchy
SystemObject
  Omada.OE.Solution.OIM.AppLogic.SystemOnboardingStatusDetail

Namespace:  Omada.OE.Solution.OIM.AppLogic.SystemOnboarding
Assembly:  Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public class StatusDetail

The StatusDetail type exposes the following members.

Constructors
  NameDescription
Public methodStatusDetail
Top
Properties
  NameDescription
Public propertyDescription
description which is currently showed as tooltip
Public propertyId
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
Public propertyRenderAsMoreAction
Set to true to render the action the more column
Public propertyText
text to be showed
Public propertyTitle
Title of detail (rendered with gray text)
Top
Extension Methods
  NameDescription
Public Extension MethodToBool
Converts object to boolean.
(Defined by ObjectExtensions.)
Public Extension MethodToDateTime
Converts object to DateTime.
(Defined by ObjectExtensions.)
Public Extension MethodToInt
Converts object to integer.
(Defined by ObjectExtensions.)
Top
See Also