Table of Contents

Class NotificationEmailUserInfo

Namespace
CMS.Notifications
Assembly
CMS.Notifications.dll

Data container class for NotificationEmailUserInfo.

public class NotificationEmailUserInfo : AbstractInfo<NotificationEmailUserInfo, IInfoProvider<NotificationEmailUserInfo>>, IExtensible, IInfo, IAdvancedDataContainer, ICMSObject, IHierarchicalDataContainer, IDataContainer, ISimpleDataContainer, IVirtualHierarchicalObject, IHierarchicalObject, INameIndexable, IMacroObject
Inheritance
object
NotificationEmailUserInfo
Implements
Inherited Members
Extension Methods

Constructors

NotificationEmailUserInfo()

Creates an empty instance of the NotificationEmailUserInfo class.

public NotificationEmailUserInfo()

NotificationEmailUserInfo(DataRow)

Creates a new instances of the NotificationEmailUserInfo class from the given System.Data.DataRow.

public NotificationEmailUserInfo(DataRow dr)

Parameters

dr DataRow

DataRow with the object data.

Fields

OBJECT_TYPE

Object type.

public const string OBJECT_TYPE = "cms.notificationemailuser"

Field Value

string

TYPEINFO

Type information.

public static readonly ObjectTypeInfo TYPEINFO

Field Value

ObjectTypeInfo

Properties

NotificationEmailUserID

Notification email form ID.

[DatabaseField]
public virtual int NotificationEmailUserID { get; set; }

Property Value

int

NotificationEmailUserNotificationEmailID

ID of notification email.

[DatabaseField]
public virtual int NotificationEmailUserNotificationEmailID { get; set; }

Property Value

int

NotificationEmailUserUserID

ID of user associated with notification.

[DatabaseField]
public virtual int NotificationEmailUserUserID { get; set; }

Property Value

int

Methods

DeleteObject()

Deletes the object using appropriate provider.

protected override void DeleteObject()

SetObject()

Updates the object using appropriate provider.

protected override void SetObject()