Class MacroRuleCategoryInfo
- Namespace
- CMS.MacroEngine
- Assembly
- CMS.MacroEngine.dll
Data container class for MacroRuleCategoryInfo.
[InfoCache(InfoCacheBy.Name, Priority = InfoCachePriority.NotRemovable)]
public class MacroRuleCategoryInfo : AbstractInfo<MacroRuleCategoryInfo, IMacroRuleCategoryInfoProvider>, IExtensible, IInfo, IAdvancedDataContainer, ICMSObject, IHierarchicalDataContainer, IDataContainer, ISimpleDataContainer, IVirtualHierarchicalObject, IHierarchicalObject, INameIndexable, IMacroObject, IInfoWithId, IInfoWithName
- Inheritance
-
objectMacroRuleCategoryInfo
- Implements
- Inherited Members
- Extension Methods
Constructors
MacroRuleCategoryInfo()
Creates an empty instance of the MacroRuleCategoryInfo class.
public MacroRuleCategoryInfo()
MacroRuleCategoryInfo(DataRow)
Creates a new instances of the MacroRuleCategoryInfo class from the given System.Data.DataRow.
public MacroRuleCategoryInfo(DataRow dr)
Parameters
dr
DataRowDataRow with the object data.
Fields
OBJECT_TYPE
Object type.
public const string OBJECT_TYPE = "cms.macrorulecategory"
Field Value
- string
TYPEINFO
Type information.
public static readonly ObjectTypeInfo TYPEINFO
Field Value
Properties
MacroRuleCategoryDescription
Macro rule category description.
[DatabaseField]
public virtual string MacroRuleCategoryDescription { get; set; }
Property Value
- string
MacroRuleCategoryDisplayName
Macro rule category display name.
[DatabaseField]
public virtual string MacroRuleCategoryDisplayName { get; set; }
Property Value
- string
MacroRuleCategoryEnabled
Macro rule category enabled.
[DatabaseField]
public virtual bool MacroRuleCategoryEnabled { get; set; }
Property Value
- bool
MacroRuleCategoryGuid
Macro rule category guid.
[DatabaseField]
public virtual Guid MacroRuleCategoryGuid { get; set; }
Property Value
- Guid
MacroRuleCategoryID
Macro rule category ID.
[DatabaseField]
public virtual int MacroRuleCategoryID { get; set; }
Property Value
- int
MacroRuleCategoryLastModified
Macro rule category last modified.
[DatabaseField]
public virtual DateTime MacroRuleCategoryLastModified { get; set; }
Property Value
- DateTime
MacroRuleCategoryName
Macro rule category name.
[DatabaseField]
public virtual string MacroRuleCategoryName { 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()