Interface ILongTransaction
Represents a long transaction
Namespace: OSGeo.MapGuide.ObjectModels.Common
Assembly: OSGeo.MapGuide.ObjectModels.dll
Syntax
public interface ILongTransaction
Properties
| Improve this Doc View SourceCreationDate
Gets the creation date of the long transaction
Declaration
string CreationDate { get; }
Property Value
Type | Description |
---|---|
System.String |
Description
Gets the description of the long transaction
Declaration
string Description { get; }
Property Value
Type | Description |
---|---|
System.String |
IsActive
Gets whether the long transaction is active
Declaration
bool IsActive { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsFrozen
Gets whether the long transaction is frozen
Declaration
bool IsFrozen { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Name
Gets the name of the long transaction
Declaration
string Name { get; }
Property Value
Type | Description |
---|---|
System.String |
Owner
Gets the owner of the long transaction
Declaration
string Owner { get; }
Property Value
Type | Description |
---|---|
System.String |