Show / Hide Table of Contents

Class IdRequest

Inheritance
object
IdRequest
GetHistoryByIdQuery
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: NotifyHub.NotificationService.Application.Common.Requests
Assembly: NotifyHub.NotificationService.Application.dll
Syntax
public class IdRequest

Constructors

| Edit this page View Source

IdRequest()

Declaration
public IdRequest()
| Edit this page View Source

IdRequest(IdRequest)

Declaration
public IdRequest(IdRequest requests)
Parameters
Type Name Description
IdRequest requests

Properties

| Edit this page View Source

Id

ID для запроса сущности

Declaration
public Guid Id { get; set; }
Property Value
Type Description
Guid
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX