Click or drag to resize
IFailureList Interface
Represents list of validation failures

Namespace: Jeneva.Validation
Assembly: Jeneva.Net-1.1 (in Jeneva.Net-1.1.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
public interface IFailureList : IList<Failure>, 
	ICollection<Failure>, IEnumerable<Failure>, IEnumerable

The IFailureList type exposes the following members.

Methods
  NameDescription
Public methodAdd (Inherited from ICollectionFailure.)
Public methodClear (Inherited from ICollectionFailure.)
Public methodContains (Inherited from ICollectionFailure.)
Public methodCopyTo (Inherited from ICollectionFailure.)
Public methodFail(Failure)
Adds a new failure object to the list
Public methodFail(String, String)
Adds a new failure object to the list
Public methodFailIf
Adds a new failure object to the list if condition is true
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
(Inherited from IEnumerableFailure.)
Public methodIndexOf (Inherited from IListFailure.)
Public methodInsert (Inherited from IListFailure.)
Public methodRemove (Inherited from ICollectionFailure.)
Public methodRemoveAt (Inherited from IListFailure.)
Top
Properties
  NameDescription
Public propertyCount (Inherited from ICollectionFailure.)
Public propertyIsEmpty
True if list is empty
Public propertyIsReadOnly (Inherited from ICollectionFailure.)
Public propertyItem
Gets or sets the element at the specified index.
(Inherited from IListFailure.)
Top
See Also