Class ConditionCollection
Inheritance
System.Object
ConditionCollection
Implements
System.Collections.Generic.IList<ComparisonCondition>
System.Collections.Generic.ICollection<ComparisonCondition>
System.Collections.Generic.IEnumerable<ComparisonCondition>
System.Collections.IList
System.Collections.ICollection
System.Collections.IEnumerable
System.Collections.Specialized.INotifyCollectionChanged
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Microsoft.Expression.Interactivity.Core
Assembly: OpenSilver.Expression.Interactions.dll
Syntax
public class ConditionCollection : DependencyObjectCollection<ComparisonCondition>, IList<ComparisonCondition>, ICollection<ComparisonCondition>, IEnumerable<ComparisonCondition>, IList, ICollection, IEnumerable, INotifyCollectionChanged
Implements
System.Collections.Generic.IList<T>
System.Collections.Generic.ICollection<T>
System.Collections.Generic.IEnumerable<T>
System.Collections.IList
System.Collections.ICollection
System.Collections.IEnumerable
System.Collections.Specialized.INotifyCollectionChanged