| | SystemOnboardingControllerRegisterNewSystem Method (NullableInt32, NullableInt32, String, String, Boolean, Int32, Int32, String, String, Boolean, String) |
Registers a new system
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
Syntaxpublic int RegisterNewSystem(
Nullable<int> systemCategoryId,
Nullable<int> collectorId,
string systemName,
string systemId,
bool offline,
int[] trustedSystemIds,
int newCategoryContentTypeId = 0,
string newCategoryId = "",
string newCategoryName = "",
bool newCategoryIsSingleSystem = true,
string composedBusinessKey = ""
)
Parameters
- systemCategoryId
- Type: SystemNullableInt32
Data object id of system category, pass null when creating new system category - collectorId
- Type: SystemNullableInt32
Data object id of odw collector. Only needed when systemCategoryId is null - systemName
- Type: SystemString
- systemId
- Type: SystemString
- offline
- Type: SystemBoolean
- trustedSystemIds
- Type: SystemInt32
- newCategoryContentTypeId (Optional)
- Type: SystemInt32
- newCategoryId (Optional)
- Type: SystemString
SC_IDENT for a new category - newCategoryName (Optional)
- Type: SystemString
Name of new catgegory - newCategoryIsSingleSystem (Optional)
- Type: SystemBoolean
Category contains only a single system - composedBusinessKey (Optional)
- Type: SystemString
the businesskey of the system. Used if the system id already present in ODW
Return Value
Type:
Int32
See Also