Table of Contents

Class IdSearchResponse

Namespace
Si.Srp.Api.Common.Model
Assembly
Si.Srp.Api.Common.dll

Represents id results from a product search

[ExcludeFromCodeCoverage]
public class IdSearchResponse : Element
Inheritance
Element
IdSearchResponse
Inherited Members

Constructors

IdSearchResponse()

public IdSearchResponse()

Properties

ProductIds

The product ids

public IList<IdAtVersion> ProductIds { get; set; }

Property Value

IList<IdAtVersion>

Status

The status of the search request

public Status Status { get; set; }

Property Value

Status

Methods

Accept(IVisitor)

Abstract method for applying concrete visitor implementation

public override void Accept(IVisitor visitor)

Parameters

visitor IVisitor

Concrete visitor implementation