Interface ILocalSetting
- Namespace
- OpenSettings.Models
- Assembly
- OpenSettings.dll
public interface ILocalSetting
Properties
ComputedIdentifier
Guid ComputedIdentifier { get; }
Property Value
FilePath
string FilePath { get; }
Property Value
GeneratedFilePath
string GeneratedFilePath { get; }
Property Value
HasRegistrationModeAttribute
bool HasRegistrationModeAttribute { get; }
Property Value
HasStoreInSeparateFileAttribute
bool HasStoreInSeparateFileAttribute { get; }
Property Value
IgnoreOnFileChange
bool? IgnoreOnFileChange { get; }
Property Value
- bool?
Instance
object Instance { get; }
Property Value
IsPreDataExists
bool IsPreDataExists { get; }
Property Value
RegistrationMode
RegistrationMode RegistrationMode { get; }
Property Value
StoreInSeparateFile
bool StoreInSeparateFile { get; }
Property Value
Type
Type Type { get; }