Click or drag to resize

ConnectivityPackageRegistration Class

ConnectivityPackageRegistration used for serialization for ConnectivityExport feature
Inheritance Hierarchy
SystemObject
  Omada.OE.Solution.OIM.AppLogic.SystemOnboarding.Model.ExportConnectivityPackageConnectivityPackageRegistration

Namespace:  Omada.OE.Solution.OIM.AppLogic.SystemOnboarding.Model.ExportConnectivityPackage
Assembly:  Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
[XmlTypeAttribute("connectivityRegistration", Namespace = "http://schemas.omada.net/ois/2017/ConnectivityRegistrationML")]
public class ConnectivityPackageRegistration

The ConnectivityPackageRegistration type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyCodeAssemblies
List of code assemblies
Public propertyCollectors
List of collectors
Public propertyConnectors
List of connectors
Public propertyPackageId
The package Id
Public propertyPackageName
The package name
Public propertyPackageUId
The package Uid
Public propertyPlatformVersion
The platform version
Public propertySSISPackages
List of ssis packages
Public propertyTaskMappings
List of task mappings
Public propertyVersion
The package version
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