Try our conversational search powered by Generative AI!

Class ValidationRuleDescriptorCollection

A collection of ValidationRuleDescriptor.

Inheritance
System.Object
System.Collections.ObjectModel.Collection<ValidationRuleDescriptor>
ValidationRuleDescriptorCollection
Implements
System.Collections.Generic.IList<ValidationRuleDescriptor>
System.Collections.Generic.ICollection<ValidationRuleDescriptor>
System.Collections.IList
System.Collections.ICollection
System.Collections.Generic.IReadOnlyList<ValidationRuleDescriptor>
System.Collections.Generic.IReadOnlyCollection<ValidationRuleDescriptor>
System.Collections.Generic.IEnumerable<ValidationRuleDescriptor>
System.Collections.IEnumerable
Inherited Members
System.Collections.ObjectModel.Collection<EPiServer.Web.Mvc.ValidationRuleDescriptor>.Add(EPiServer.Web.Mvc.ValidationRuleDescriptor)
System.Collections.ObjectModel.Collection<EPiServer.Web.Mvc.ValidationRuleDescriptor>.Clear()
System.Collections.ObjectModel.Collection<EPiServer.Web.Mvc.ValidationRuleDescriptor>.CopyTo(EPiServer.Web.Mvc.ValidationRuleDescriptor[], System.Int32)
System.Collections.ObjectModel.Collection<EPiServer.Web.Mvc.ValidationRuleDescriptor>.Contains(EPiServer.Web.Mvc.ValidationRuleDescriptor)
System.Collections.ObjectModel.Collection<EPiServer.Web.Mvc.ValidationRuleDescriptor>.GetEnumerator()
System.Collections.ObjectModel.Collection<EPiServer.Web.Mvc.ValidationRuleDescriptor>.IndexOf(EPiServer.Web.Mvc.ValidationRuleDescriptor)
System.Collections.ObjectModel.Collection<EPiServer.Web.Mvc.ValidationRuleDescriptor>.Insert(System.Int32, EPiServer.Web.Mvc.ValidationRuleDescriptor)
System.Collections.ObjectModel.Collection<EPiServer.Web.Mvc.ValidationRuleDescriptor>.Remove(EPiServer.Web.Mvc.ValidationRuleDescriptor)
System.Collections.ObjectModel.Collection<EPiServer.Web.Mvc.ValidationRuleDescriptor>.RemoveAt(System.Int32)
System.Collections.ObjectModel.Collection<EPiServer.Web.Mvc.ValidationRuleDescriptor>.ClearItems()
System.Collections.ObjectModel.Collection<EPiServer.Web.Mvc.ValidationRuleDescriptor>.InsertItem(System.Int32, EPiServer.Web.Mvc.ValidationRuleDescriptor)
System.Collections.ObjectModel.Collection<EPiServer.Web.Mvc.ValidationRuleDescriptor>.RemoveItem(System.Int32)
System.Collections.ObjectModel.Collection<EPiServer.Web.Mvc.ValidationRuleDescriptor>.SetItem(System.Int32, EPiServer.Web.Mvc.ValidationRuleDescriptor)
System.Collections.ObjectModel.Collection<EPiServer.Web.Mvc.ValidationRuleDescriptor>.System.Collections.IEnumerable.GetEnumerator()
System.Collections.ObjectModel.Collection<EPiServer.Web.Mvc.ValidationRuleDescriptor>.System.Collections.ICollection.CopyTo(System.Array, System.Int32)
System.Collections.ObjectModel.Collection<EPiServer.Web.Mvc.ValidationRuleDescriptor>.System.Collections.IList.get_Item(System.Int32)
System.Collections.ObjectModel.Collection<EPiServer.Web.Mvc.ValidationRuleDescriptor>.System.Collections.IList.set_Item(System.Int32, System.Object)
System.Collections.ObjectModel.Collection<EPiServer.Web.Mvc.ValidationRuleDescriptor>.System.Collections.IList.Add(System.Object)
System.Collections.ObjectModel.Collection<EPiServer.Web.Mvc.ValidationRuleDescriptor>.System.Collections.IList.Contains(System.Object)
System.Collections.ObjectModel.Collection<EPiServer.Web.Mvc.ValidationRuleDescriptor>.System.Collections.IList.IndexOf(System.Object)
System.Collections.ObjectModel.Collection<EPiServer.Web.Mvc.ValidationRuleDescriptor>.System.Collections.IList.Insert(System.Int32, System.Object)
System.Collections.ObjectModel.Collection<EPiServer.Web.Mvc.ValidationRuleDescriptor>.System.Collections.IList.Remove(System.Object)
System.Collections.ObjectModel.Collection<EPiServer.Web.Mvc.ValidationRuleDescriptor>.Count
System.Collections.ObjectModel.Collection<EPiServer.Web.Mvc.ValidationRuleDescriptor>.Items
System.Collections.ObjectModel.Collection<EPiServer.Web.Mvc.ValidationRuleDescriptor>.Item[System.Int32]
System.Collections.ObjectModel.Collection<EPiServer.Web.Mvc.ValidationRuleDescriptor>.System.Collections.Generic.ICollection<EPiServer.Web.Mvc.ValidationRuleDescriptor>.IsReadOnly
System.Collections.ObjectModel.Collection<EPiServer.Web.Mvc.ValidationRuleDescriptor>.System.Collections.ICollection.IsSynchronized
System.Collections.ObjectModel.Collection<EPiServer.Web.Mvc.ValidationRuleDescriptor>.System.Collections.ICollection.SyncRoot
System.Collections.ObjectModel.Collection<EPiServer.Web.Mvc.ValidationRuleDescriptor>.System.Collections.IList.Item[System.Int32]
System.Collections.ObjectModel.Collection<EPiServer.Web.Mvc.ValidationRuleDescriptor>.System.Collections.IList.IsReadOnly
System.Collections.ObjectModel.Collection<EPiServer.Web.Mvc.ValidationRuleDescriptor>.System.Collections.IList.IsFixedSize
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.Web.Mvc
Assembly: EPiServer.Cms.AspNet.dll
Version: 11.20.7
Syntax
public class ValidationRuleDescriptorCollection : Collection<ValidationRuleDescriptor>, IList<ValidationRuleDescriptor>, ICollection<ValidationRuleDescriptor>, IList, ICollection, IReadOnlyList<ValidationRuleDescriptor>, IReadOnlyCollection<ValidationRuleDescriptor>, IEnumerable<ValidationRuleDescriptor>, IEnumerable

Constructors

ValidationRuleDescriptorCollection()

Declaration
public ValidationRuleDescriptorCollection()

Implements

System.Collections.Generic.IList<T>
System.Collections.Generic.ICollection<T>
System.Collections.IList
System.Collections.ICollection
System.Collections.Generic.IReadOnlyList<T>
System.Collections.Generic.IReadOnlyCollection<T>
System.Collections.Generic.IEnumerable<T>
System.Collections.IEnumerable

Extension Methods