C# Class booruReader.Model.GlobalSettings

Exibir arquivo 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_oe property

public string ApplicationFolder
return string

MainScreenVM public_oe property

public MainScreenVM MainScreenVM
return MainScreenVM

PostsOffset public_oe property

public int PostsOffset
return int

ProviderChanged public_oe property

public bool ProviderChanged
return bool

TotalPosts public_oe property

public int TotalPosts
return int