Class SqlServerServiceInfoFactory
Inheritance
System.Object
SqlServerServiceInfoFactory
Assembly: Steeltoe.Connector.ConnectorBase.dll
Syntax
public class SqlServerServiceInfoFactory : ServiceInfoFactory, IServiceInfoFactory
Constructors
|
Edit this page
View Source
SqlServerServiceInfoFactory()
Declaration
public SqlServerServiceInfoFactory()
|
Edit this page
View Source
Declaration
public SqlServerServiceInfoFactory(Tags tags, string scheme)
Parameters
Type |
Name |
Description |
Tags |
tags |
|
System.String |
scheme |
|
|
Edit this page
View Source
Declaration
public SqlServerServiceInfoFactory(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, String, String)
Declaration
public IServiceInfo Create(string id, string url, string username, string password)
Parameters
Type |
Name |
Description |
System.String |
id |
|
System.String |
url |
|
System.String |
username |
|
System.String |
password |
|
Returns
Implements