Property | Type | Description |
---|
Method | Description | |
---|---|---|
NotificationAction ( object content, System.Action execute ) : System | ||
NotificationAction ( object content, System.Action execute, Func |
||
NotificationAction ( object content, object contentTemplateKey, System.Action execute ) : System | ||
NotificationAction ( object content, object contentTemplateKey, System.Action execute, Func |
public NotificationAction ( object content, System.Action execute ) : System | ||
content | object | |
execute | System.Action | |
return | System |
public NotificationAction ( object content, System.Action execute, Func |
||
content | object | |
execute | System.Action | |
canExecute | Func |
|
return | System |
public NotificationAction ( object content, object contentTemplateKey, System.Action execute ) : System | ||
content | object | |
contentTemplateKey | object | |
execute | System.Action | |
return | System |
public NotificationAction ( object content, object contentTemplateKey, System.Action execute, Func |
||
content | object | |
contentTemplateKey | object | |
execute | System.Action | |
canExecute | Func |
|
return | System |