C# Class FSoft.WordApp.Core.Settings

Show file Open project: fpt-software/Wordpress-Client

Public Properties

Property Type Description
COLOR_HIGHLIGHT int
COOKIES ICollection
COOKIES_STR List
CurrentCategory FSoft.WordApp.Core.Models.Category
CurrentListPostPage int
CurrentListPostPages int
DeviceInfo DeviceInfo
DisplayName string
GroupedPosts ObservableCollection
RootViewModel FSoft.WordApp.Core.ViewModels.RootViewModel
URI System.Uri
UpdateInfo FSoft.WordApp.Core.Services.ResponseUpdate
UseTreeMenu bool
WP_AUTH_COOKIE_NONCE string
WP_AuthCookie FSoft.WordApp.Core.Services.ResponseAuthCookie
WP_USED_FEATURED_IMAGE bool
mNativeCookieHandler ModernHttpClient.NativeCookieHandler
wpLoggedIn bool
wpPassword string
wpUsername string

Public Methods

Method Description
Settings ( ) : System

Method Details

Settings() public method

public Settings ( ) : System
return System

Property Details

COLOR_HIGHLIGHT public static property

public static int COLOR_HIGHLIGHT
return int

COOKIES public static property

public static ICollection COOKIES
return ICollection

COOKIES_STR public static property

public static List COOKIES_STR
return List

CurrentCategory public static property

public static Category,FSoft.WordApp.Core.Models CurrentCategory
return FSoft.WordApp.Core.Models.Category

CurrentListPostPage public static property

public static int CurrentListPostPage
return int

CurrentListPostPages public static property

public static int CurrentListPostPages
return int

DeviceInfo public static property

public static DeviceInfo DeviceInfo
return DeviceInfo

DisplayName public static property

public static string DisplayName
return string

GroupedPosts public static property

public static ObservableCollection GroupedPosts
return ObservableCollection

RootViewModel public static property

public static RootViewModel,FSoft.WordApp.Core.ViewModels RootViewModel
return FSoft.WordApp.Core.ViewModels.RootViewModel

URI public static property

public static Uri,System URI
return System.Uri

UpdateInfo public static property

public static ResponseUpdate,FSoft.WordApp.Core.Services UpdateInfo
return FSoft.WordApp.Core.Services.ResponseUpdate

UseTreeMenu public static property

public static bool UseTreeMenu
return bool

WP_AUTH_COOKIE_NONCE public static property

public static string WP_AUTH_COOKIE_NONCE
return string

WP_AuthCookie public static property

public static ResponseAuthCookie,FSoft.WordApp.Core.Services WP_AuthCookie
return FSoft.WordApp.Core.Services.ResponseAuthCookie

WP_USED_FEATURED_IMAGE public static property

public static bool WP_USED_FEATURED_IMAGE
return bool

mNativeCookieHandler public static property

public static NativeCookieHandler,ModernHttpClient mNativeCookieHandler
return ModernHttpClient.NativeCookieHandler

wpLoggedIn public static property

public static bool wpLoggedIn
return bool

wpPassword public static property

public static string wpPassword
return string

wpUsername public static property

public static string wpUsername
return string