Parameter Class |
Namespace: Omada.OE.Solution.OIM.AppLogic.SystemOnboarding
public class Parameter
The Parameter type exposes the following members.
Name | Description | |
---|---|---|
![]() | AnyDependencies |
is any dependency stuff configured
|
![]() | DefaultValue |
tag value
|
![]() | DefaultValueChild |
Contains the defaultValue child element if any
|
![]() | IsHidden |
is hidden parameter
|
![]() | Name |
Unique name of the parameter
|
![]() | RequiredImport |
Is parameter required for import
|
![]() | RequiredOffline |
Is parameter required for offline onboarding
|
![]() | RequiredOnline |
Is parameter required for online onboarding
|
![]() | RequiredProvisioning |
Is parameter required for provisioning
|
![]() | Schema |
specifies the xml schema which values are validated against
the xml schema XSD file must be placed in website\schema
|
![]() | Scope |
Scope of the parameter. see enum description for further info
|
![]() | Tag |
tag value
|
![]() | Title |
Title of the parameter
|
![]() | Type |
Parameter type
|
![]() | VaultLookup |
Enable vault lookup
|
Name | Description | |
---|---|---|
![]() | UseVaultLookup |
Name | Description | |
---|---|---|
![]() | ConnectorSetting |
OPS connector setting
|
![]() | PackagePath |
ODW package path variable name
|
Name | Description | |
---|---|---|
![]() | ToBool |
Converts object to boolean.
(Defined by ObjectExtensions.) |
![]() | ToDateTime |
Converts object to DateTime.
(Defined by ObjectExtensions.) |
![]() | ToInt |
Converts object to integer.
(Defined by ObjectExtensions.) |