Class GetReferenceItemTypeListResponse
Response Listing Available Reference Item Types
Inheritance
System.Object
GetReferenceItemTypeListResponse
Namespace: Cmc.Nexus.Common.Services
Assembly: Cmc.Nexus.Common.Contracts.dll
Syntax
public class GetReferenceItemTypeListResponse : ServiceResponse
Constructors
GetReferenceItemTypeListResponse()
Declaration
public GetReferenceItemTypeListResponse()
Properties
ReferenceTypes
List of Reference Types
Declaration
public IDictionary<string, string> ReferenceTypes { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IDictionary<System.String, System.String> |