Show / Hide Table of Contents

    Class DiscoveryServiceEndpointMetadataExtensions

    extensions.

    Inheritance
    System.Object
    DiscoveryServiceEndpointMetadataExtensions
    Namespace: Copper.Common.Metadata
    Assembly: Copper.Discovery.Service.dll
    Syntax
    public static class DiscoveryServiceEndpointMetadataExtensions

    Methods

    View Source

    ToDiscoveryEndpointMetadata(EndpointMetadata)

    Converts a instance to a EndpointMetadata instance.

    Declaration
    public static EndpointMetadata ToDiscoveryEndpointMetadata(this EndpointMetadata endpointMetadata)
    Parameters
    Type Name Description
    EndpointMetadata endpointMetadata

    The endpoint metadata.

    Returns
    Type Description
    EndpointMetadata

    The EndpointMetadata instance.

    • View Source
    Back to top Generated by DocFX