Class NotificationEmailFormInfo
- Namespace
- CMS.OnlineForms
- Assembly
- CMS.OnlineForms.dll
Data container class for NotificationEmailFormInfo.
public class NotificationEmailFormInfo : AbstractInfo<NotificationEmailFormInfo, IInfoProvider<NotificationEmailFormInfo>>, IExtensible, IInfo, IAdvancedDataContainer, ICMSObject, IHierarchicalDataContainer, IDataContainer, ISimpleDataContainer, IVirtualHierarchicalObject, IHierarchicalObject, INameIndexable, IMacroObject
- Inheritance
-
objectNotificationEmailFormInfo
- Implements
- Inherited Members
- Extension Methods
Constructors
NotificationEmailFormInfo()
Creates an empty instance of the NotificationEmailFormInfo class.
public NotificationEmailFormInfo()
NotificationEmailFormInfo(DataRow)
Creates a new instances of the NotificationEmailFormInfo class from the given System.Data.DataRow.
public NotificationEmailFormInfo(DataRow dr)
Parameters
dr
DataRowDataRow with the object data.
Fields
OBJECT_TYPE
Object type.
public const string OBJECT_TYPE = "cms.notificationemailform"
Field Value
- string
TYPEINFO
Type information.
public static readonly ObjectTypeInfo TYPEINFO
Field Value
Properties
NotificationEmailFormFormID
ID of form associated with notification.
[DatabaseField]
public virtual int NotificationEmailFormFormID { get; set; }
Property Value
- int
NotificationEmailFormID
Notification email form ID.
[DatabaseField]
public virtual int NotificationEmailFormID { get; set; }
Property Value
- int
NotificationEmailFormNotificationEmailID
ID of notification email.
[DatabaseField]
public virtual int NotificationEmailFormNotificationEmailID { 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()