메소드 | 설명 | |
---|---|---|
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 | ||
Refresh ( ) : void | ||
Setup ( |
||
ShowDocumentInDocumentPad ( string documentId ) : void |
메소드 | 설명 | |
---|---|---|
ApplicationModel ( ) : System | ||
GetAssemblyVersion ( ) : string | ||
RegisterToAlerts ( ) : void | ||
UpdateAlerts ( ) : void |
public AddErrorNotification ( Exception exception, string message = null ) : void | ||
exception | Exception | |
message | string | |
리턴 | void |
public AddInfoNotification ( string message ) : void | ||
message | string | |
리턴 | void |
public AddNotification ( Notification notification ) : void | ||
notification | Notification | |
리턴 | void |
public AddWarningNotification ( string message ) : void | ||
message | string | |
리턴 | void |
public static ExtractError ( Stream stream, HttpWebResponse httpWebResponse ) : List |
||
stream | Stream | |
httpWebResponse | HttpWebResponse | |
리턴 | List |
public static ExtractError ( Stream stream, HttpWebResponse httpWebResponse, IEnumerable |
||
stream | Stream | |
httpWebResponse | HttpWebResponse | |
details | IEnumerable |
|
리턴 | List |
public Setup ( |
||
rootVisual | ||
리턴 | void |
public ShowDocumentInDocumentPad ( string documentId ) : void | ||
documentId | string | |
리턴 | void |