Click or drag to resize
SKUTreeNodeFactory Methods

The SKUTreeNodeFactory type exposes the following members.

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