Table of Contents

Class SqlServerServiceInfoFactory

Namespace
Steeltoe.Connector.Services
Assembly
Steeltoe.Connector.ConnectorBase.dll
public class SqlServerServiceInfoFactory : ServiceInfoFactory, IServiceInfoFactory
Inheritance
SqlServerServiceInfoFactory
Implements
Inherited Members

Constructors

SqlServerServiceInfoFactory()

public SqlServerServiceInfoFactory()

SqlServerServiceInfoFactory(Tags, string)

public SqlServerServiceInfoFactory(Tags tags, string scheme)

Parameters

tags Tags
scheme string

SqlServerServiceInfoFactory(Tags, string[])

public SqlServerServiceInfoFactory(Tags tags, string[] schemes)

Parameters

tags Tags
schemes string[]

Methods

Create(Service)

Return service information from a service binding

public override IServiceInfo Create(Service binding)

Parameters

binding Service

A service binding

Returns

IServiceInfo

Relevant IServiceInfo

Create(string, string, string, string)

public IServiceInfo Create(string id, string url, string username, string password)

Parameters

id string
url string
username string
password string

Returns

IServiceInfo