Table of Contents

Class SetWorkspaceNameTransform

Namespace
Whim
Assembly
Whim.dll
Set the name of the workspace with the provided Id to Name.
public record SetWorkspaceNameTransform : BaseWorkspaceTransform, IEquatable<Transform<bool>>, IEquatable<BaseWorkspaceTransform>, IEquatable<SetWorkspaceNameTransform>
Inheritance
SetWorkspaceNameTransform
Implements
Inherited Members

Constructors

SetWorkspaceNameTransform(Guid, string)

Set the name of the workspace with the provided Id to Name.
public SetWorkspaceNameTransform(Guid Id, string Name)

Parameters

Id Guid
The id of the workspace to set the name of.
Name string
The new name of the workspace.

Properties

Id

The id of the workspace to set the name of.
public Guid Id { get; init; }

Property Value

Guid

Name

The new name of the workspace.
public string Name { get; init; }

Property Value

string