Click or drag to resize
ObjectConditionTInput Class
Generic object condition
Inheritance Hierarchy
SystemObject
  CMS.BaseObjectConditionTInput

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 9.0.0
Syntax
C#
public class ObjectCondition<TInput> : IObjectCondition

Type Parameters

TInput

The ObjectConditionTInput type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyCondition
Condition function which evaluates whether the object of the given type can be created based on the input data
Top
Methods
  NameDescription
Public methodMatches
Returns true if the condition over the given object matches
Top
See Also