Table of Contents

Class NestedEditAttribute

Namespace
Rinku.Tracking.Runtime
Assembly
Rinku.dll

Enables editing for a nested member.

[AttributeUsage(AttributeTargets.Property|AttributeTargets.Field, Inherited = true)]
public sealed class NestedEditAttribute : Attribute, IRuntimeTrackingConfigurationAttribute
Inheritance
NestedEditAttribute
Implements
Inherited Members
Extension Methods

Constructors

NestedEditAttribute()

public NestedEditAttribute()

NestedEditAttribute(NestedEditMode)

Creates the attribute with a nested edit mode.

public NestedEditAttribute(NestedEditMode mode)

Parameters

mode NestedEditMode

Properties

Mode

Gets the nested edit mode.

public NestedEditMode Mode { get; }

Property Value

NestedEditMode

Methods

Apply(RuntimeTrackingMemberConfigurator)

Applies configuration to a member.

public void Apply(RuntimeTrackingMemberConfigurator member)

Parameters

member RuntimeTrackingMemberConfigurator