Click or drag to resize

ThresholdId Class

Representation of threshold id
Inheritance Hierarchy
SystemObject
  Omada.OE.Solution.OIM.AppLogic.SystemOnboarding.ModelThresholdId

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

The ThresholdId type exposes the following members.

Constructors
  NameDescription
Public methodThresholdId(String)
Instantiates object based on prepared threshold id
Public methodThresholdId(String, String, ImportThresholdOperation)
Instantiates object for future construction of threshold id
Top
Properties
  NameDescription
Public propertyThresholdEntityType
Represents threshold's entity type in id
Public propertyStatic memberThresholdImportPrefix
Prefix for threshold id
Public propertyThresholdOperation
Represents threshold's operation in id
Public propertyThresholdSystemId
Represents system id for current threshold in id
Top
Methods
  NameDescription
Public methodStatic memberGetGroupFor
Get Import Threshold group name based on System ID.
Public methodToString
Creates thresholdId
(Overrides ObjectToString.)
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