Table of Contents

Struct Step_62__Motiv_Spec<TModel>

Namespace
Motiv
Assembly
Motiv.dll

Motiv.ExpressionTreeProposition.PropositionBuilders.BooleanMultiAssertionExplanationExpressionTreePropositionFactory<TModel>

public readonly struct Step_62__Motiv_Spec<TModel>

Type Parameters

TModel
Inherited Members
Extension Methods

Methods

WhenFalse(in Func<TModel, BooleanResultBase<string>, string>)

The explanation to use when the expression evaluates to false.

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

Parameters

whenFalse Func<TModel, BooleanResultBase<string>, string>

Returns

BooleanMultiAssertionExplanationExpressionTreePropositionFactory<TModel>

WhenFalse(in Func<TModel, string>)

The explanation to use when the expression evaluates to false.

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

Parameters

whenFalse Func<TModel, string>

Returns

BooleanMultiAssertionExplanationExpressionTreePropositionFactory<TModel>

WhenFalse(in string)

The explanation to use when the expression evaluates to false.

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

Parameters

whenFalse string

Returns

BooleanMultiAssertionExplanationExpressionTreePropositionFactory<TModel>

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

The explanation to use when the expression evaluates to false.

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

Parameters

whenFalse Func<TModel, BooleanResultBase<string>, IEnumerable<string>>

Returns

BooleanMultiAssertionExplanationExpressionTreePropositionFactory<TModel>