Assoc
|
This .NET class wraps the OdDbAssocEvaluationCallback class.
This class implements a mechanism for associative actions (represented by the AssocActions class) to notify about the progress of evaluation, to report about the result of evaluation, notify about which objects will be used and modified by the action, to allow the evaluation programs to be terminated by the client, etc.
The AssocEvaluationCallback type exposes the following members.
| Name | Description | |
|---|---|---|
| AutoDelete | Property that indicates whether the object should be
automatically deleted by the Garbage Collector. (Inherited from DisposableWrapper) |
|
| IsDisposed | Property that indicates whether pointer to native code
unmanaged object == IntPtr::Zero. (Inherited from DisposableWrapper) |
|
| UnmanagedObject | Property that represents a pointer to an unmanaged
object. (Inherited from DisposableWrapper) |
| Name | Description | |
|---|---|---|
| BeginActionEvaluation | Initiates action evaluation. This callback is called inside the AssocAction.Evaluate() method and should not be called from the individual EvaluateOverride() method calls. Currently not implemented. | |
| BeginActionEvaluationUsingObject | Initiates action evaluation. The action informs that it will perform read and write operations on the object represented by objectId. The action uses this callback just before it opens the object for read or write. Currently not implemented. | |
| CancelActionEvaluation | Initiates action evaluation. The action informs that it will perform read and write operations on the object represented by objectId. The action uses this callback just before it opens the object for read or write. Currently not implemented. | |
| CreateObjRef | (Inherited from MarshalByRefObject) |
|
| DeleteUnmanagedObject | Deletes a pointer to the wrapped corresponding C++
OdDbAssocTransformationType object. (Overrides DisposableWrapperDeleteUnmanagedObject) |
|
| Dispose | (Inherited from DisposableWrapper) |
|
| Dispose(Boolean) | (Inherited from DisposableWrapper) |
|
| EndActionEvaluation | The action informs that it has finished its evaluation. | |
| EndActionEvaluationUsingObject | The action informs that it has finished performing read and/or write operations on the specified object represented by obj. | |
| Equals | Checks objects for equality. (Inherited from DisposableWrapper) |
|
| Finalize | (Inherited from DisposableWrapper) |
|
| GetHashCode | Retrieves the object hash code. (Inherited from DisposableWrapper) |
|
| GetLifetimeService | (Inherited from MarshalByRefObject) |
|
| GetType | (Inherited from Object) |
|
| InitializeLifetimeService | (Inherited from MarshalByRefObject) |
|
| MemberwiseClone | (Inherited from Object) |
|
| MemberwiseClone(Boolean) | (Inherited from MarshalByRefObject) |
|
| ToString | (Inherited from Object) |
| © Bricsys NV. All rights reserved. |