Table of Contents

Class GetExtraLocationsResponse

Namespace
Ascon.Polynom.Web.Api.Data.Response.Identifiers
Assembly
Ascon.Polynom.Web.Api.Data.dll

Модель данных для изменения внутреннего уникального номера элемента.

public class GetExtraLocationsResponse : IGetExtraLocationsResponse
Inheritance
GetExtraLocationsResponse
Implements
Inherited Members

Constructors

GetExtraLocationsResponse()

public GetExtraLocationsResponse()

Properties

ExtraLocations

Уникальный номер элемента.

public List<string> ExtraLocations { get; set; }

Property Value

List<string>

Identifier

Идентификатор элемента.

public IIdentifiableObject Identifier { get; set; }

Property Value

IIdentifiableObject