Click or drag to resize

SourceSystem Class

Information about a source system
Inheritance Hierarchy
SystemObject
  Omada.OE.Solution.OIM.AppLogic.SystemOnboarding.Model.MigrationSourceSystem

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

The SourceSystem type exposes the following members.

Constructors
  NameDescription
Public methodSourceSystem
Top
Properties
  NameDescription
Public propertyCollectorUId
The collector type
Public propertyContent
Type of content
Public propertyExists
Is the source system already present as a systemcategory in ES
Public propertyId
The ODW source system ID
Public propertyLegacyMultiSourceSystem
indicates if this is a multi system source
Public propertyName
The name of the system category in ES
Public propertyPrimarySystemId
the ID of the promary system
Public propertyRequiresPrimarySystem
The category requires a primary system (GENDB or LDAP)
Public propertySourceSystemID
The source system name in ODW, in ES its equal to SC_IDENT
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