Skip to main content

<a id=“SuperOffice_WebApi_Agents_IDatabaseAgent”></a> Interface IDatabaseAgent

Namespace: SuperOffice.WebApi.Agents
Assembly: SuperOffice.WebApi.dll
Database schema queries and changes

Implements

IAgentBase, IDisposable

Methods

<a id=“SuperOffice_WebApi_Agents_IDatabaseAgent_GetStepsFromNetServerCodeAsync_SuperOffice_WebApi_RequestOptions_”></a> GetStepsFromNetServerCodeAsync(RequestOptions)

Get information about the dictionary steps that NetServer was generated for

Parameters

requestOptions RequestOptions Override language/culture codes on this request.

Returns

Task<DictionaryStepInformation[]&gt; Array of dictionary steps used when NetServer was generated, listing only the highest number for each step

<a id=“SuperOffice_WebApi_Agents_IDatabaseAgent_GetStepsInDatabaseAsync_SuperOffice_WebApi_RequestOptions_”></a> GetStepsInDatabaseAsync(RequestOptions)

Get information about the dictionary steps that are in the currently-loggedon database

Parameters

requestOptions RequestOptions Override language/culture codes on this request.

Returns

Task<DictionaryStepInformation[]&gt; Array of dictionary steps in the database, listing only the highest number for each step