Click or drag to resize
ObjectGeneratorTBase Constructor
Constructor

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 8.2.23
Syntax
C#
public ObjectGenerator(
	IObjectFactory defaultFactory
)

Parameters

defaultFactory
Type: CMS.CoreIObjectFactory
Default factory that will be used if no object type matches
See Also