Click or drag to resize
CustomTableItemFactory Methods

The CustomTableItemFactory type exposes the following members.

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