Show / Hide Table of Contents

    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 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

    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.

    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.

    Extension Methods

    DiscoveryServiceServiceMetadataExtensions.MatchesServiceDiscoveryCriteria(ServiceMetadata, ServiceDiscoveryCriteria)
    DiscoveryServiceServiceMetadataExtensions.ToDiscoveryServiceMetadata(ServiceMetadata)
    • View Source
    Back to top Generated by DocFX