| ExportConnectivityPackageHelperConvertToDataProperties Method |
Converts baseProperties (value and set base properties) to DataProperty type for use in a property
section in the systemonboarding default xml
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 static IEnumerable<DataProperty> ConvertToDataProperties(
IEnumerable<BaseProperty> baseProperties
)
Parameters
- baseProperties
- Type: System.Collections.GenericIEnumerableBaseProperty
Base properties
Return Value
Type:
IEnumerableDataProperty
See Also