Class MacroRuleMacroRuleCategoryInfo
- Namespace
- CMS.MacroEngine
- Assembly
- CMS.MacroEngine.dll
Data container class for MacroRuleMacroRuleCategoryInfo.
public class MacroRuleMacroRuleCategoryInfo : AbstractInfo<MacroRuleMacroRuleCategoryInfo, IMacroRuleMacroRuleCategoryInfoProvider>, IExtensible, IInfo, IAdvancedDataContainer, ICMSObject, IHierarchicalDataContainer, IDataContainer, ISimpleDataContainer, IVirtualHierarchicalObject, IHierarchicalObject, INameIndexable, IMacroObject, IInfoWithId
- Inheritance
-
objectMacroRuleMacroRuleCategoryInfo
- Implements
- Inherited Members
- Extension Methods
Constructors
MacroRuleMacroRuleCategoryInfo()
Creates an empty instance of the MacroRuleMacroRuleCategoryInfo class.
public MacroRuleMacroRuleCategoryInfo()
MacroRuleMacroRuleCategoryInfo(DataRow)
Creates a new instances of the MacroRuleMacroRuleCategoryInfo class from the given System.Data.DataRow.
public MacroRuleMacroRuleCategoryInfo(DataRow dr)
Parameters
dr
DataRowDataRow with the object data.
Fields
OBJECT_TYPE
Object type.
public const string OBJECT_TYPE = "cms.macrorulemacrorulecategory"
Field Value
- string
TYPEINFO
Type information.
public static readonly ObjectTypeInfo TYPEINFO
Field Value
Properties
MacroRuleCategoryID
Macro rule category ID.
[DatabaseField]
public virtual int MacroRuleCategoryID { get; set; }
Property Value
- int
MacroRuleID
Macro rule ID.
[DatabaseField]
public virtual int MacroRuleID { get; set; }
Property Value
- int
MacroRuleMacroRuleCategoryID
Macro rule macro rule category ID.
[DatabaseField]
public virtual int MacroRuleMacroRuleCategoryID { 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()