Table of Contents

Class SqlServerServiceInfoFactory

Namespace
Steeltoe.CloudFoundry.Connector.Services
Assembly
Steeltoe.CloudFoundry.ConnectorBase.dll
public class SqlServerServiceInfoFactory : ServiceInfoFactory
Inheritance
SqlServerServiceInfoFactory
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)

public override IServiceInfo Create(Service binding)

Parameters

binding Service

Returns

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