Show / Hide Table of Contents

Class DataSeedContributorList

Inheritance
System.Object
TypeList<IDataSeedContributor>
DataSeedContributorList
Implements
ITypeList<IDataSeedContributor>
IList<Type>
Inherited Members
TypeList<IDataSeedContributor>.Count
TypeList<IDataSeedContributor>.IsReadOnly
TypeList<IDataSeedContributor>.Item[Int32]
TypeList<IDataSeedContributor>.Add<T>()
TypeList<IDataSeedContributor>.TryAdd<T>()
TypeList<IDataSeedContributor>.Add(Type)
TypeList<IDataSeedContributor>.Insert(Int32, Type)
TypeList<IDataSeedContributor>.IndexOf(Type)
TypeList<IDataSeedContributor>.Contains<T>()
TypeList<IDataSeedContributor>.Contains(Type)
TypeList<IDataSeedContributor>.Remove<T>()
TypeList<IDataSeedContributor>.Remove(Type)
TypeList<IDataSeedContributor>.RemoveAt(Int32)
TypeList<IDataSeedContributor>.Clear()
TypeList<IDataSeedContributor>.CopyTo(Type[], Int32)
TypeList<IDataSeedContributor>.GetEnumerator()
Namespace: Volo.Abp.Data
Assembly: Volo.Abp.Data.dll
Syntax
public class DataSeedContributorList : TypeList<IDataSeedContributor>, ITypeList<IDataSeedContributor>, IList<Type>

Implements

ITypeList<TBaseType>
IList<>

Extension Methods

AbpObjectExtensions.As<T>(Object)
AbpObjectExtensions.To<T>(Object)
AbpObjectExtensions.IsIn<T>(T, T[])
AbpObjectExtensions.If<T>(T, Boolean, Func<T, T>)
AbpObjectExtensions.If<T>(T, Boolean, Action<T>)
LockExtensions.Locking(Object, Action)
LockExtensions.Locking<T>(T, Action<T>)
LockExtensions.Locking<TResult>(Object, Func<TResult>)
LockExtensions.Locking<T, TResult>(T, Func<T, TResult>)
Back to top Powered by Volosoft