Table of Contents

Class BaseWorkspaceTransform

Namespace
Whim
Assembly
Whim.dll
Base transform for a workspace operation. The return value from the store dispatch is whether the workspace has changed.
public abstract record BaseWorkspaceTransform : Transform<bool>, IEquatable<Transform<bool>>, IEquatable<BaseWorkspaceTransform>
Inheritance
BaseWorkspaceTransform
Implements
Derived
Inherited Members

Constructors

BaseWorkspaceTransform(Guid, bool)

Base transform for a workspace operation. The return value from the store dispatch is whether the workspace has changed.
protected BaseWorkspaceTransform(Guid WorkspaceId, bool SkipDoLayout = false)

Parameters

WorkspaceId Guid
Defaults to the active workspace.
SkipDoLayout bool

Properties

SkipDoLayout

public bool SkipDoLayout { get; init; }

Property Value

bool

WorkspaceId

Defaults to the active workspace.
public Guid WorkspaceId { get; init; }

Property Value

Guid