C# 클래스 RavenFS.Studio.Models.ApplicationModel

상속: RavenFS.Studio.Infrastructure.ViewModel, IDisposable
파일 보기 프로젝트 열기: hibernating-rhinos/RavenFS

공개 프로퍼티들

프로퍼티 타입 설명
Current ApplicationModel

공개 메소드들

메소드 설명
AddErrorNotification ( Exception exception, string message = null ) : void
AddInfoNotification ( string message ) : void
AddNotification ( Notification notification ) : void
AddWarningNotification ( string message ) : void
ApplicationModel ( ) : System
Dispose ( ) : void
GetFileUrl ( string fileName ) : Uri

비공개 메소드들

메소드 설명
DetermineUri ( ) : string

메소드 상세

AddErrorNotification() 공개 메소드

public AddErrorNotification ( Exception exception, string message = null ) : void
exception System.Exception
message string
리턴 void

AddInfoNotification() 공개 메소드

public AddInfoNotification ( string message ) : void
message string
리턴 void

AddNotification() 공개 메소드

public AddNotification ( Notification notification ) : void
notification Notification
리턴 void

AddWarningNotification() 공개 메소드

public AddWarningNotification ( string message ) : void
message string
리턴 void

ApplicationModel() 공개 메소드

public ApplicationModel ( ) : System
리턴 System

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

GetFileUrl() 공개 메소드

public GetFileUrl ( string fileName ) : Uri
fileName string
리턴 System.Uri

프로퍼티 상세

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

public static ApplicationModel,RavenFS.Studio.Models Current
리턴 ApplicationModel