Table of Contents

Interface IGetByCodeRequest

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

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

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

Properties

Code

Код объекта.

string Code { get; set; }

Property Value

string