Class GetReferenceItemListResponse
Response to Reference Item Service request
Inheritance
System.Object
GetReferenceItemListResponse
Namespace: Cmc.Nexus.Common.Services
Assembly: Cmc.Nexus.Common.Contracts.dll
Syntax
public class GetReferenceItemListResponse : ServiceResponse
Constructors
GetReferenceItemListResponse()
Declaration
public GetReferenceItemListResponse()
Properties
ReferenceItems
List of items
Declaration
public IList<ReferenceItem> ReferenceItems { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<ReferenceItem> |