C# 클래스 SourceLog.Model.LogSubscription

상속: INotifyPropertyChanged
파일 보기 프로젝트 열기: tomhunter-gh/SourceLog 1 사용 예제들

Private Properties

프로퍼티 타입 설명
LogProviderLogProviderException void
UnsubscribeEvents void

공개 메소드들

메소드 설명
AddNewLogEntry ( object sender, NewLogEntryEventArgs e ) : void
Equals ( object obj ) : bool
GetHashCode ( ) : int
LoadPlugin ( ) : void
LogSubscription ( ) : System
LogSubscription ( Func sourceLogContextProvider ) : System
LogSubscription ( string name, string pluginName, string url ) : System
NotifyPropertyChanged ( string property ) : void
Update ( string name, string pluginName, string settingsXml ) : void

비공개 메소드들

메소드 설명
LogProviderLogProviderException ( object sender, PluginExceptionEventArgs args ) : void
UnsubscribeEvents ( ) : void

메소드 상세

AddNewLogEntry() 공개 메소드

public AddNewLogEntry ( object sender, NewLogEntryEventArgs e ) : void
sender object
e SourceLog.Interface.NewLogEntryEventArgs
리턴 void

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

LoadPlugin() 공개 메소드

public LoadPlugin ( ) : void
리턴 void

LogSubscription() 공개 메소드

public LogSubscription ( ) : System
리턴 System

LogSubscription() 공개 메소드

public LogSubscription ( Func sourceLogContextProvider ) : System
sourceLogContextProvider Func
리턴 System

LogSubscription() 공개 메소드

public LogSubscription ( string name, string pluginName, string url ) : System
name string
pluginName string
url string
리턴 System

NotifyPropertyChanged() 공개 메소드

public NotifyPropertyChanged ( string property ) : void
property string
리턴 void

Update() 공개 메소드

public Update ( string name, string pluginName, string settingsXml ) : void
name string
pluginName string
settingsXml string
리턴 void