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: 8.2.23
Syntax
C#
public class SKUTreeNodeFactory : DocumentFactory<SKUTreeNode>

The SKUTreeNodeFactory type exposes the following members.

Constructors
  NameDescription
Public methodSKUTreeNodeFactory
Constructor
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
Extension Methods
  NameDescription
Public Extension MethodAsValue
Converts object to a query value which can be used as a query parameter
(Defined by QueryExtensions.)
Public Extension MethodGetAPIString
Gets the string by the specified resource key
(Defined by CoreExtensions.)
Public Extension MethodGetString
Gets the string by the specified resource key
(Defined by CoreExtensions.)
Public Extension MethodToBoolean
Returns the boolean representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToDateTime
Returns the DateTime representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToDouble
Returns the double representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToGuid
Returns the Guid representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToInteger
Returns the integer representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToString
Returns the string representation of an object or default value if not.
(Defined by CoreExtensions.)
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
See Also