FactoryBase Class

FactoryBase Class

Base class for CollapsibleSection and ViewModel factories used by the RDK UI
Inheritance Hierarchy

Namespace:  Rhino.UI.Controls
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public abstract class FactoryBase
Public MustInherit Class FactoryBase

The FactoryBase type exposes the following members.

Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize
Finalizer
(Overrides ObjectFinalize.)
Public methodGet
Override this method to return a new instance of your class for the given ID
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodStatic memberRegister
Call this function during startup of current assembly to load classes with factory creation support are registed
Public methodStatic memberRegister(PlugIn)
Call this function during the startup of your plug-in to ensure that all classes that support factory creation are registed
Public methodToString (Inherited from Object.)
Top
Version Information

Rhino for Windows

Supported in: 6.8
See Also