Table of Contents

Interface IConditionalObjectFactory

Namespace
CMS.Base
Assembly
CMS.Base.dll

Interface for the conditional object factory

public interface IConditionalObjectFactory
Extension Methods

Methods

WhenParameter<InputType>(Func<InputType, bool>)

Adds the object condition to the factory

IConditionalObjectFactory WhenParameter<InputType>(Func<InputType, bool> condition)

Parameters

condition Func<InputType, bool>

Condition that must be matched

Returns

IConditionalObjectFactory

Type Parameters

InputType