DismissedValidationRuleCollection Class

Definition

Represents a collection of DismissedValidationRule objects.

public sealed class DismissedValidationRuleCollection : System.Collections.ICollection
type DismissedValidationRuleCollection = class
    interface ICollection
    interface IEnumerable
Public NotInheritable Class DismissedValidationRuleCollection
Implements ICollection
Inheritance
DismissedValidationRuleCollection
Implements

Properties

Count

Gets the number of elements contained in the collection.

Methods

Add(ValidationRule, String)

Add a DismissedValidationRule to the collection for the specified rule and comment.

Remove(DismissedValidationRule)

Remove the DismissedValidationRule item from the collection.

Explicit Interface Implementations

ICollection.CopyTo(Array, Int32)
ICollection.IsSynchronized
ICollection.SyncRoot
IEnumerable.GetEnumerator()

Applies to