Table of Contents

Class RelationalServiceInfoFactory

Namespace
Steeltoe.CloudFoundry.Connector.Services
Assembly
Steeltoe.CloudFoundry.ConnectorBase.dll
public abstract class RelationalServiceInfoFactory : ServiceInfoFactory
Inheritance
RelationalServiceInfoFactory
Derived
Inherited Members

Constructors

RelationalServiceInfoFactory(Tags, string)

public RelationalServiceInfoFactory(Tags tags, string scheme)

Parameters

tags Tags
scheme string

RelationalServiceInfoFactory(Tags, string[])

public RelationalServiceInfoFactory(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)

public abstract IServiceInfo Create(string id, string url)

Parameters

id string
url string

Returns

IServiceInfo