Class EntityValidationMessageCollection
Collection of the entity validation messages.
Inheritance
System.Object
System.Collections.ObjectModel.Collection<EntityValidationMessage>
EntityValidationMessageCollection
Implements
System.Collections.Generic.IList<EntityValidationMessage>
System.Collections.Generic.ICollection<EntityValidationMessage>
System.Collections.IList
System.Collections.ICollection
System.Collections.Generic.IReadOnlyList<EntityValidationMessage>
System.Collections.Generic.IReadOnlyCollection<EntityValidationMessage>
System.Collections.Generic.IEnumerable<EntityValidationMessage>
System.Collections.IEnumerable
Inherited Members
System.Collections.ObjectModel.Collection<Terrasoft.Core.Entities.EntityValidationMessage>.Add(Terrasoft.Core.Entities.EntityValidationMessage)
System.Collections.ObjectModel.Collection<Terrasoft.Core.Entities.EntityValidationMessage>.Clear()
System.Collections.ObjectModel.Collection<Terrasoft.Core.Entities.EntityValidationMessage>.CopyTo(Terrasoft.Core.Entities.EntityValidationMessage[], System.Int32)
System.Collections.ObjectModel.Collection<Terrasoft.Core.Entities.EntityValidationMessage>.Contains(Terrasoft.Core.Entities.EntityValidationMessage)
System.Collections.ObjectModel.Collection<Terrasoft.Core.Entities.EntityValidationMessage>.GetEnumerator()
System.Collections.ObjectModel.Collection<Terrasoft.Core.Entities.EntityValidationMessage>.IndexOf(Terrasoft.Core.Entities.EntityValidationMessage)
System.Collections.ObjectModel.Collection<Terrasoft.Core.Entities.EntityValidationMessage>.Insert(System.Int32, Terrasoft.Core.Entities.EntityValidationMessage)
System.Collections.ObjectModel.Collection<Terrasoft.Core.Entities.EntityValidationMessage>.Remove(Terrasoft.Core.Entities.EntityValidationMessage)
System.Collections.ObjectModel.Collection<Terrasoft.Core.Entities.EntityValidationMessage>.RemoveAt(System.Int32)
System.Collections.ObjectModel.Collection<Terrasoft.Core.Entities.EntityValidationMessage>.ClearItems()
System.Collections.ObjectModel.Collection<Terrasoft.Core.Entities.EntityValidationMessage>.InsertItem(System.Int32, Terrasoft.Core.Entities.EntityValidationMessage)
System.Collections.ObjectModel.Collection<Terrasoft.Core.Entities.EntityValidationMessage>.RemoveItem(System.Int32)
System.Collections.ObjectModel.Collection<Terrasoft.Core.Entities.EntityValidationMessage>.SetItem(System.Int32, Terrasoft.Core.Entities.EntityValidationMessage)
System.Collections.ObjectModel.Collection<Terrasoft.Core.Entities.EntityValidationMessage>.System.Collections.IEnumerable.GetEnumerator()
System.Collections.ObjectModel.Collection<Terrasoft.Core.Entities.EntityValidationMessage>.System.Collections.ICollection.CopyTo(System.Array, System.Int32)
System.Collections.ObjectModel.Collection<Terrasoft.Core.Entities.EntityValidationMessage>.System.Collections.IList.get_Item(System.Int32)
System.Collections.ObjectModel.Collection<Terrasoft.Core.Entities.EntityValidationMessage>.System.Collections.IList.set_Item(System.Int32, System.Object)
System.Collections.ObjectModel.Collection<Terrasoft.Core.Entities.EntityValidationMessage>.System.Collections.IList.Add(System.Object)
System.Collections.ObjectModel.Collection<Terrasoft.Core.Entities.EntityValidationMessage>.System.Collections.IList.Contains(System.Object)
System.Collections.ObjectModel.Collection<Terrasoft.Core.Entities.EntityValidationMessage>.System.Collections.IList.IndexOf(System.Object)
System.Collections.ObjectModel.Collection<Terrasoft.Core.Entities.EntityValidationMessage>.System.Collections.IList.Insert(System.Int32, System.Object)
System.Collections.ObjectModel.Collection<Terrasoft.Core.Entities.EntityValidationMessage>.System.Collections.IList.Remove(System.Object)
System.Collections.ObjectModel.Collection<Terrasoft.Core.Entities.EntityValidationMessage>.Count
System.Collections.ObjectModel.Collection<Terrasoft.Core.Entities.EntityValidationMessage>.Items
System.Collections.ObjectModel.Collection<Terrasoft.Core.Entities.EntityValidationMessage>.Item[System.Int32]
System.Collections.ObjectModel.Collection<Terrasoft.Core.Entities.EntityValidationMessage>.System.Collections.Generic.ICollection<Terrasoft.Core.Entities.EntityValidationMessage>.IsReadOnly
System.Collections.ObjectModel.Collection<Terrasoft.Core.Entities.EntityValidationMessage>.System.Collections.ICollection.IsSynchronized
System.Collections.ObjectModel.Collection<Terrasoft.Core.Entities.EntityValidationMessage>.System.Collections.ICollection.SyncRoot
System.Collections.ObjectModel.Collection<Terrasoft.Core.Entities.EntityValidationMessage>.System.Collections.IList.Item[System.Int32]
System.Collections.ObjectModel.Collection<Terrasoft.Core.Entities.EntityValidationMessage>.System.Collections.IList.IsReadOnly
System.Collections.ObjectModel.Collection<Terrasoft.Core.Entities.EntityValidationMessage>.System.Collections.IList.IsFixedSize
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: Terrasoft.Core.Entities
Assembly: Terrasoft.Core.dll
Syntax
public class EntityValidationMessageCollection : Collection<EntityValidationMessage>, IList<EntityValidationMessage>, ICollection<EntityValidationMessage>, IList, ICollection, IReadOnlyList<EntityValidationMessage>, IReadOnlyCollection<EntityValidationMessage>, IEnumerable<EntityValidationMessage>, IEnumerable
Constructors
EntityValidationMessageCollection()
Declaration
public EntityValidationMessageCollection()
Methods
HasErrors()
Determines whether the collection contains error messages.
Declaration
public bool HasErrors()
Returns
Type | Description |
---|---|
System.Boolean |
|
ToString()
Returns concatenated validation messages text.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |
Overrides
System.Object.ToString()
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