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
Properties
Id
The id of the workspace to set the name of.
public Guid Id { get; init; }
Property Value
Name
The new name of the workspace.
public string Name { get; init; }