[This is preliminary documentation and subject to change.]
Defines when to throw paging exceptions.
Member Name | Description |
---|---|
NeverThrowException | No exception is ever thrown. |
AlwaysThrowException | The exception is thrown every time items are reloaded. |
ThrowExceptionOnce | The exception is thrown the first time items are reloaded and the timestamp of the owner has changed. |
ThrowExceptionIfModified | The exception is thrown every time items are reloaded and the paged collection was localy modified. |
ThrowExceptionOnceIfModified | The exception is thrown the first time items are reloaded and the timestamp of the owner has changed, but only if the paged collection was localy modified. |
Namespace: PmMda.Net.Dog.Paging
Assembly: pmMDA.NET.Common (in pmMDA.NET.Common.dll)
PmMda.Net.Dog.Paging Namespace