Class ContentWorkflowInfo
- Namespace
- CMS.ContentWorkflowEngine
- Assembly
- CMS.ContentWorkflowEngine.dll
Data container class for ContentWorkflowInfo.
[InfoCache(InfoCacheBy.ID, Priority = InfoCachePriority.NotRemovable)]
public class ContentWorkflowInfo : AbstractInfo<ContentWorkflowInfo, IInfoProvider<ContentWorkflowInfo>>, IExtensible, IInfo, IAdvancedDataContainer, ICMSObject, IHierarchicalDataContainer, IDataContainer, ISimpleDataContainer, IVirtualHierarchicalObject, IHierarchicalObject, INameIndexable, IMacroObject, IInfoWithId
- Inheritance
-
objectContentWorkflowInfo
- Implements
- Inherited Members
- Extension Methods
Constructors
ContentWorkflowInfo()
Creates an empty instance of the ContentWorkflowInfo class.
public ContentWorkflowInfo()
ContentWorkflowInfo(DataRow)
Creates a new instances of the ContentWorkflowInfo class from the given System.Data.DataRow.
public ContentWorkflowInfo(DataRow dr)
Parameters
dr
DataRowDataRow with the object data.
Fields
OBJECT_TYPE
Object type.
public const string OBJECT_TYPE = "cms.contentworkflow"
Field Value
- string
TYPEINFO
Type information.
public static readonly ObjectTypeInfo TYPEINFO
Field Value
Properties
ContentWorkflowDisplayName
Content workflow display name.
[DatabaseField]
public virtual string ContentWorkflowDisplayName { get; set; }
Property Value
- string
ContentWorkflowGUID
Content workflow GUID.
[DatabaseField]
public virtual Guid ContentWorkflowGUID { get; set; }
Property Value
- Guid
ContentWorkflowID
Content workflow ID.
[DatabaseField]
public virtual int ContentWorkflowID { get; set; }
Property Value
- int
ContentWorkflowLastModified
Content workflow last modified.
[DatabaseField]
public virtual DateTime ContentWorkflowLastModified { get; set; }
Property Value
- DateTime
ContentWorkflowName
Content workflow name.
[DatabaseField]
public virtual string ContentWorkflowName { get; set; }
Property Value
- string
Methods
DeleteObject()
Deletes the object using appropriate provider.
protected override void DeleteObject()
SetObject()
Updates the object using appropriate provider.
protected override void SetObject()