Class BizFormRoleInfo
- Namespace
- CMS.OnlineForms
- Assembly
- CMS.OnlineForms.dll
BizFormRoleInfo data container class.
public class BizFormRoleInfo : AbstractInfo<BizFormRoleInfo, IBizFormRoleInfoProvider>, IExtensible, IInfo, IAdvancedDataContainer, ICMSObject, IHierarchicalDataContainer, IDataContainer, ISimpleDataContainer, IVirtualHierarchicalObject, IHierarchicalObject, INameIndexable, IMacroObject
- Inheritance
-
objectBizFormRoleInfo
- Implements
- Inherited Members
- Extension Methods
Constructors
BizFormRoleInfo()
Constructor - Creates an empty BizFormRoleInfo object.
public BizFormRoleInfo()
BizFormRoleInfo(DataRow)
Constructor - Creates a new BizFormRoleInfo object from the given DataRow.
public BizFormRoleInfo(DataRow dr)
Parameters
dr
DataRow
Fields
OBJECT_TYPE
Object type
public const string OBJECT_TYPE = "cms.formrole"
Field Value
- string
TYPEINFO
Type information.
public static ObjectTypeInfo TYPEINFO
Field Value
Properties
FormID
ID of the Form.
public virtual int FormID { get; set; }
Property Value
- int
RoleID
ID of the Role.
public virtual int RoleID { 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()