Show / Hide Table of Contents

    Interface IRelations

    Handles relations between objects.

    Namespace: DocuWare.Services.Http.Client
    Assembly: DocuWare.RestClient.dll
    Syntax
    public interface IRelations

    Properties

    Links

    Gets the links.

    Declaration
    Link[] Links { get; }
    Property Value
    Type Description
    Link[]

    The links.

    Extension Methods

    MethodInvocation.Send<TResponse>(IRelations, HttpMethod, HttpClient, String, String[])
    MethodInvocation.Send<TResponse>(IRelations, CancellationToken, HttpMethod, HttpClient, String, String[])
    MethodInvocation.Send<TResponse, TRequest>(IRelations, HttpClientProxy, String, HttpMethod, String, TRequest, String)
    MethodInvocation.Send<TResponse, TRequest>(IRelations, HttpClientProxy, CancellationToken, String, HttpMethod, String, TRequest, String)
    MethodInvocation.Get<TResponse>(IRelations, HttpClient, String, String[])
    MethodInvocation.Get<TResponse>(IRelations, HttpClient, CancellationToken, String, String[])
    MethodInvocation.Delete<TResponse>(IRelations, HttpClient, String, String[])
    MethodInvocation.Delete<TResponse>(IRelations, HttpClient, CancellationToken, String, String[])
    RelationExtension.GetLink(IRelations, String)
    RelationExtension.GetRelationUri(IRelations, String)
    RelationExtension.GetRelationUriOrThrow(IRelations, String)
    RelationExtension.HasRelationUri(IRelations, String)
    About Us Contact Imprint Terms Data privacy
    © 2024 DocuWare Corporation powered by DocFX Back to top