QdvSetDatabase Interface

NOTE: This member is now obsolete. Use Qdv.UserApi.ISetDatabase instead.

Represents a database of sets.
<Obsolete("Use Qdv.UserApi.ISetDatabase instead.")> _ 
Public Interface QdvSetDatabase
This language is not supported or no code example is available.
[Obsolete("Use Qdv.UserApi.ISetDatabase instead.")] 
public interface QdvSetDatabase
This language is not supported or no code example is available.
Methods
 
Name Description
Public method CreateSet(string, string, string, string, string, bool) Obsolete. Creates a new set in the database.
Public method DeleteSet(long) Obsolete. Deletes a set from the database.
Public method GetAllSets() Obsolete. Returns the list of all sets in the database.
Public method GetCurrentSetID() Obsolete. Returns the unique ID of the current set.
Public method GetSet(long) Obsolete. Returns the set with specified ID from the database.
Public method GetSet(string) Obsolete. Returns the set with specified reference from the database.
Public method RunQdvMacro(string, ref MacroExecutionError, ref CallingContext) Obsolete. Runs a macro in the set DB.
Top

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition