Show / Hide Table of Contents

Class AutoEntityDistributedEventSelectorList

Inheritance
object
List<NamedTypeSelector>
AutoEntityDistributedEventSelectorList
Implements
IList
ICollection
IReadOnlyList<NamedTypeSelector>
IReadOnlyCollection<NamedTypeSelector>
IAutoEntityDistributedEventSelectorList
IList<NamedTypeSelector>
ICollection<NamedTypeSelector>
IEnumerable<NamedTypeSelector>
IEnumerable
Inherited Members
List<NamedTypeSelector>.Add(NamedTypeSelector)
List<NamedTypeSelector>.AddRange(IEnumerable<NamedTypeSelector>)
List<NamedTypeSelector>.AsReadOnly()
List<NamedTypeSelector>.BinarySearch(int, int, NamedTypeSelector, IComparer<NamedTypeSelector>)
List<NamedTypeSelector>.BinarySearch(NamedTypeSelector)
List<NamedTypeSelector>.BinarySearch(NamedTypeSelector, IComparer<NamedTypeSelector>)
List<NamedTypeSelector>.Clear()
List<NamedTypeSelector>.Contains(NamedTypeSelector)
List<NamedTypeSelector>.ConvertAll<TOutput>(Converter<NamedTypeSelector, TOutput>)
List<NamedTypeSelector>.CopyTo(NamedTypeSelector[])
List<NamedTypeSelector>.CopyTo(int, NamedTypeSelector[], int, int)
List<NamedTypeSelector>.CopyTo(NamedTypeSelector[], int)
List<NamedTypeSelector>.EnsureCapacity(int)
List<NamedTypeSelector>.Exists(Predicate<NamedTypeSelector>)
List<NamedTypeSelector>.Find(Predicate<NamedTypeSelector>)
List<NamedTypeSelector>.FindAll(Predicate<NamedTypeSelector>)
List<NamedTypeSelector>.FindIndex(Predicate<NamedTypeSelector>)
List<NamedTypeSelector>.FindIndex(int, Predicate<NamedTypeSelector>)
List<NamedTypeSelector>.FindIndex(int, int, Predicate<NamedTypeSelector>)
List<NamedTypeSelector>.FindLast(Predicate<NamedTypeSelector>)
List<NamedTypeSelector>.FindLastIndex(Predicate<NamedTypeSelector>)
List<NamedTypeSelector>.FindLastIndex(int, Predicate<NamedTypeSelector>)
List<NamedTypeSelector>.FindLastIndex(int, int, Predicate<NamedTypeSelector>)
List<NamedTypeSelector>.ForEach(Action<NamedTypeSelector>)
List<NamedTypeSelector>.GetEnumerator()
List<NamedTypeSelector>.GetRange(int, int)
List<NamedTypeSelector>.Slice(int, int)
List<NamedTypeSelector>.IndexOf(NamedTypeSelector)
List<NamedTypeSelector>.IndexOf(NamedTypeSelector, int)
List<NamedTypeSelector>.IndexOf(NamedTypeSelector, int, int)
List<NamedTypeSelector>.Insert(int, NamedTypeSelector)
List<NamedTypeSelector>.InsertRange(int, IEnumerable<NamedTypeSelector>)
List<NamedTypeSelector>.LastIndexOf(NamedTypeSelector)
List<NamedTypeSelector>.LastIndexOf(NamedTypeSelector, int)
List<NamedTypeSelector>.LastIndexOf(NamedTypeSelector, int, int)
List<NamedTypeSelector>.Remove(NamedTypeSelector)
List<NamedTypeSelector>.RemoveAll(Predicate<NamedTypeSelector>)
List<NamedTypeSelector>.RemoveAt(int)
List<NamedTypeSelector>.RemoveRange(int, int)
List<NamedTypeSelector>.Reverse()
List<NamedTypeSelector>.Reverse(int, int)
List<NamedTypeSelector>.Sort()
List<NamedTypeSelector>.Sort(IComparer<NamedTypeSelector>)
List<NamedTypeSelector>.Sort(int, int, IComparer<NamedTypeSelector>)
List<NamedTypeSelector>.Sort(Comparison<NamedTypeSelector>)
List<NamedTypeSelector>.ToArray()
List<NamedTypeSelector>.TrimExcess()
List<NamedTypeSelector>.TrueForAll(Predicate<NamedTypeSelector>)
List<NamedTypeSelector>.Capacity
List<NamedTypeSelector>.Count
List<NamedTypeSelector>.this[int]
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.Domain.Entities.Events.Distributed
Assembly: Volo.Abp.Ddd.Domain.Shared.dll
Syntax
public class AutoEntityDistributedEventSelectorList : List<NamedTypeSelector>, IList, ICollection, IReadOnlyList<NamedTypeSelector>, IReadOnlyCollection<NamedTypeSelector>, IAutoEntityDistributedEventSelectorList, IList<NamedTypeSelector>, ICollection<NamedTypeSelector>, IEnumerable<NamedTypeSelector>, IEnumerable

Constructors

AutoEntityDistributedEventSelectorList()

Declaration
public AutoEntityDistributedEventSelectorList()

Implements

IList
ICollection
IReadOnlyList<T>
IReadOnlyCollection<T>
IAutoEntityDistributedEventSelectorList
IList<T>
ICollection<T>
IEnumerable<T>
IEnumerable

Extension Methods

AbpObjectExtensions.As<T>(object)
AbpObjectExtensions.To<T>(object)
LockExtensions.Locking(object, Action)
LockExtensions.Locking<TResult>(object, Func<TResult>)
AbpObjectExtensions.If<T>(T, bool, Action<T>)
AbpObjectExtensions.If<T>(T, bool, Func<T, T>)
AbpObjectExtensions.IsIn<T>(T, IEnumerable<T>)
AbpObjectExtensions.IsIn<T>(T, params T[])
AbpQueryableExtensions.OrderByIf<T, TQueryable>(TQueryable, bool, string)
AbpQueryableExtensions.PageBy<T, TQueryable>(TQueryable, int, int)
AbpQueryableExtensions.WhereIf<T, TQueryable>(TQueryable, bool, Expression<Func<T, bool>>)
AbpQueryableExtensions.WhereIf<T, TQueryable>(TQueryable, bool, Expression<Func<T, int, bool>>)
AbpOpenIddictQueryableExtensions.SkipIf<T, TQueryable>(TQueryable, bool, int?)
AbpOpenIddictQueryableExtensions.TakeIf<T, TQueryable>(TQueryable, bool, int?)
LockExtensions.Locking<T>(T, Action<T>)
LockExtensions.Locking<T, TResult>(T, Func<T, TResult>)
In this article
Back to top Powered by ABP.IO Platform