[]
Implements a strongly typed collection for ExpressionInfo.
public sealed class ExpressionInfoCollection : Collection<ExpressionInfo>, IList, ICollection, IReadOnlyList<ExpressionInfo>, IReadOnlyCollection<ExpressionInfo>, IList<ExpressionInfo>, ICollection<ExpressionInfo>, IEnumerable<ExpressionInfo>, IEnumerable
Name | Description |
---|---|
ExpressionInfoCollection() | Initializes a new instance of the ExpressionInfoCollection class. |
Name | Description |
---|---|
IsReadOnly | Gets a value indicating whether the GrapeCity.Enterprise.Data.Expressions.ExpressionInfoCollection is read-only. |
Name | Description |
---|---|
AddRange(IEnumerable<ExpressionInfo>) | Adds the expressions sequence to the end of the collection. |
InsertItem(int, ExpressionInfo) | |
RemoveItem(int) |
Name | Description |
---|---|
ItemAdded | Occurs immediately after adding an item to the collection. |
ItemRemoved | Occurs immediately after removing an item from the collection. |