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

The CoreManagedListTranslator type exposes the following members.

Constructors

  NameDescription
Public methodCoreManagedListTranslator
Initializes a new instance of the CoreManagedListTranslator class

Methods

  NameDescription
Private methodBusinessObjectToContract
Public methodContractFromBusinessObject
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
(Inherited from ManagedListTranslator.)
Public methodGetDeletedItems (Overrides ManagedListTranslator..::..GetDeletedItems(IEnumerable, array<RecordVersion>[]()[][]).)
Protected methodGetManagedListItems (Overrides ManagedListTranslator..::..GetManagedListItems(IEnumerable).)
Public methodGetNewItems (Overrides ManagedListTranslator..::..GetNewItems(IEnumerable, array<RecordVersion>[]()[][]).)
Public methodGetUpdatedItems (Overrides ManagedListTranslator..::..GetUpdatedItems(IEnumerable, array<RecordVersion>[]()[][]).)
Private methodGetVersion

Properties

  NameDescription
Protected propertyIsHierarchical (Inherited from ManagedListTranslator.)
Protected propertyLastUpdated (Inherited from ManagedListTranslator.)
Protected propertyListType (Inherited from ManagedListTranslator.)

See Also