Table of Contents

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 string
info ApplicationInstanceInfo

Properties

ApplicationInfo

public IApplicationInstanceInfo ApplicationInfo { get; protected set; }

Property Value

IApplicationInstanceInfo

Id

public string Id { get; protected set; }

Property Value

string