Show / Hide Table of Contents

Class NamedActionList<T>

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

Constructors

NamedActionList()

Declaration
public NamedActionList()

Methods

Add(Action<T>)

Declaration
public void Add(Action<T> action)
Parameters
Type Name Description
Action<T> action

Add(string, Action<T>)

Declaration
public void Add(string name, Action<T> action)
Parameters
Type Name Description
string name
Action<T> action

Implements

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

Extension Methods

AbpCollectionExtensions.AddIfNotContains<T>(ICollection<T>, IEnumerable<T>)
AbpCollectionExtensions.AddIfNotContains<T>(ICollection<T>, Func<T, bool>, Func<T>)
AbpCollectionExtensions.AddIfNotContains<T>(ICollection<T>, 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>, Predicate<T>, T)
AbpListExtensions.InsertAfter<T>(IList<T>, T, T)
AbpListExtensions.InsertBefore<T>(IList<T>, Predicate<T>, T)
AbpListExtensions.InsertBefore<T>(IList<T>, T, T)
AbpListExtensions.InsertRange<T>(IList<T>, int, IEnumerable<T>)
AbpListExtensions.ReplaceOne<T>(IList<T>, Predicate<T>, Func<T, T>)
AbpListExtensions.ReplaceOne<T>(IList<T>, Predicate<T>, T)
AbpListExtensions.ReplaceOne<T>(IList<T>, T, T)
AbpListExtensions.ReplaceWhile<T>(IList<T>, Predicate<T>, Func<T, T>)
AbpListExtensions.ReplaceWhile<T>(IList<T>, Predicate<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