ctrlX Data Layer .NET API  4.3.0
Loading...
Searching...
No Matches
IBulk.cs
1using System;
2
3namespace Datalayer
4{
8 public interface IBulk : INativeDisposable
9 {
14 IBulkItem[] Items { get; }
15 }
16}
The IBulkItem interface.
Definition: IBulkItem.cs:9
The IBulk interface.
Definition: IBulk.cs:9
IBulkItem[] Items
Gets the items.
Definition: IBulk.cs:14
The INativeDisposable interface.