C# 클래스 SourceLog.ViewModel.MainWindowViewModel

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

공개 프로퍼티들

프로퍼티 타입 설명
LogSubscriptionManager SourceLog.Model.LogSubscriptionManager

공개 메소드들

메소드 설명
DeleteSubscription ( LogSubscription logSubscription ) : void
MainWindowViewModel ( ) : System
MarkAllLogEntriesAsRead ( LogSubscription logSubscription ) : void
RaisePropertyChanged ( string propertyName ) : void

메소드 상세

DeleteSubscription() 공개 메소드

public DeleteSubscription ( LogSubscription logSubscription ) : void
logSubscription SourceLog.Model.LogSubscription
리턴 void

MainWindowViewModel() 공개 메소드

public MainWindowViewModel ( ) : System
리턴 System

MarkAllLogEntriesAsRead() 공개 메소드

public MarkAllLogEntriesAsRead ( LogSubscription logSubscription ) : void
logSubscription SourceLog.Model.LogSubscription
리턴 void

RaisePropertyChanged() 공개 메소드

public RaisePropertyChanged ( string propertyName ) : void
propertyName string
리턴 void

프로퍼티 상세

LogSubscriptionManager 공개적으로 정적으로 프로퍼티

public static LogSubscriptionManager,SourceLog.Model LogSubscriptionManager
리턴 SourceLog.Model.LogSubscriptionManager