Click or drag to resize
IConditionalObjectFactoryWhenParameterInputType Method
Adds the object condition to the factory

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 8.2.23
Syntax
C#
IConditionalObjectFactory WhenParameter<InputType>(
	Func<InputType, bool> condition
)

Parameters

condition
Type: SystemFuncInputType, Boolean
Condition that must be matched

Type Parameters

InputType

Return Value

Type: IConditionalObjectFactory
See Also