C# 클래스 PoEWhisperNotifier.PushBulletDetails

파일 보기 프로젝트 열기: Kapps/PoEWhisperNotifier 1 사용 예제들

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