AssocEvaluationCallback Class |
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 | (Inherited from DisposableWrapper.) |
![]() |
IsDisposed | (Inherited from DisposableWrapper.) |
![]() |
UnmanagedObject | (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 |
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 |
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 | (Inherited from DisposableWrapper.) |
![]() |
Finalize | (Inherited from DisposableWrapper.) |
![]() |
GetHashCode | (Inherited from DisposableWrapper.) |
![]() |
GetLifetimeService |
Retrieves the current lifetime service object
that controls the lifetime policy for this instance.
(Inherited from MarshalByRefObject.) |
![]() |
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.) |
![]() |
ToString |
Returns a string that represents the current
object.
(Inherited from Object.) |
© Bricsys NV. All rights reserved. |