Table of Contents

Class ExplanationExtensions

Namespace
Motiv
Assembly
Motiv.dll

Provides extension methods for explanations.

public static class ExplanationExtensions
Inheritance
ExplanationExtensions
Inherited Members

Methods

GetAllAssertions(IEnumerable<Explanation>)

Gets the assertions from a collection of explanations.

public static IEnumerable<string> GetAllAssertions(this IEnumerable<Explanation> explanations)

Parameters

explanations IEnumerable<Explanation>

The explanations.

Returns

IEnumerable<string>

The aggregation of the assertions contained within the supplied explanations.

GetAssertions(IEnumerable<Explanation>)

Gets the assertions from a collection of explanations.

public static IEnumerable<string> GetAssertions(this IEnumerable<Explanation> explanations)

Parameters

explanations IEnumerable<Explanation>

The explanations.

Returns

IEnumerable<string>

The aggregation of the assertions contained within the supplied explanations.