Table of Contents

Struct Step_3__Motiv_Spec<TModel>

Namespace
Motiv
Assembly
Motiv.dll

Motiv.BooleanPredicateProposition.PropositionBuilders.AsyncMultiAssertionExplanationPropositionFactory<TModel>

public readonly struct Step_3__Motiv_Spec<TModel>

Type Parameters

TModel
Inherited Members
Extension Methods

Methods

WhenFalse(in Func<TModel, string>)

The metadata factory for the proposition when the predicate is false.

<xref href="Motiv.BooleanPredicateProposition.PropositionBuilders.AsyncMultiAssertionExplanationPropositionFactory%601" data-throw-if-not-resolved="false"></xref>
public AsyncMultiAssertionExplanationPropositionFactory<TModel> WhenFalse(in Func<TModel, string> whenFalse)

Parameters

whenFalse Func<TModel, string>

Returns

AsyncMultiAssertionExplanationPropositionFactory<TModel>

WhenFalse(in string)

The metadata factory for the proposition when the predicate is false.

<xref href="Motiv.BooleanPredicateProposition.PropositionBuilders.AsyncMultiAssertionExplanationPropositionFactory%601" data-throw-if-not-resolved="false"></xref>
public AsyncMultiAssertionExplanationPropositionFactory<TModel> WhenFalse(in string whenFalse)

Parameters

whenFalse string

Returns

AsyncMultiAssertionExplanationPropositionFactory<TModel>

WhenFalseYield(in Func<TModel, IEnumerable<string>>)

The metadata factory for the proposition when the predicate is false.

<xref href="Motiv.BooleanPredicateProposition.PropositionBuilders.AsyncMultiAssertionExplanationPropositionFactory%601" data-throw-if-not-resolved="false"></xref>
public AsyncMultiAssertionExplanationPropositionFactory<TModel> WhenFalseYield(in Func<TModel, IEnumerable<string>> whenFalse)

Parameters

whenFalse Func<TModel, IEnumerable<string>>

Returns

AsyncMultiAssertionExplanationPropositionFactory<TModel>