OpenCloseTransaction Class
|
Inheritance Hierarchy
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.3.0.0
Syntax
public class OpenCloseTransaction : Transaction
Public Class OpenCloseTransaction
Inherits Transaction
public ref class OpenCloseTransaction : public Transaction
type OpenCloseTransaction =
class
inherit Transaction
end
The OpenCloseTransaction type
exposes the following members.
Constructors
Properties
Methods
| |
Name |
Description |
|
Abort
|
(Overrides TransactionAbort) |
|
AddNewlyCreatedDBObject
|
(Overrides TransactionAddNewlyCreatedDBObject(DBObject,
Boolean)) |
|
Clone
|
(Inherited from RXObject) |
|
Commit
|
(Overrides TransactionCommit) |
|
CompareTo
|
(Inherited from RXObject) |
|
CopyFrom
|
(Inherited from RXObject) |
|
CreateObjRef
|
(Inherited from MarshalByRefObject) |
|
DeleteUnmanagedObject
|
(Overrides TransactionDeleteUnmanagedObject) |
|
Dispose
|
(Inherited from DisposableWrapper) |
|
Dispose(Boolean)
|
(Inherited from DisposableWrapper) |
|
Equals
|
(Inherited from DisposableWrapper) |
|
Finalize
|
(Inherited from DisposableWrapper) |
|
GetAllObjects
|
(Inherited from Transaction) |
|
GetHashCode
|
(Inherited from DisposableWrapper) |
|
GetLifetimeService
|
(Inherited from MarshalByRefObject) |
|
GetMetaObject
|
(Inherited from RXObject) |
|
GetObject(ObjectId,
OpenMode)
|
(Overrides TransactionGetObject(ObjectId,
OpenMode)) |
|
GetObject(ObjectId,
OpenMode, Boolean)
|
(Overrides TransactionGetObject(ObjectId, OpenMode,
Boolean)) |
|
GetObject(ObjectId,
OpenMode, Boolean, Boolean)
|
(Overrides TransactionGetObject(ObjectId, OpenMode,
Boolean, Boolean)) |
|
GetRXClass
|
(Inherited from RXObject) |
|
GetType
|
(Inherited from Object) |
|
InitializeLifetimeService
|
(Inherited from MarshalByRefObject) |
|
MemberwiseClone
|
(Inherited from Object) |
|
MemberwiseClone(Boolean)
|
(Inherited from MarshalByRefObject) |
|
QueryX
|
(Inherited from RXObject) |
|
ToString
|
(Inherited from Object) |
|
X
|
(Inherited from RXObject) |
Top
See Also