Table of Contents

Class CanLookAnywhereAttribute

Namespace
Rinku.Mapping
Assembly
Rinku.dll

The member may look anywhere in the schema to find its column, not only the one following the last consumed. On a complex-typed slot this frees only the subtree's first claimed column. The rest keep the inherited regime. Use CanLookAnywhereSubtreeAttribute to free the whole subtree.

[AttributeUsage(AttributeTargets.Property|AttributeTargets.Field|AttributeTargets.Parameter)]
public sealed class CanLookAnywhereAttribute : Attribute, IUsageFlagModifier
Inheritance
CanLookAnywhereAttribute
Implements
Inherited Members
Extension Methods

Methods

UpdateFlags(object?, ref UsageFlags)

Adjusts the reading-order flags for the member this is on.

public void UpdateFlags(object? param, ref UsageFlags usageFlag)

Parameters

param object
usageFlag UsageFlags