Table of Contents

Class HasArchivExtensions

Namespace
BpNexT.NET.Extensions.Internal
Assembly
BpNexT.NET.dll

Provides extension methods for the IHasArchiv class.

public static class HasArchivExtensions
Inheritance
object
HasArchivExtensions

Methods

MoveToArchiv(IHasArchiv)

Moves the current DataSet to it's Archiv.

public static bool MoveToArchiv(this IHasArchiv hasArchiv)

Parameters

hasArchiv IHasArchiv

Returns

bool

Exceptions

InvalidOperationException

When the IHasArchiv is not attached to a DataSet.