Table of Contents

Class CreateSettingInput

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

Properties

AppId

public string AppId { get; set; }

Property Value

string

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

ComputedIdentifier

public Guid ComputedIdentifier { get; set; }

Property Value

Guid

CreatedById

public Guid? CreatedById { get; set; }

Property Value

Guid?

Data

public string Data { get; set; }

Property Value

string

IdentifierId

public string IdentifierId { get; set; }

Property Value

string

IgnoreOnFileChange

public bool? IgnoreOnFileChange { get; set; }

Property Value

bool?

RegistrationMode

public RegistrationMode RegistrationMode { get; set; }

Property Value

RegistrationMode

StoreInSeparateFile

public bool StoreInSeparateFile { get; set; }

Property Value

bool