Class ServiceDiscoveryCriteria
Represents the criteria to which a discovered service must adhere.
Inheritance
System.Object
ServiceDiscoveryCriteria
Namespace: Copper.Discovery.Interface.V1
Assembly: Copper.Discovery.Interface.dll
Syntax
[DataContract]
public class ServiceDiscoveryCriteria
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. |
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. |