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