|
|
The DocumentDatabase type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
|
|
BeginTransaction |
Begin a transaction.
|
|
|
Dispose()()()() | |
|
|
Dispose(Boolean) | |
|
|
EnableTableUndoable |
Enable table to undoable or redoable.
|
|
|
Equals | (Inherited from Object.) |
|
|
Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
|
|
GetHashCode |
Serves as a hash function for a particular type. GetHashCode()()()() is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) |
|
|
GetType |
Gets the Type of the current instance. (Inherited from Object.) |
|
|
MemberwiseClone |
Creates a shallow copy of the current Object. (Inherited from Object.) |
|
|
ToNavisworksConnection |
Explicit form of conversion operator returning Value
|
|
|
ToString | (Inherited from Object.) |
Operators
| Name | Description | |
|---|---|---|
|
|
Implicit Widening Implicit Implicit Implicit (DocumentDatabase to NavisworksConnection) |
Conversion operator returning Value
|
Properties
| Name | Description | |
|---|---|---|
|
|
ExistLiveTransaction |
If is in a transaction.
|
|
|
Value |
The value of the NavisworksConnection of embedded database in the document
|
Events
| Name | Description | |
|---|---|---|
|
|
Changed |
Occurs when the DocumentDatabase has changed
|
|
|
Changing |
Occurs when the DocumentDatabase is about to change
|
|
|
Loaded |
Occurs when entirely new database loaded from file.
|
|
|
TransactionBeginning |
Occurs when a database transaction is about to begins, before any of the edits in the transaction take place.
|
|
|
TransactionBegun |
Occurs when a database transaction begins, before any of the edits in the transaction take place.
|
|
|
TransactionCommitting |
Occurs when a database transaction has completed all edits and will commit.
|
|
|
TransactionRollingBack |
Occurs when a database transaction has completed all edits and happen error, but will rollback.
|
|
|
Unloading |
Current database about to be unloaded (about to change file or exit).
|