Class HasArchivExtensions
- Namespace
- BpNexT.NET.Extensions.Internal
- Assembly
- BpNexT.NET.dll
Provides extension methods for the IHasArchiv class.
public static class HasArchivExtensions
- Inheritance
-
objectHasArchivExtensions
Methods
MoveToArchiv(IHasArchiv)
Moves the current DataSet to it's Archiv.
public static bool MoveToArchiv(this IHasArchiv hasArchiv)
Parameters
hasArchivIHasArchiv
Returns
Exceptions
- InvalidOperationException
When the IHasArchiv is not attached to a DataSet.