Show / Hide Table of Contents

Class GetHistoryByIdQuery

Inheritance
object
IdRequest
GetHistoryByIdQuery
Implements
IRequest<GetHistoryByIdResponse>
IBaseRequest
Inherited Members
IdRequest.Id
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: NotifyHub.NotificationService.Application.Features.Queries.GetHistoryById
Assembly: NotifyHub.NotificationService.Application.dll
Syntax
public class GetHistoryByIdQuery : IdRequest, IRequest<GetHistoryByIdResponse>, IBaseRequest

Constructors

| Edit this page View Source

GetHistoryByIdQuery(IdRequest)

Declaration
public GetHistoryByIdQuery(IdRequest request)
Parameters
Type Name Description
IdRequest request

Implements

MediatR.IRequest<TResponse>
MediatR.IBaseRequest
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX