• Share
    • Twitter
    • LinkedIn
    • Facebook
    • Email
  • Feedback
  • Improve this Doc

Class NotificationTypeAction

The NotificationTypeAction class describes a single notification type action that can be associated to a message.

Inheritance
System.Object
BaseEntityInfo
NotificationTypeAction
Implements
IHydratable
Inherited Members
BaseEntityInfo.CreatedByUserID
BaseEntityInfo.CreatedOnDate
BaseEntityInfo.LastModifiedByUserID
BaseEntityInfo.LastModifiedOnDate
BaseEntityInfo.CreatedByUser(Int32)
BaseEntityInfo.LastModifiedByUser(Int32)
BaseEntityInfo.FillInternal(IDataReader)
BaseEntityInfo.CloneBaseProperties(BaseEntityInfo, BaseEntityInfo)
Namespace: DotNetNuke.Services.Social.Notifications
Assembly: DotNetNuke.dll
Syntax
public class NotificationTypeAction : BaseEntityInfo, IHydratable

Properties

| Improve this Doc View Source

APICall

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
| Improve this Doc View Source

ConfirmResourceKey

Gets or sets the notification type action confirmation resource key.

Declaration
public string ConfirmResourceKey { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

DescriptionResourceKey

Gets or sets the notification type action description resource key.

Declaration
public string DescriptionResourceKey { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

KeyID

Gets or sets iHydratable.KeyID.

Declaration
public int KeyID { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

NameResourceKey

Gets or sets the notification type action name resource key.

Declaration
public string NameResourceKey { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

NotificationTypeActionId

Gets or sets the notification type action identifier.

Declaration
public int NotificationTypeActionId { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

NotificationTypeId

Gets or sets the notification type identifier.

Declaration
public int NotificationTypeId { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

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 Source

Fill(IDataReader)

Fill the object with data from database.

Declaration
public void Fill(IDataReader dr)
Parameters
Type Name Description
IDataReader dr

the data reader.

Implements

IHydratable

Extension Methods

JsonExtensionsWeb.ToJson(Object)
  • View Source
Back to top by the community, for the community... #DNNCMS