Click or drag to resize
SKUTreeNodeFactory Class
Factory that provides SKUTreeNode for product document types
Inheritance Hierarchy
SystemObject
  CMS.CoreObjectFactorySKUTreeNode
    CMS.DocumentEngineDocumentFactorySKUTreeNode
      CMS.EcommerceSKUTreeNodeFactory

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 10.0.0
Syntax
C#
public class SKUTreeNodeFactory : DocumentFactory<SKUTreeNode>

The SKUTreeNodeFactory type exposes the following members.

Constructors
  NameDescription
Public methodSKUTreeNodeFactory
Constructor
Top
Properties
  NameDescription
Protected propertyConstructor
Constructor used for dependency injection
(Inherited from ObjectFactoryT.)
Public propertyCreatedType
Returns the type created by this factory
(Inherited from ObjectFactoryT.)
Public propertyInitializer
Object initialization function
(Inherited from ObjectFactoryT.)
Public propertySingleton
Singleton instance of the created object type
(Inherited from ObjectFactoryT.)
Public propertyType
Document type
(Inherited from DocumentFactoryNodeType.)
Protected propertyUseCompiledLambda
If true, the compiled lambda expression is used to create new objects. Set to true if the factory will be creating a lot of objects
(Inherited from ObjectFactoryT.)
Top
Methods
  NameDescription
Public methodCanCreateObject(Object)
Returns true if the factory is able to create the object based on the given parameter
(Overrides ObjectFactoryTCanCreateObject(Object).)
Protected methodCanCreateObject(String)
Returns true if the factory is able to create the object of the given type
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 document type object
(Inherited from DocumentFactoryNodeType.)
Public methodCreateNewTypedObject
Creates and returns a new object
(Inherited from ObjectFactoryT.)
Top
See Also