Click or drag to resize

MatchingAndClassificationStatus Class

Class from account match and classification information for a specific system Use SystemOnboardingController.LoadSystemInformation to get status for ALL systems Note the information is base on RoPE CRA data
Inheritance Hierarchy
SystemObject
  Omada.OE.Solution.OIM.AppLogic.SystemOnboarding.ModelMatchingAndClassificationStatus

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 MatchingAndClassificationStatus

The MatchingAndClassificationStatus type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyNumberOfAccounts
total number of accounts in system
Public propertyNumberOfClassified
Number of account which is classified (AccountType!=Unknown)
Public propertyNumberOfMatched
Number of accounts for which we found a CONFIRMED owner
Public propertySystemUid
Data object UId for system
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