Click or drag to resize

DerivedSystemInformation Class

Information about a derived system. Use SystemOnboardingController.GetCategorySystems to get a list of possible derived systems
Inheritance Hierarchy
SystemObject
  Omada.OE.Solution.OIM.AppLogic.SystemOnboarding.ModelDerivedSystemInformation

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 DerivedSystemInformation

The DerivedSystemInformation type exposes the following members.

Constructors
  NameDescription
Public methodDerivedSystemInformation
Top
Properties
  NameDescription
Public propertyBusinessKey
Businesskey in ODW
Public propertyName
The name of the system
Public propertySystemId
System ID (shortName in ODW, SYSTEMID in ES)
Top
Fields
  NameDescription
Public fieldIsPrimarySystem
Is this the primary system or derived syste,
Public fieldIsRegistered
Is the system already registered in ES
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