Method GetInsert
GetInsert(IPropertyValues, CancellationToken)
Gets the insert view model based on the provided property values.
Task<TInsert> GetInsert(IPropertyValues propertyValues, CancellationToken cancellationToken = default)
Parameters
propertyValues
IPropertyValuesThe property values used to create the insert view model.
cancellationToken
CancellationTokenThe cancellation token.
Returns
- Task<TInsert>
The insert view model.