C# 클래스 Microsoft.HockeyApp.Tools.NotificationAction

파일 보기 프로젝트 열기: bitstadium/HockeySDK-Windows 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
NotificationAction ( object content, System.Action execute ) : System
NotificationAction ( object content, System.Action execute, Func canExecute ) : System
NotificationAction ( object content, object contentTemplateKey, System.Action execute ) : System
NotificationAction ( object content, object contentTemplateKey, System.Action execute, Func canExecute ) : System

메소드 상세

NotificationAction() 공개 메소드

public NotificationAction ( object content, System.Action execute ) : System
content object
execute System.Action
리턴 System

NotificationAction() 공개 메소드

public NotificationAction ( object content, System.Action execute, Func canExecute ) : System
content object
execute System.Action
canExecute Func
리턴 System

NotificationAction() 공개 메소드

public NotificationAction ( object content, object contentTemplateKey, System.Action execute ) : System
content object
contentTemplateKey object
execute System.Action
리턴 System

NotificationAction() 공개 메소드

public NotificationAction ( object content, object contentTemplateKey, System.Action execute, Func canExecute ) : System
content object
contentTemplateKey object
execute System.Action
canExecute Func
리턴 System