Table of Contents

Class UpdateAppSettingInput

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

Properties

AppSettingId

public Guid AppSettingId { get; set; }

Property Value

Guid

ClassFullName

public string ClassFullName { get; set; }

Property Value

string

ClassName

public string ClassName { get; set; }

Property Value

string

ClassNamespace

public string ClassNamespace { get; set; }

Property Value

string

ClassRowVersion

public byte[] ClassRowVersion { get; set; }

Property Value

byte[]

ComputedIdentifier

public Guid ComputedIdentifier { get; set; }

Property Value

Guid

DataValidationDisabled

public bool DataValidationDisabled { get; set; }

Property Value

bool

IgnoreOnFileChange

public bool? IgnoreOnFileChange { get; set; }

Property Value

bool?

RegistrationMode

public RegistrationMode RegistrationMode { get; set; }

Property Value

RegistrationMode

SettingRowVersion

public byte[] SettingRowVersion { get; set; }

Property Value

byte[]

StoreInSeparateFile

public bool StoreInSeparateFile { get; set; }

Property Value

bool

UpdatedById

public Guid? UpdatedById { get; set; }

Property Value

Guid?