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

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

공개 메소드들

메소드 설명
AddErrorNotification ( Exception exception, string message = null ) : void
AddInfoNotification ( string message ) : void
AddNotification ( Notification notification ) : void
AddWarningNotification ( string message ) : void
CreateSerializer ( ) : JsonSerializer
ExtractError ( Stream stream, HttpWebResponse httpWebResponse ) : List
ExtractError ( Stream stream, HttpWebResponse httpWebResponse, IEnumerable details ) : List
Refresh ( ) : void
Setup ( FrameworkElement rootVisual ) : void
ShowDocumentInDocumentPad ( string documentId ) : void

비공개 메소드들

메소드 설명
ApplicationModel ( ) : System
GetAssemblyVersion ( ) : string
RegisterToAlerts ( ) : void
UpdateAlerts ( ) : void

메소드 상세

AddErrorNotification() 공개 메소드

public AddErrorNotification ( Exception exception, string message = null ) : void
exception 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

CreateSerializer() 공개 정적인 메소드

public static CreateSerializer ( ) : JsonSerializer
리턴 JsonSerializer

ExtractError() 공개 정적인 메소드

public static ExtractError ( Stream stream, HttpWebResponse httpWebResponse ) : List
stream Stream
httpWebResponse HttpWebResponse
리턴 List

ExtractError() 공개 정적인 메소드

public static ExtractError ( Stream stream, HttpWebResponse httpWebResponse, IEnumerable details ) : List
stream Stream
httpWebResponse HttpWebResponse
details IEnumerable
리턴 List

Refresh() 공개 메소드

public Refresh ( ) : void
리턴 void

Setup() 공개 메소드

public Setup ( FrameworkElement rootVisual ) : void
rootVisual System.Windows.FrameworkElement
리턴 void

ShowDocumentInDocumentPad() 공개 메소드

public ShowDocumentInDocumentPad ( string documentId ) : void
documentId string
리턴 void