Table of Contents

Struct RuntimeTrackingMetadataSource

Namespace
Rinku.Tracking.Runtime
Assembly
Rinku.dll

Describes a property metadata source.

public readonly record struct RuntimeTrackingMetadataSource : IEquatable<RuntimeTrackingMetadataSource>
Implements
Inherited Members
Extension Methods

Constructors

RuntimeTrackingMetadataSource(MemberInfo, bool)

Creates a property metadata source.

public RuntimeTrackingMetadataSource(MemberInfo source, bool inheritedOnly)

Parameters

source MemberInfo
inheritedOnly bool

Properties

InheritedOnly

Gets whether only inherited attributes apply.

public bool InheritedOnly { get; }

Property Value

bool

Source

Gets the source member.

public MemberInfo Source { get; }

Property Value

MemberInfo