Class ConnectionsController
Inheritance
System.Object
Microsoft.AspNetCore.Mvc.ControllerBase
ConnectionsController
Assembly: FastReport.OpenSource.Web.dll
Syntax
public sealed class ConnectionsController : ApiControllerBase
Constructors
ConnectionsController(IConnectionsService)
Declaration
public ConnectionsController(IConnectionsService connectionsService)
Parameters
Methods
GetConnectionStringProperties(ConnectionsController.ConnectionsParams)
Declaration
[HttpGet]
[Route("/_fr/designer.getConnectionStringProperties")]
public IActionResult GetConnectionStringProperties([FromQuery] ConnectionsController.ConnectionsParams query)
Parameters
Returns
Type |
Description |
Microsoft.AspNetCore.Mvc.IActionResult |
|
GetConnectionTables(ConnectionsController.ConnectionsParams)
Declaration
[HttpGet]
[Route("/_fr/designer.getConnectionTables")]
public IActionResult GetConnectionTables([FromQuery] ConnectionsController.ConnectionsParams query)
Parameters
Returns
Type |
Description |
Microsoft.AspNetCore.Mvc.IActionResult |
|
GetConnectionTypes()
Declaration
[HttpGet]
[Route("/_fr/designer.getConnectionTypes")]
public IActionResult GetConnectionTypes()
Returns
Type |
Description |
Microsoft.AspNetCore.Mvc.IActionResult |
|
MakeConnectionString(String)
Declaration
[HttpPost]
[Route("/_fr/designer.makeConnectionString")]
public IActionResult MakeConnectionString(string connectionType)
Parameters
Type |
Name |
Description |
System.String |
connectionType |
|
Returns
Type |
Description |
Microsoft.AspNetCore.Mvc.IActionResult |
|