IConditionalObjectFactoryWhenParameterInputType Method |
Adds the object condition to the factory
Namespace: CMS.BaseAssembly: CMS.Base (in CMS.Base.dll) Version: 12.0.0
Syntax IConditionalObjectFactory WhenParameter<InputType>(
Func<InputType, bool> condition
)
Parameters
- condition
- Type: SystemFuncInputType, Boolean
Condition that must be matched
Type Parameters
- InputType
Return Value
Type:
IConditionalObjectFactorySee Also