Click or drag to resize
CustomTableItemFactory Class
Factory that provides custom table item objects
Inheritance Hierarchy
SystemObject
  CMS.CoreObjectFactoryCustomTableItem
    CMS.CustomTablesCustomTableItemFactory

Namespace: CMS.CustomTables
Assembly: CMS.CustomTables (in CMS.CustomTables.dll) Version: 11.0.0
Syntax
C#
public class CustomTableItemFactory : ObjectFactory<CustomTableItem>

The CustomTableItemFactory type exposes the following members.

Constructors
  NameDescription
Public methodCustomTableItemFactory
Constructor
Top
Properties
Methods
  NameDescription
Public methodCanCreateObject
Returns true if the factory is able to create the object based on the given parameter
(Inherited from ObjectFactoryT.)
Protected methodCreateActivator
Creates an object activator for the created type
(Inherited from ObjectFactoryT.)
Protected methodCreateInstance
Creates a new instance of the object
(Inherited from ObjectFactoryT.)
Public methodCreateNewObject
Creates new custom table item object
(Overrides ObjectFactoryTCreateNewObject.)
Public methodCreateNewTypedObject
Creates and returns a new object
(Inherited from ObjectFactoryT.)
Top
See Also