Table of Contents

Method GetEdit

Namespace
Innova.Prism.Library.Services
Assembly
Innova.Prism.Library.dll

GetEdit(PrimaryKeys<T>, CancellationToken)

Gets the edit entity based on the primary keys.

public virtual Task<TEdit> GetEdit(PrimaryKeys<T> keys, CancellationToken cancellationToken = default)

Parameters

keys PrimaryKeys<T>

The primary keys of the entity.

cancellationToken CancellationToken

The cancellation token.

Returns

Task<TEdit>

The edit entity.