Represents collection IList container for SetCondition and OlapSetCondition items, SetCondition
Definition
Namespace:Telerik.Pivot.Core
Assembly:Telerik.WinControls.PivotGrid.dll
Syntax:
C#
[CollectionDataContract]
public class SetConditionHashCollection : IList, ICollection, IEnumerable
Inheritance: objectSetConditionHashCollection
Implements:
Constructors
Initializes a new instance of the SetConditionHashCollection class.
C#
public SetConditionHashCollection()
Initializes a new instance of the SetConditionHashCollection class.
C#
public SetConditionHashCollection(IEnumerable items)
The items to add to the SetConditionHashCollection
Properties
C#
public bool IsFixedSize { get; }
Implements:
C#
public bool IsReadOnly { get; }
Implements:
C#
public bool IsSynchronized { get; }
Implements:
Methods
C#
public void Clear()
Implements: