C# 클래스 booruReader.Model.GlobalSettings

파일 보기 프로젝트 열기: earlnuclear/DanbooruBrowser

공개 프로퍼티들

프로퍼티 타입 설명
ApplicationFolder string
MainScreenVM MainScreenVM
PostsOffset int
ProviderChanged bool
TotalPosts int

공개 메소드들

메소드 설명
SaveSettings ( ) : void

This function writes out current values

비공개 메소드들

메소드 설명
GlobalSettings ( ) : System
LoadSettings ( ) : void

This function reads initial settings on the class initialisation

메소드 상세

SaveSettings() 공개 메소드

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

프로퍼티 상세

ApplicationFolder 공개적으로 프로퍼티

public string ApplicationFolder
리턴 string

MainScreenVM 공개적으로 프로퍼티

public MainScreenVM MainScreenVM
리턴 MainScreenVM

PostsOffset 공개적으로 프로퍼티

public int PostsOffset
리턴 int

ProviderChanged 공개적으로 프로퍼티

public bool ProviderChanged
리턴 bool

TotalPosts 공개적으로 프로퍼티

public int TotalPosts
리턴 int