Click or drag to resize

SystemOnboardingConfiguration Class

Class containing help methods to read the collector onboarding configuration
Inheritance Hierarchy
SystemObject
  Omada.OE.Solution.OIM.AppLogic.SystemOnboardingSystemOnboardingConfiguration

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 SystemOnboardingConfiguration

The SystemOnboardingConfiguration type exposes the following members.

Constructors
  NameDescription
Public methodSystemOnboardingConfiguration(String)
Constructor for setting XML directly
Public methodSystemOnboardingConfiguration(IDataObject, String)
Constructor
Top
Properties
  NameDescription
Public propertyXml
Top
Methods
  NameDescription
Public methodGetDefaultData
This function returns the dta objecct exchange XML which should be executed when registering a new system for the collector
Public methodGetDefaultDataUpdates
This function returns the data objecct exchange XML which should be applied as updates to existing updates after account resources are create
Public methodGetParameters
Returns all parameters
Public methodGetPolicyDefinitions
This function returns the configured policy definitions to use for the system category If the element (policyDefinitions) is not specified in the sob-xml, is the default returned
Public methodGetPostActionHandler
This will instantiate the post action handler if any is defined
Public methodGetPostActionHandlerName
Returns the name of the configured post action handler if any
Public methodGetProperties
Public methodGetSectionParameters
returns parameters for a give section
Public methodGetSections
returns the sections of parameters
Public methodGetTrustSettings
Returns trust settings for the collector
Public methodStatic memberReadEmbeddedResource
Method to read a text resource from assembly
Public methodRemoveIrrelevantQueriesFromConfiguration
Removes queries, which don't make sense for chosen system type.
Top
Fields
  NameDescription
Public fieldStatic memberonboardingConfigurationNameSpace
Schema for the onboarding configuration XML
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