Table of Contents

Interface IGetByUidRequest

Namespace
Ascon.Polynom.Web.Api.Data.Interfaces.Requests.Base
Assembly
Ascon.Polynom.Web.Api.Data.dll

Представляет запрос объекта по идентификатору типа Guid.

[JsonPolymorphic(UnknownDerivedTypeHandling = JsonUnknownDerivedTypeHandling.FallBackToBaseType)]
[JsonDerivedType(typeof(GetByUidRequest))]
public interface IGetByUidRequest : IWebApiRequest

Properties

Id

Идентификатор объекта.

string Id { get; set; }

Property Value

string