Table of Contents

Method GetInsert

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

GetInsert(IPropertyValues, CancellationToken)

Gets the insert view model based on the provided property values.

Task<TInsert> GetInsert(IPropertyValues propertyValues, CancellationToken cancellationToken = default)

Parameters

propertyValues IPropertyValues

The property values used to create the insert view model.

cancellationToken CancellationToken

The cancellation token.

Returns

Task<TInsert>

The insert view model.