Table of Contents

Class ParameterConflictAttribute

Namespace
Rinku.Querying.Parameters
Assembly
Rinku.dll

Configures equal-priority parameter-source conflicts for a parameter object type.

[AttributeUsage(AttributeTargets.Class|AttributeTargets.Struct|AttributeTargets.Interface, Inherited = true)]
public sealed class ParameterConflictAttribute : Attribute
Inheritance
ParameterConflictAttribute
Inherited Members
Extension Methods

Constructors

ParameterConflictAttribute(ParameterConflictBehavior)

Configures equal-priority parameter-source conflicts for a parameter object type.

public ParameterConflictAttribute(ParameterConflictBehavior behavior)

Parameters

behavior ParameterConflictBehavior

Properties

Behavior

The conflict behavior used after normal source priority has been applied.

public ParameterConflictBehavior Behavior { get; }

Property Value

ParameterConflictBehavior