Table of Contents

Class GetOrCreateResponse

Namespace
OpenSettings.Models.Responses
Assembly
OpenSettings.dll
public class GetOrCreateResponse
Inheritance
GetOrCreateResponse
Inherited Members

Properties

Id

public int Id { get; set; }

Property Value

int

IsNewlyCreated

public bool IsNewlyCreated { get; set; }

Property Value

bool

Name

public string Name { get; set; }

Property Value

string

SortOrder

public int SortOrder { get; set; }

Property Value

int