Table of Contents

Class EntityChange

Namespace
The.WPF.Screens
Assembly
Instagile.WPF.dll
public sealed record EntityChange : Change, IEquatable<Change>, IEquatable<EntityChange>
Inheritance
EntityChange
Implements
Inherited Members

Constructors

EntityChange(IEntity)

public EntityChange(IEntity Entity)

Parameters

Entity IEntity

Properties

Entity

public IEntity Entity { get; init; }

Property Value

IEntity