Show / Hide Table of Contents

Class NotificationTypeAction

Inheritance
object
BaseEntityInfo
NotificationTypeAction
Implements
IHydratable
Inherited Members
BaseEntityInfo.CreatedByUser(int)
BaseEntityInfo.LastModifiedByUser(int)
BaseEntityInfo.FillInternal(IDataReader)
BaseEntityInfo.CloneBaseProperties(BaseEntityInfo, BaseEntityInfo)
BaseEntityInfo.CreatedByUserID
BaseEntityInfo.CreatedOnDate
BaseEntityInfo.LastModifiedByUserID
BaseEntityInfo.LastModifiedOnDate
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: DotNetNuke.Services.Social.Notifications
Assembly: DotNetNuke.dll
Syntax
public class NotificationTypeAction : BaseEntityInfo, IHydratable

Constructors

NotificationTypeAction()

Declaration
public NotificationTypeAction()

Properties

APICall

Declaration
public string APICall { get; set; }
Property Value
Type Description
string

ConfirmResourceKey

Declaration
public string ConfirmResourceKey { get; set; }
Property Value
Type Description
string

DescriptionResourceKey

Declaration
public string DescriptionResourceKey { get; set; }
Property Value
Type Description
string

KeyID

Declaration
public int KeyID { get; set; }
Property Value
Type Description
int

NameResourceKey

Declaration
public string NameResourceKey { get; set; }
Property Value
Type Description
string

NotificationTypeActionId

Declaration
public int NotificationTypeActionId { get; set; }
Property Value
Type Description
int

NotificationTypeId

Declaration
public int NotificationTypeId { get; set; }
Property Value
Type Description
int

Order

Declaration
public int Order { get; set; }
Property Value
Type Description
int

Methods

Fill(IDataReader)

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

Implements

IHydratable

Extension Methods

JsonExtensionsWeb.ToJson(object)
Back to top by the community, for the community... #DNNCMS