IMacroProvider Interface

Represents a single macro provider. A macro provider may be IEstimate, IArticleDatabase or other entity that can contain macros.
Public Interface IMacroProvider
This language is not supported or no code example is available.
public interface IMacroProvider
This language is not supported or no code example is available.
Name Description
Public property MacroList Gets the list of all macros and requests available in the provider.
Top
Methods
 
Name Description
Public method GetMacro(string, string, bool) Gets a macro from the macro provider and saves it to a file.
Public method MacroExists(string) Determines whether a macro with specified ID exists in the macro provider.
Public method RemoveMacro(string) Removes a macro.
Public method RenameMacro(string, string) Renames a macro.
Public method SaveMacro(string, string, string) Saves a macro into the macro owner.
Top
Remarks
 
Serves for managing macros in a macro provider.
Version
 
Available since QDV 7.14.0001.

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition