Show / Hide Table of Contents

Class ServiceExposingActionList

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

Constructors

ServiceExposingActionList()

Declaration
public ServiceExposingActionList()

Implements

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

Extension Methods

AbpCollectionExtensions.AddIfNotContains<T>(ICollection<T>, T)
AbpCollectionExtensions.AddIfNotContains<T>(ICollection<T>, IEnumerable<T>)
AbpCollectionExtensions.AddIfNotContains<T>(ICollection<T>, Func<T, bool>, Func<T>)
AbpCollectionExtensions.IsNullOrEmpty<T>(ICollection<T>?)
AbpCollectionExtensions.RemoveAll<T>(ICollection<T>, IEnumerable<T>)
AbpCollectionExtensions.RemoveAll<T>(ICollection<T>, Func<T, bool>)
AbpEnumerableExtensions.JoinAsString<T>(IEnumerable<T>, string)
AbpEnumerableExtensions.WhereIf<T>(IEnumerable<T>, bool, Func<T, bool>)
AbpEnumerableExtensions.WhereIf<T>(IEnumerable<T>, bool, Func<T, int, bool>)
AbpListExtensions.SortByDependencies<T>(IEnumerable<T>, Func<T, IEnumerable<T>>, IEqualityComparer<T>?)
AbpListExtensions.AddFirst<T>(IList<T>, T)
AbpListExtensions.AddLast<T>(IList<T>, T)
AbpListExtensions.FindIndex<T>(IList<T>, Predicate<T>)
AbpListExtensions.GetOrAdd<T>(IList<T>, Func<T, bool>, Func<T>)
AbpListExtensions.InsertAfter<T>(IList<T>, T, T)
AbpListExtensions.InsertAfter<T>(IList<T>, Predicate<T>, T)
AbpListExtensions.InsertBefore<T>(IList<T>, T, T)
AbpListExtensions.InsertBefore<T>(IList<T>, Predicate<T>, T)
AbpListExtensions.InsertRange<T>(IList<T>, int, IEnumerable<T>)
AbpListExtensions.ReplaceOne<T>(IList<T>, T, T)
AbpListExtensions.ReplaceOne<T>(IList<T>, Predicate<T>, T)
AbpListExtensions.ReplaceOne<T>(IList<T>, Predicate<T>, Func<T, T>)
AbpListExtensions.ReplaceWhile<T>(IList<T>, Predicate<T>, T)
AbpListExtensions.ReplaceWhile<T>(IList<T>, Predicate<T>, Func<T, T>)
AbpListExtensions.MoveItem<T>(List<T>, Predicate<T>, int)
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