C# Class booruReader.Model.GlobalSettings

Show file Open project: earlnuclear/DanbooruBrowser

Public Properties

Property Type Description
ApplicationFolder string
MainScreenVM MainScreenVM
PostsOffset int
ProviderChanged bool
TotalPosts int

Public Methods

Method Description
SaveSettings ( ) : void

This function writes out current values

Private Methods

Method Description
GlobalSettings ( ) : System
LoadSettings ( ) : void

This function reads initial settings on the class initialisation

Method Details

SaveSettings() public method

This function writes out current values
public SaveSettings ( ) : void
return void

Property Details

ApplicationFolder public property

public string ApplicationFolder
return string

MainScreenVM public property

public MainScreenVM MainScreenVM
return MainScreenVM

PostsOffset public property

public int PostsOffset
return int

ProviderChanged public property

public bool ProviderChanged
return bool

TotalPosts public property

public int TotalPosts
return int