Show / Hide Table of Contents

    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 Source

    ApplicationName

    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.

    View Source

    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.

    View Source

    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.

    View Source

    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.

    • View Source
    Back to top Generated by DocFX