Transaction Class |
The Transaction type exposes the following members.
| Name | Description | |
|---|---|---|
| Transaction |
Initializes a new instance of the Transaction class
|
| Name | Description | |
|---|---|---|
| AutoDelete | (Inherited from DisposableWrapper.) | |
| IsDisposed | (Inherited from DisposableWrapper.) | |
| TransactionManager |
Represents the transaction manager associated
with this transaction.
|
|
| UnmanagedObject | (Inherited from DisposableWrapper.) |
| Name | Description | |
|---|---|---|
| Abort |
Aborts the currently open transaction. This
method initiates a rollback of all changes to objects since the
start of the transaction.
|
|
| AddNewlyCreatedDBObject |
Adds a newly created database record
object.
|
|
| Clone | (Inherited from RXObject.) | |
| Commit |
Commits the changes made in all objects opened
during the transaction, and then closes them.
|
|
| CompareTo | (Inherited from RXObject.) | |
| CopyFrom | (Inherited from RXObject.) | |
| CreateObjRef |
Creates an object that contains all the
relevant information required to generate a proxy used to
communicate with a remote object.
(Inherited from MarshalByRefObject.) |
|
| DeleteUnmanagedObject | (Overrides RXObjectDeleteUnmanagedObject.) | |
| Dispose | (Inherited from DisposableWrapper.) | |
| Dispose(Boolean) | (Inherited from DisposableWrapper.) | |
| Equals | (Inherited from DisposableWrapper.) | |
| Finalize | (Inherited from DisposableWrapper.) | |
| GetAllObjects |
Retrieves all objects that are open in this
transaction.
|
|
| GetHashCode | (Inherited from DisposableWrapper.) | |
| GetLifetimeService |
Retrieves the current lifetime service object
that controls the lifetime policy for this instance.
(Inherited from MarshalByRefObject.) |
|
| GetObject(ObjectId, OpenMode) |
Calls the OpenObject() method of the
underlaying C++ object, for the passed id
within the specified open mode.
|
|
| GetObject(ObjectId, OpenMode, Boolean) |
Calls the OpenObject() method of the
underlaying C++ object for the passed id
within the specified open mode.
|
|
| GetObject(ObjectId, OpenMode, Boolean, Boolean) |
Calls the OpenObject() method of the
underlaying C++ object for the passed id
within the specified open mode.
|
|
| GetRXClass | (Inherited from RXObject.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) |
|
| InitializeLifetimeService |
Obtains a lifetime service object to control
the lifetime policy for this instance.
(Inherited from MarshalByRefObject.) |
|
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) |
|
| MemberwiseClone(Boolean) |
Creates a shallow copy of the current MarshalByRefObject object.
(Inherited from MarshalByRefObject.) |
|
| QueryX | (Inherited from RXObject.) | |
| ToString |
Returns a string that represents the current
object.
(Inherited from Object.) |
|
| X | (Inherited from RXObject.) |
| © Bricsys NV. All rights reserved. |