Table of Contents

Class UpdateAppInput

Namespace
OpenSettings.Models.Inputs
Assembly
OpenSettings.dll
public class UpdateAppInput
Inheritance
UpdateAppInput
Inherited Members

Properties

AppId

public string AppId { get; set; }

Property Value

string

ClientName

public string ClientName { get; set; }

Property Value

string

Description

public string Description { get; set; }

Property Value

string

DisplayName

public string DisplayName { get; set; }

Property Value

string

Group

public UpdateAppInputGroup Group { get; set; }

Property Value

UpdateAppInputGroup

ImageUrl

public string ImageUrl { get; set; }

Property Value

string

RowVersion

public byte[] RowVersion { get; set; }

Property Value

byte[]

Slug

public string Slug { get; set; }

Property Value

string

Tags

public UpdateAppInputTag[] Tags { get; set; }

Property Value

UpdateAppInputTag[]

UpdatedById

public Guid? UpdatedById { get; set; }

Property Value

Guid?

WikiUrl

public string WikiUrl { get; set; }

Property Value

string