Click or drag to resize

MvComponentFactorySingleton Property

Gets and sets the component factory.

Namespace:  RW.Server.Component
Assembly:  RW.Server.Component (in RW.Server.Component.dll) Version: 7.2.0.0 (7.2.0.0)
Syntax
public static MvComponentFactory Singleton { get; set; }

Property Value

Type: MvComponentFactory
The MvComponent factory.
Remarks
If no factory has been declared yet, an instance of the class MvComponentFactory is automatically created.
See Also