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

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

Parameters

condition
Type: SystemFuncInputType, Boolean
Condition that must be matched

Type Parameters

InputType

Return Value

Type: IConditionalObjectFactory

Implements

IConditionalObjectFactoryWhenParameterInputType(FuncInputType, Boolean)
See Also