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
Properties
SkipDoLayout
public bool SkipDoLayout { get; init; }
Property Value
WorkspaceId
Defaults to the active workspace.
public Guid WorkspaceId { get; init; }