Click or drag to resize

ExportConnectivityPackageHelperSetKeyPropertyForExchangeObjects Method

Sets the property with propertyName as the key property Changes exchange object operation to UpdateOrCreate or the operation passed in optional parameter

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 static IEnumerable<ExchangeObject> SetKeyPropertyForExchangeObjects(
	string propertyName,
	IEnumerable<ExchangeObject> exchangeObjects,
	Operation operation = Operation.UpdateOrCreate
)

Parameters

propertyName
Type: SystemString
Property name of key
exchangeObjects
Type: System.Collections.GenericIEnumerableExchangeObject
Exchange objects
operation (Optional)
Type: Omada.OE.AppLogic.Serialization.ModelOperation
Operation (optional parameter)

Return Value

Type: IEnumerableExchangeObject
modified exchange objects
See Also