Table of Contents

Method GetEdit

Namespace
Innova.Rest.Client
Assembly
Innova.Rest.Client.dll

GetEdit(IPrimaryKey, CancellationToken)

Gets the edit entity based on the specified primary keys.

public Task<TEdit> GetEdit(IPrimaryKey keys, CancellationToken cancellationToken = default)

Parameters

keys IPrimaryKey

The primary keys of the entity.

cancellationToken CancellationToken

The cancellation token.

Returns

Task<TEdit>

The edit entity.