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: 6.3.0.0 (0.8.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