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