Click or drag to resize
IProductInformation Interface

[This is preliminary documentation and is subject to change.]

Information about a product in a product catalogue

Namespace: Netadmin.Management.Order.Dto
Assembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
public interface IProductInformation

The IProductInformation type exposes the following members.

Properties
  NameDescription
Public propertyIEnumerableT, T: Int64AllProductIds
Public propertyIEnumerableT, T: Int64AllServiceIds
Public propertyStringCData
Public propertyIEnumerableT, T: IProductInformationChildProducts
Public propertyConsumerTypeConsumerType
Public propertyNullableT, T: DateTimeEndDate
Public propertyInt64Id
Public propertyBooleanIsFullyAutoSelect Obsolete.
Public propertyIEnumerableT, T: IProductInformationLeafProducts
Public propertyStringName
Public propertyIEnumerableT, T: IProductInformationOptionalProducts
Public propertyIEnumerableT, T: Int64PrioritizedServiceIds
Public propertyIProductProduct
Public propertyStringProductType
Public propertyNullableT, T: Int64ServiceProviderId
Public propertyDateTimeStartDate
Top
See Also