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