Click or drag to resize
SKUTreeNodeFactory Properties

The SKUTreeNodeFactory type exposes the following members.

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