Table of Contents

Interface ILocalSetting

Namespace
OpenSettings.Models
Assembly
OpenSettings.dll
public interface ILocalSetting

Properties

ComputedIdentifier

Guid ComputedIdentifier { get; }

Property Value

Guid

FilePath

string FilePath { get; }

Property Value

string

GeneratedFilePath

string GeneratedFilePath { get; }

Property Value

string

HasRegistrationModeAttribute

bool HasRegistrationModeAttribute { get; }

Property Value

bool

HasStoreInSeparateFileAttribute

bool HasStoreInSeparateFileAttribute { get; }

Property Value

bool

IgnoreOnFileChange

bool? IgnoreOnFileChange { get; }

Property Value

bool?

Instance

object Instance { get; }

Property Value

object

IsPreDataExists

bool IsPreDataExists { get; }

Property Value

bool

RegistrationMode

RegistrationMode RegistrationMode { get; }

Property Value

RegistrationMode

StoreInSeparateFile

bool StoreInSeparateFile { get; }

Property Value

bool

Type

Type Type { get; }

Property Value

Type