Show / Hide Table of Contents

Class EntitySelectorListExtensions

Inheritance
object
EntitySelectorListExtensions
Inherited Members
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
Assembly: Volo.Abp.Ddd.Domain.dll
Syntax
public static class EntitySelectorListExtensions

Methods

Add(IEntitySelectorList, string, Func<Type, bool>)

Declaration
public static IEntitySelectorList Add(this IEntitySelectorList selectors, string name, Func<Type, bool> predicate)
Parameters
Type Name Description
IEntitySelectorList selectors
string name
Func<Type, bool> predicate
Returns
Type Description
IEntitySelectorList
In this article
Back to top Powered by ABP.IO Platform