Table of Contents

Class RuntimeTrackingMemberConfigurator

Namespace
Rinku.Tracking.Runtime
Assembly
Rinku.dll

Applies configuration to a generated member.

public sealed class RuntimeTrackingMemberConfigurator
Inheritance
RuntimeTrackingMemberConfigurator
Inherited Members
Extension Methods

Methods

Direct()

Stores the member directly on the generated item.

public void Direct()

Expose(bool)

Sets whether a CLR property is exposed.

public void Expose(bool exposed = true)

Parameters

exposed bool

Ignore()

Removes the member from generation.

public void Ignore()

NestedEdit(NestedEditMode)

Enables nested editing.

public void NestedEdit(NestedEditMode mode = NestedEditMode.InPlace)

Parameters

mode NestedEditMode

Parameters(bool)

Sets whether parameter projection includes the member.

public void Parameters(bool enabled = true)

Parameters

enabled bool

ReadOnly()

Makes the member read-only.

public void ReadOnly()

RuntimeAccess(bool)

Sets whether runtime access includes the member.

public void RuntimeAccess(bool enabled = true)

Parameters

enabled bool

SnapshotValue()

Stores a direct value in the edit snapshot.

public void SnapshotValue()