Registers the model factory.

Namespace:  SGP.XSpace
Assembly:  SGPRTL (in SGPRTL.dll)
Version: 1.2.3019.18825

Syntax

C#
protected static void RegisterFactory(
	XModel..::.IXModelFactory factory
)

Parameters

factory
Type: SGP.XSpace..::.XModel..::.IXModelFactory
The added XModel..::.IXModelFactory model factory.

Exceptions

ExceptionCondition
System..::.ArgumentNullException factory is nullNothingnullptra null reference (Nothing in Visual Basic).

See Also