Class ServiceInfo
- Namespace
- Steeltoe.CloudFoundry.Connector.Services
- Assembly
- Steeltoe.CloudFoundry.ConnectorBase.dll
public abstract class ServiceInfo : IServiceInfo
- Inheritance
-
ServiceInfo
- Implements
- Derived
- Inherited Members
Constructors
ServiceInfo(string)
public ServiceInfo(string id)
Parameters
id
string
ServiceInfo(string, ApplicationInstanceInfo)
public ServiceInfo(string id, ApplicationInstanceInfo info)
Parameters
id
stringinfo
ApplicationInstanceInfo
Properties
ApplicationInfo
public IApplicationInstanceInfo ApplicationInfo { get; protected set; }
Property Value
Id
public string Id { get; protected set; }