Click or drag to resize

GatewayController Class

Controller used to communicate with gateway service, currently placed in OPS. Gateway service is meant to be placed in secure perimeter with necessary permissions to communicate with target systems
Inheritance Hierarchy
SystemObject
  Omada.OE.Solution.OIM.AppLogic.OPSGatewayController

Namespace:  Omada.OE.Solution.OIM.AppLogic.OPS
Assembly:  Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public class GatewayController : IGatewayController, 
	IController

The GatewayController type exposes the following members.

Constructors
  NameDescription
Public methodGatewayController
Constructor
Top
Methods
  NameDescription
Public methodGetSystemSchema
Get schema of target system
Public methodTestConnection
Test connection to a target 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