Show / Hide Table of Contents

Class InboxOutboxFilterExpressionTransformer

Inheritance
object
InboxOutboxFilterExpressionTransformer
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.EventBus.Distributed
Assembly: Volo.Abp.EventBus.Abstractions.dll
Syntax
public static class InboxOutboxFilterExpressionTransformer

Methods

Transform<TOriginal, TTarget>(Expression<Func<TOriginal, bool>>)

Declaration
public static Expression<Func<TTarget, bool>> Transform<TOriginal, TTarget>(Expression<Func<TOriginal, bool>> originalExpression)
Parameters
Type Name Description
Expression<Func<TOriginal, bool>> originalExpression
Returns
Type Description
Expression<Func<TTarget, bool>>
Type Parameters
Name Description
TOriginal
TTarget
In this article
Back to top Powered by ABP.IO Platform