Click or drag to resize
IProductDecompositionManagerGetProductToServiceMatrix Method

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

[Missing <summary> documentation for "M:Netadmin.Management.Order.IProductDecompositionManager.GetProductToServiceMatrix(System.Collections.Generic.IEnumerable{Netadmin.Management.Order.Dto.IProductSelection},System.Collections.Generic.IEnumerable{Netadmin.Management.Order.Dto.IProductInformation},System.Nullable{System.Int64},System.Int64)"]

Namespace: Netadmin.Management.Order
Assembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
IEnumerable<IEnumerable<IMatrixRow>> GetProductToServiceMatrix(
	IEnumerable<IProductSelection> productSelections,
	IEnumerable<IProductInformation> orderedProducts,
	Nullable<long> serviceProviderId,
	long addressId
)

Parameters

productSelections
Type: System.Collections.GenericIEnumerableIProductSelection

[Missing <param name="productSelections"/> documentation for "M:Netadmin.Management.Order.IProductDecompositionManager.GetProductToServiceMatrix(System.Collections.Generic.IEnumerable{Netadmin.Management.Order.Dto.IProductSelection},System.Collections.Generic.IEnumerable{Netadmin.Management.Order.Dto.IProductInformation},System.Nullable{System.Int64},System.Int64)"]

orderedProducts
Type: System.Collections.GenericIEnumerableIProductInformation

[Missing <param name="orderedProducts"/> documentation for "M:Netadmin.Management.Order.IProductDecompositionManager.GetProductToServiceMatrix(System.Collections.Generic.IEnumerable{Netadmin.Management.Order.Dto.IProductSelection},System.Collections.Generic.IEnumerable{Netadmin.Management.Order.Dto.IProductInformation},System.Nullable{System.Int64},System.Int64)"]

serviceProviderId
Type: SystemNullableInt64

[Missing <param name="serviceProviderId"/> documentation for "M:Netadmin.Management.Order.IProductDecompositionManager.GetProductToServiceMatrix(System.Collections.Generic.IEnumerable{Netadmin.Management.Order.Dto.IProductSelection},System.Collections.Generic.IEnumerable{Netadmin.Management.Order.Dto.IProductInformation},System.Nullable{System.Int64},System.Int64)"]

addressId
Type: SystemInt64

[Missing <param name="addressId"/> documentation for "M:Netadmin.Management.Order.IProductDecompositionManager.GetProductToServiceMatrix(System.Collections.Generic.IEnumerable{Netadmin.Management.Order.Dto.IProductSelection},System.Collections.Generic.IEnumerable{Netadmin.Management.Order.Dto.IProductInformation},System.Nullable{System.Int64},System.Int64)"]

Return Value

Type: IEnumerableIEnumerableIMatrixRow

[Missing <returns> documentation for "M:Netadmin.Management.Order.IProductDecompositionManager.GetProductToServiceMatrix(System.Collections.Generic.IEnumerable{Netadmin.Management.Order.Dto.IProductSelection},System.Collections.Generic.IEnumerable{Netadmin.Management.Order.Dto.IProductInformation},System.Nullable{System.Int64},System.Int64)"]

See Also