Skip to content

FactoryBase

Public Class

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

Inheritance Hierarchy

System.Object
Rhino.UI.Controls.FactoryBase
Rhino.UI.Controls.CollapsibleSectionImpl.Factory
Rhino.UI.Controls.InternalRdkViewModelFactory

Namespace: Rhino.UI.Controls

Assembly: RhinoCommon (in RhinoCommon.dll)

Syntax

public abstract class FactoryBase

The FactoryBase type exposes the following members.

Methods

Name

Description


Public Method

Equals

Determines whether the specified object is equal to the current object.

(Inherited from Object.)


Protected Method

Finalizer

(Overrides Object.Finalize..)


Public Method

Override this method to return a new instance of your class for the given ID


Public Method

GetHashCode

Serves as the default hash function.

(Inherited from Object.)


Public Method

GetType

Gets the Type of the current instance.

(Inherited from Object.)


Protected Method

MemberwiseClone

Creates a shallow copy of the current Object.

(Inherited from Object.)


Public Method
Static Member

Call this function during startup of current assembly to load classes with factory creation support are registed


Public Method
Static Member

Call this function during the startup of your plug-in to ensure that all classes that support factory creation are registed


Public Method

ToString

Returns a string that represents the current object.

(Inherited from Object.)