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