Table of Contents

Struct Step_8__Motiv_Spec<TModel>

Namespace
Motiv
Assembly
Motiv.dll

Motiv.BooleanPredicateProposition.PropositionBuilders.MultiAssertionExplanationPropositionFactory<TModel>

public readonly struct Step_8__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.MultiAssertionExplanationPropositionFactory%601" data-throw-if-not-resolved="false"></xref>
public MultiAssertionExplanationPropositionFactory<TModel> WhenFalse(in Func<TModel, string> whenFalse)

Parameters

whenFalse Func<TModel, string>

Returns

MultiAssertionExplanationPropositionFactory<TModel>

WhenFalse(in string)

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

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

Parameters

whenFalse string

Returns

MultiAssertionExplanationPropositionFactory<TModel>

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

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

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

Parameters

whenFalse Func<TModel, IEnumerable<string>>

Returns

MultiAssertionExplanationPropositionFactory<TModel>