Click or drag to resize

SimpleDataHelperT Methods

The SimpleDataHelperT generic type exposes the following members.

Methods
  NameDescription
Public methodInsertItems
Public methodInsertOne
Public methodNotifyListChangedExternally
Public methodRemoveItems
Public methodRemoveOne
NOTE: Use RemoveItems(Int32, Int32, Boolean) for bulk removes, as it's way faster
Public methodResetItems
NOTE: In case of resets, the preferred way is to clear the List yourself, add the models through it, and then call NotifyListChangedExternally(Boolean). This saves memory by avoiding creating an intermediary array/list
Top
See Also