PartitionableListAddBehavior Type

Determines the behavior when an item is inserted in the PartitionableList

Record fields

Record Field Description

AddLast_AddFirstIfEmpty

Full Usage: AddLast_AddFirstIfEmpty

Field type: PartitionableListAddBehavior
Modifiers: static

If there are items in the partial view, the new item is added to the parent list as the last item. If the partial view is empty, the new item is inserted in the parent list at index 0.

Field type: PartitionableListAddBehavior

AddLast_AddLastIfEmpty

Full Usage: AddLast_AddLastIfEmpty

Field type: PartitionableListAddBehavior
Modifiers: static

If there are items in the partial view, the new item is added to the parent list as the last item. If the partial view is empty, the new item is added to the parent list as the last item.

Field type: PartitionableListAddBehavior

KeepTogether_AddFirstIfEmpty

Full Usage: KeepTogether_AddFirstIfEmpty

Field type: PartitionableListAddBehavior
Modifiers: static

If there are items in the partial view, the new item is added to the parent list immediately after the last item of the partial view. If the partial view is empty, the new item is inserted in the parent list at index 0.

Field type: PartitionableListAddBehavior

KeepTogether_AddLastIfEmpty

Full Usage: KeepTogether_AddLastIfEmpty

Field type: PartitionableListAddBehavior
Modifiers: static

If there are items in the partial view, the new item is added to the parent list immediately after the last item of the partial view. If the partial view is empty, the new item is added to the parent list as the last item.

Field type: PartitionableListAddBehavior

value__

Full Usage: value__

Field type: int
Modifiers: mutable

Field type: int