ICommonCallingContext Interface

Contains general information about a context in which a macro is being executed.
Public Interface ICommonCallingContext
This language is not supported or no code example is available.
public interface ICommonCallingContext
This language is not supported or no code example is available.
Name Description
Public property CallingEventName Gets or sets the event name if the macro was called from an event.
Public property CallingUserID Gets the ID of the calling user.
Public property EditModeActive Gets a value indicating whether the edit mode is active.
Public property IsForeignMacro Gets or sets a value indicating whether this is a foreign macro. This means the macro doesn't belong to the current estimate or database but it is stored in a separate .qdvmacro file or it is an extended function.
Public property IsFromEventMacro Gets or sets a value indicating whether this macro was called from an event.
Public property MustCancel Gets or sets a value indicating whether the macro or event was canceled.
Public property QdvManager Gets the QdvManager object for the current execution session.
Public property UserDefinedObject Gets or sets the custom data.
Top
Version
 
Available since QDV 7.14.524.

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition