Class IdSearchResponse
Represents id results from a product search
Constructors
IdSearchResponse()
Declaration
public IdSearchResponse()
Properties
ProductIds
The product ids
Declaration
public IList<IdAtVersion> ProductIds { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<IdAtVersion> |
Status
The status of the search request
Declaration
public Status Status { get; set; }
Property Value
Type | Description |
---|---|
Status |
Methods
Accept(IVisitor)
Abstract method for applying concrete visitor implementation
Declaration
public override void Accept(IVisitor visitor)
Parameters
Type | Name | Description |
---|---|---|
IVisitor | visitor | Concrete visitor implementation |