Table of Contents

Class RelationalServiceInfoFactory

Namespace
Steeltoe.Connector.Services
Assembly
Steeltoe.Connector.ConnectorBase.dll
public abstract class RelationalServiceInfoFactory : ServiceInfoFactory, IServiceInfoFactory
Inheritance
RelationalServiceInfoFactory
Implements
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)

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)

public abstract IServiceInfo Create(string id, string url)

Parameters

id string
url string

Returns

IServiceInfo