Class UpdateGroupInput
- Namespace
- OpenSettings.Models.Inputs
- Assembly
- OpenSettings.dll
public class UpdateGroupInput
- Inheritance
-
UpdateGroupInput
- Inherited Members
Properties
GroupId
[JsonIgnore]
public string GroupId { get; set; }
Property Value
Name
public string Name { get; set; }
Property Value
RowVersion
public byte[] RowVersion { get; set; }
Property Value
- byte[]
SetSortOrderPosition
public SetSortOrderPosition? SetSortOrderPosition { get; set; }
Property Value
SortOrder
public int SortOrder { get; set; }
Property Value
UpdatedById
[JsonIgnore]
public Guid? UpdatedById { get; set; }
Property Value
- Guid?