FDO .NET API Reference Feature Data Objects
Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

mgConflictType.h File Reference


Namespaces

namespace  OSGeo
namespace  OSGeo::FDO
namespace  OSGeo::FDO::Commands
namespace  OSGeo::FDO::Commands::Locking

Enumerations

enum  ConflictType {
  ConflictType_LockConflict = FdoConflictType_LockConflict,
  ConflictType_VersionConflict = FdoConflictType_VersionConflict,
  ConflictType_Unsupported = FdoConflictType_Unsupported
}
 The ConflictType enumeration defines conflict types required to identify the lock type of a conflict reported with the lock conflict reader. More...

Enumeration Type Documentation

enum ConflictType
 

The ConflictType enumeration defines conflict types required to identify the lock type of a conflict reported with the lock conflict reader.

Enumeration values:
ConflictType_LockConflict  Identifies a reported conflict in the lock conflict reader as a lock conflict. A conflict represents a lock conflict if an object the user requests to be locked is already locked by a different user.
ConflictType_VersionConflict  Identifies a reported conflict in the lock conflict reader as a version conflict. A conflict represents a version conflict if an object the user requests to be locked has already been versioned.
ConflictType_Unsupported  Indicates that an unsupported or unknown conflict type has been encountered.

Comments or suggestions? Send us feedback.