Table of Contents

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

string

Name

public string Name { get; set; }

Property Value

string

RowVersion

public byte[] RowVersion { get; set; }

Property Value

byte[]

SetSortOrderPosition

public SetSortOrderPosition? SetSortOrderPosition { get; set; }

Property Value

SetSortOrderPosition?

SortOrder

public int SortOrder { get; set; }

Property Value

int

UpdatedById

[JsonIgnore]
public Guid? UpdatedById { get; set; }

Property Value

Guid?