Class ServiceMetadata
Represents the metadata of a service.
Inheritance
System.Object
ServiceMetadata
Namespace: Copper.Discovery.Interface.V1
Assembly: Copper.Discovery.Interface.dll
Syntax
[DataContract]
public class ServiceMetadata
Properties
View SourceApplicationName
Gets or sets the name of the application in which the service is running.
Declaration
[DataMember]
public string ApplicationName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The name of the application in which the service is running. |
ApplicationTypeName
Gets or sets the name of the application type in which the service is running.
Declaration
[DataMember]
public string ApplicationTypeName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The name of the application type in which the service is running. |
ListenerMetadataCollection
Gets or sets the service's listener metadata collection.
Declaration
[DataMember]
public ListenerMetadata[] ListenerMetadataCollection { get; set; }
Property Value
Type | Description |
---|---|
ListenerMetadata[] | The service's listener metadata collection. |
ServiceName
Gets or sets the name of the service.
Declaration
[DataMember]
public string ServiceName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The name of the service. |
ServiceTypeName
Gets or sets the name of the service type.
Declaration
[DataMember]
public string ServiceTypeName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The name of the service type. |