Search Results for

    Show / Hide Table of Contents

    Class CommandHandlerBase<TCommand>

    the base class from which all CommandHandler<TCommand> classes inherit from

    Inheritance
    object
    ValidationContext
    ValidationContext<TCommand>
    CommandHandlerBase<TCommand>
    CommandHandler<TCommand>
    CommandHandler<TCommand, TResult>
    Inherited Members
    ValidationContext<TCommand>.Instance
    ValidationContext<TCommand>.AddError(Expression<Func<TCommand, object>>, string, string, Severity)
    ValidationContext<TCommand>.ThrowError(Expression<Func<TCommand, object>>, string, int?)
    ValidationContext<TCommand>.ThrowError(Expression<Func<TCommand, object>>, string, string, Severity, int?)
    ValidationContext.ValidationFailures
    ValidationContext.ValidationFailed
    ValidationContext.AddError(ValidationFailure)
    ValidationContext.AddError(string, string, Severity)
    ValidationContext.ThrowError(ValidationFailure, int?)
    ValidationContext.ThrowError(string, int?)
    ValidationContext.ThrowError(string, string, Severity, int?)
    ValidationContext.ThrowIfAnyErrors(int?)
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: FastEndpoints
    Assembly: FastEndpoints.dll
    Syntax
    public abstract class CommandHandlerBase<TCommand> : ValidationContext<TCommand>
    Type Parameters
    Name Description
    TCommand

    the type of the command

    In this article
    Back to top Developed by Đĵ ΝιΓΞΗΛψΚ and contributors / Licensed under MIT / Website generated by DocFX