Show / Hide Table of Contents

Class HubConfigList

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

Constructors

HubConfigList()

Declaration
public HubConfigList()

Methods

AddOrUpdate(Type, Action<HubConfig>?)

Declaration
public void AddOrUpdate(Type hubType, Action<HubConfig>? configAction = null)
Parameters
Type Name Description
Type hubType
Action<HubConfig> configAction

AddOrUpdate<THub>(Action<HubConfig>?)

Declaration
public void AddOrUpdate<THub>(Action<HubConfig>? configAction = null)
Parameters
Type Name Description
Action<HubConfig> configAction
Type Parameters
Name Description
THub

Implements

IList<T>
ICollection<T>
IList
ICollection
IReadOnlyList<T>
IReadOnlyCollection<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