Class EmailTemplateContentTypeInfo
- Namespace
- CMS.EmailLibrary
- Assembly
- CMS.EmailMarketing.dll
Data container class for EmailTemplateContentTypeInfo.
public class EmailTemplateContentTypeInfo : AbstractInfo<EmailTemplateContentTypeInfo, IInfoProvider<EmailTemplateContentTypeInfo>>, IExtensible, IInfo, IAdvancedDataContainer, ICMSObject, IHierarchicalDataContainer, IDataContainer, ISimpleDataContainer, IVirtualHierarchicalObject, IHierarchicalObject, INameIndexable, IMacroObject, IInfoWithId
- Inheritance
-
objectEmailTemplateContentTypeInfo
- Implements
- Inherited Members
- Extension Methods
Constructors
EmailTemplateContentTypeInfo()
Creates an empty instance of the EmailTemplateContentTypeInfo class.
public EmailTemplateContentTypeInfo()
EmailTemplateContentTypeInfo(DataRow)
Creates a new instances of the EmailTemplateContentTypeInfo class from the given System.Data.DataRow.
public EmailTemplateContentTypeInfo(DataRow dr)
Parameters
dr
DataRowDataRow with the object data.
Fields
OBJECT_TYPE
Object type.
public const string OBJECT_TYPE = "emaillibrary.emailtemplatecontenttype"
Field Value
- string
TYPEINFO
Type information.
public static readonly ObjectTypeInfo TYPEINFO
Field Value
Properties
EmailTemplateContentTypeContentTypeID
Email template content type content type ID.
[DatabaseField]
public virtual int EmailTemplateContentTypeContentTypeID { get; set; }
Property Value
- int
EmailTemplateContentTypeEmailTemplateID
Email template content type email template ID.
[DatabaseField]
public virtual int EmailTemplateContentTypeEmailTemplateID { get; set; }
Property Value
- int
EmailTemplateContentTypeID
Email template content type ID.
[DatabaseField]
public virtual int EmailTemplateContentTypeID { 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()