Summary
Convenience methods for a source list.
- Namespace
- DynamicData
- Base Types
-
- object
graph BT
Type-->Base0["object"]
Type["SourceListEditConvenienceEx"]
class Type type-node
Syntax
public static class SourceListEditConvenienceEx
Methods
Name | Value | Summary |
---|---|---|
Add |
void |
Adds the specified item to the source list.
static
|
AddRange |
void |
Adds the specified items to the source list.
static
|
Clear |
void |
Clears all items from the specified source list.
static
|
EditDiff |
void |
Loads the list with the specified items in an optimised manner i.e. calculates the differences between the old and new items
in the list and amends only the differences.
static
|
Insert |
void |
Adds the specified item to the source list.
static
|
InsertRange |
void |
Inserts the elements of a collection into the
IExtendedList<T> at the specified index.
static
|
Move |
void |
Moves an item from the original to the destination index.
static
|
Remove |
bool |
Removes the specified item from the source list.
static
|
RemoveAt |
void |
Removes the element at the specified index.
static
|
RemoveMany |
void |
Removes the items from source in an optimised manner.
static
|
RemoveRange |
void |
Removes a range of elements from the
ISourceList<T> .
static
|
Replace |
void |
Replaces the specified original with the destination object.
static
|
ReplaceAt |
void |
Replaces the item at the specified index with the new item.
static
|
Extension Methods
Name | Value | Summary |
---|---|---|
Invoke |
object |
This is a thing I lifted from Prism.
|