Click or drag to resize
ObjectGenerator<TBase> Constructor
Constructor

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

Parameters

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