Class RelationalServiceInfoFactory
Inheritance
System.Object
RelationalServiceInfoFactory
Assembly: Steeltoe.Connector.ConnectorBase.dll
Syntax
public abstract class RelationalServiceInfoFactory : ServiceInfoFactory, IServiceInfoFactory
Constructors
|
Edit this page
View Source
Declaration
public RelationalServiceInfoFactory(Tags tags, string scheme)
Parameters
Type |
Name |
Description |
Tags |
tags |
|
System.String |
scheme |
|
|
Edit this page
View Source
Declaration
public RelationalServiceInfoFactory(Tags tags, string[] schemes)
Parameters
Type |
Name |
Description |
Tags |
tags |
|
System.String[] |
schemes |
|
Methods
|
Edit this page
View Source
Create(Service)
Declaration
public override IServiceInfo Create(Service binding)
Parameters
Type |
Name |
Description |
Service |
binding |
|
Returns
Overrides
|
Edit this page
View Source
Create(String, String)
Declaration
public abstract IServiceInfo Create(string id, string url)
Parameters
Type |
Name |
Description |
System.String |
id |
|
System.String |
url |
|
Returns
Implements