ObjectConditionTInputCondition Property |
Condition function which evaluates whether the object of the given type can be created based on the input data
Namespace: CMS.BaseAssembly: CMS.Base (in CMS.Base.dll) Version: 12.0.0
Syntax public Func<TInput, bool> Condition { get; set; }
Property Value
Type:
FuncTInput,
BooleanSee Also