Class ServiceRegistration
Inheritance
System.Object
ServiceRegistration
Assembly: Steeltoe.Management.Endpoint.dll
Syntax
public sealed class ServiceRegistration : object
Constructors
|
Edit this page
View Source
ServiceRegistration(ServiceDescriptor)
Declaration
public ServiceRegistration(ServiceDescriptor descriptor)
Parameters
Type |
Name |
Description |
ServiceDescriptor |
descriptor |
|
Properties
|
Edit this page
View Source
AssemblyName
Declaration
public string AssemblyName { get; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
Dependencies
Declaration
public ISet<string> Dependencies { get; }
Property Value
Type |
Description |
ISet<System.String> |
|
|
Edit this page
View Source
Key
Declaration
public string? Key { get; }
Property Value
Type |
Description |
System.Nullable<System.String> |
|
|
Edit this page
View Source
Scope
Declaration
public string Scope { get; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
Type
Declaration
public string Type { get; }
Property Value
Type |
Description |
System.String |
|
Methods
|
Edit this page
View Source
ToString()
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|