Table of Contents

Class DerivationSelectorBuilder

Namespace
Microsoft.Accordant
Assembly
Accordant.Operations.dll

Fluent builder for DerivationSelector.

public class DerivationSelectorBuilder
Inheritance
DerivationSelectorBuilder
Inherited Members

Methods

From(string)

Filter to derivations from a specific source operation.

public DerivationSelectorBuilder From(string operationName)

Parameters

operationName string

The source operation name.

Returns

DerivationSelectorBuilder

From(params string[])

Filter to derivations from specific source operations (for future multi-source support).

public DerivationSelectorBuilder From(params string[] operationNames)

Parameters

operationNames string[]

The source operation names.

Returns

DerivationSelectorBuilder

Variant(string)

Filter to a specific variant label.

public DerivationSelectorBuilder Variant(string variant)

Parameters

variant string

The variant label (e.g., "IfMatch", "IfNoneMatch").

Returns

DerivationSelectorBuilder

Operators

implicit operator DerivationSelector(DerivationSelectorBuilder)

Implicitly convert the builder to a DerivationSelector.

public static implicit operator DerivationSelector(DerivationSelectorBuilder builder)

Parameters

builder DerivationSelectorBuilder

Returns

DerivationSelector