[This is preliminary documentation and is subject to change.]

Translates the business object list to a ManagedList dto containing the last updated date, list type and whether the list is hierarchical as well as a list of ManagedListItem dtos for each non-archived item in the managed list

Namespace: QPulseWebServices.Core.EntityTranslators.ManagedLists
Assembly: QPulseWebServices (in QPulseWebServices.dll) Version: 2.100.7610.0

Syntax

C#
public ManagedList ContractFromBusinessObject(
	IEnumerable managedListBO
)

Parameters

managedListBO
Type: System.Collections..::..IEnumerable
Business object list

Return Value

Type: ManagedList
ManagedList dto

Implements

IManagedListTranslator..::..ContractFromBusinessObject(IEnumerable)

See Also