C# Класс PoEWhisperNotifier.PushBulletDetails

Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
LoadFromSettings ( ) : PushBulletDetails

Loads the currently stored Pushbullet settings.

PushBulletDetails ( ) : PoEWhisperNotifier.Properties

Creates a new instance of this class with NotifyOnlyIfIdle set to true.

SaveToSettings ( ) : void

Saves the current settings to the setting store.

Описание методов

LoadFromSettings() публичный статический Метод

Loads the currently stored Pushbullet settings.
public static LoadFromSettings ( ) : PushBulletDetails
Результат PushBulletDetails

PushBulletDetails() публичный Метод

Creates a new instance of this class with NotifyOnlyIfIdle set to true.
public PushBulletDetails ( ) : PoEWhisperNotifier.Properties
Результат PoEWhisperNotifier.Properties

SaveToSettings() публичный Метод

Saves the current settings to the setting store.
public SaveToSettings ( ) : void
Результат void