Click or drag to resize
InfoObjectFactory Class
Object factory producing info objects based on the object type
Inheritance Hierarchy
SystemObject
  CMS.CoreObjectFactoryObject
    CMS.DataEngineInfoObjectFactory

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
public class InfoObjectFactory : ObjectFactory<Object>

The InfoObjectFactory type exposes the following members.

Constructors
  NameDescription
Public methodInfoObjectFactory
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 object of the given type
(Overrides ObjectFactoryTCreateNewObject.)
Public methodCreateNewTypedObject
Creates and returns a new object
(Inherited from ObjectFactoryT.)
Top
See Also