C# Class Microsoft.HockeyApp.Tools.NotificationAction

Mostrar archivo Open project: bitstadium/HockeySDK-Windows Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
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

Method Details

NotificationAction() public method

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

NotificationAction() public method

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

NotificationAction() public method

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

NotificationAction() public method

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