ProjectItem_set_NameRequest public sealed class ProjectItem_set_NameRequest : IPrintable, IEquatable<ProjectItem_set_NameRequest> Documentation Code public static CtxReadDelegate<ProjectItem_set_NameRequest> Read public static CtxWriteDelegate<ProjectItem_set_NameRequest> Write public ProjectItemModel Model { get; } public string NewName { get; } public ProjectItem_set_NameRequest(ProjectItemModel model, string newName) public void Deconstruct(out ProjectItemModel model, out string newName) public bool Equals(ProjectItem_set_NameRequest other) public void Print(PrettyPrinter printer)