Interface ILongTransactionList
Represents a list of long transactions
Namespace: OSGeo.MapGuide.ObjectModels.Common
Assembly: OSGeo.MapGuide.ObjectModels.dll
Syntax
public interface ILongTransactionList
Properties
| Improve this Doc View SourceTransactions
Gets the long transactions in this list
Declaration
IEnumerable<ILongTransaction> Transactions { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<ILongTransaction> |