Table of Contents

Struct RuleApplicationMigration

Namespace
NMF.AnyText.Rules
Assembly
NMF.AnyText.Core.dll

Represents a migration from an old rule application to a new one

public record struct RuleApplicationMigration : IEquatable<RuleApplicationMigration>
Implements
Inherited Members

Constructors

RuleApplicationMigration(RuleApplication, RuleApplication)

Represents a migration from an old rule application to a new one

public RuleApplicationMigration(RuleApplication Old, RuleApplication New)

Parameters

Old RuleApplication

the old rule application

New RuleApplication

the new rule application

Properties

New

the new rule application

public RuleApplication New { readonly get; set; }

Property Value

RuleApplication

Old

the old rule application

public RuleApplication Old { readonly get; set; }

Property Value

RuleApplication