Click or drag to resize

Parameter Class

a configurtion parameter
Inheritance Hierarchy
SystemObject
  Omada.OE.Solution.OIM.AppLogic.SystemOnboardingParameter

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 Parameter

The Parameter type exposes the following members.

Constructors
  NameDescription
Public methodParameter
Top
Properties
  NameDescription
Public propertyAnyDependencies
is any dependency stuff configured
Public propertyDefaultValue
tag value
Public propertyDefaultValueChild
Contains the defaultValue child element if any
Public propertyIsHidden
is hidden parameter
Public propertyName
Unique name of the parameter
Public propertyRequiredImport
Is parameter required for import
Public propertyRequiredOffline
Is parameter required for offline onboarding
Public propertyRequiredOnline
Is parameter required for online onboarding
Public propertyRequiredProvisioning
Is parameter required for provisioning
Public propertySchema
specifies the xml schema which values are validated against the xml schema XSD file must be placed in website\schema
Public propertyScope
Scope of the parameter. see enum description for further info
Public propertyTag
tag value
Public propertyTitle
Title of the parameter
Public propertyType
Parameter type
Public propertyVaultLookup
Enable vault lookup
Top
Methods
  NameDescription
Public methodUseVaultLookup
Top
Fields
  NameDescription
Public fieldConnectorSetting
OPS connector setting
Public fieldPackagePath
ODW package path variable name
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