Class NotificationTypeAction
The NotificationTypeAction class describes a single notification type action that can be associated to a message.
Implements
Inherited Members
Namespace: DotNetNuke.Services.Social.Notifications
Assembly: DotNetNuke.dll
Syntax
public class NotificationTypeAction : BaseEntityInfo, IHydratable
Properties
| Improve this Doc View SourceAPICall
Gets or sets the Service Framework URL to be called when the action is performed.
Declaration
public string APICall { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ConfirmResourceKey
Gets or sets the notification type action confirmation resource key.
Declaration
public string ConfirmResourceKey { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DescriptionResourceKey
Gets or sets the notification type action description resource key.
Declaration
public string DescriptionResourceKey { get; set; }
Property Value
Type | Description |
---|---|
System.String |
KeyID
Gets or sets iHydratable.KeyID.
Declaration
public int KeyID { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
NameResourceKey
Gets or sets the notification type action name resource key.
Declaration
public string NameResourceKey { get; set; }
Property Value
Type | Description |
---|---|
System.String |
NotificationTypeActionId
Gets or sets the notification type action identifier.
Declaration
public int NotificationTypeActionId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
NotificationTypeId
Gets or sets the notification type identifier.
Declaration
public int NotificationTypeId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Order
Gets or sets the notification type action order to be used while displaying the list of available actions.
Declaration
public int Order { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Methods
| Improve this Doc View SourceFill(IDataReader)
Fill the object with data from database.
Declaration
public void Fill(IDataReader dr)
Parameters
Type | Name | Description |
---|---|---|
IDataReader | dr | the data reader. |