Click or drag to resize
ObjectConditionTInputCondition Property
Condition function which evaluates whether the object of the given type can be created based on the input data

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 8.2.23
Syntax
C#
public Func<TInput, bool> Condition { get; set; }

Property Value

Type: FuncTInput, Boolean
See Also