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