Table of Contents

Interface IGetLocationsRequest

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

Представляет запрос получения списка строк расположения.

[JsonPolymorphic(UnknownDerivedTypeHandling = JsonUnknownDerivedTypeHandling.FallBackToBaseType)]
[JsonDerivedType(typeof(GetLocationsRequest))]
public interface IGetLocationsRequest

Properties

Identifiers

Идентификаторы для которых нужно получить строки.

List<IIdentifiableObject> Identifiers { get; set; }

Property Value

List<IIdentifiableObject>