Click or drag to resize

InjectAttributeForceDontCreateMany Property

Gets or sets a value that tells the Factory not to inject many components even though the contract type is a subclass of IEnumerable.

Namespace:  Cauldron.Activator
Assembly:  Cauldron.Activator (in Cauldron.Activator.dll) Version: 3.2.0.1 (3.2.0.1)
Syntax
C#
public bool ForceDontCreateMany { get; set; }

Property Value

Type: Boolean

[Missing <value> documentation for "P:Cauldron.Activator.InjectAttribute.ForceDontCreateMany"]

See Also