Click or drag to resize
IProductDecompositionManagerGetProductInformation Method

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

[Missing <summary> documentation for "M:Netadmin.Management.Order.IProductDecompositionManager.GetProductInformation(System.Collections.Generic.IEnumerable{Netadmin.Management.Order.Dto.IProduct},System.Collections.Generic.IReadOnlyDictionary{System.Int64,System.Collections.Generic.IEnumerable{System.Int64}},System.Collections.Generic.IReadOnlyDictionary{System.Int64,System.Collections.Generic.IEnumerable{System.Int64}},System.Collections.Generic.IReadOnlyDictionary{System.Int64,System.Collections.Generic.IEnumerable{System.Int64}})"]

Namespace: Netadmin.Management.Order
Assembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
IEnumerable<IProductInformation> GetProductInformation(
	IEnumerable<IProduct> products,
	IReadOnlyDictionary<long, IEnumerable<long>> productRelations,
	IReadOnlyDictionary<long, IEnumerable<long>> optionalProductRelations,
	IReadOnlyDictionary<long, IEnumerable<long>> prioritizedServicesPerProduct
)

Parameters

products
Type: System.Collections.GenericIEnumerableIProduct

[Missing <param name="products"/> documentation for "M:Netadmin.Management.Order.IProductDecompositionManager.GetProductInformation(System.Collections.Generic.IEnumerable{Netadmin.Management.Order.Dto.IProduct},System.Collections.Generic.IReadOnlyDictionary{System.Int64,System.Collections.Generic.IEnumerable{System.Int64}},System.Collections.Generic.IReadOnlyDictionary{System.Int64,System.Collections.Generic.IEnumerable{System.Int64}},System.Collections.Generic.IReadOnlyDictionary{System.Int64,System.Collections.Generic.IEnumerable{System.Int64}})"]

productRelations
Type: System.Collections.GenericIReadOnlyDictionaryInt64, IEnumerableInt64

[Missing <param name="productRelations"/> documentation for "M:Netadmin.Management.Order.IProductDecompositionManager.GetProductInformation(System.Collections.Generic.IEnumerable{Netadmin.Management.Order.Dto.IProduct},System.Collections.Generic.IReadOnlyDictionary{System.Int64,System.Collections.Generic.IEnumerable{System.Int64}},System.Collections.Generic.IReadOnlyDictionary{System.Int64,System.Collections.Generic.IEnumerable{System.Int64}},System.Collections.Generic.IReadOnlyDictionary{System.Int64,System.Collections.Generic.IEnumerable{System.Int64}})"]

optionalProductRelations
Type: System.Collections.GenericIReadOnlyDictionaryInt64, IEnumerableInt64

[Missing <param name="optionalProductRelations"/> documentation for "M:Netadmin.Management.Order.IProductDecompositionManager.GetProductInformation(System.Collections.Generic.IEnumerable{Netadmin.Management.Order.Dto.IProduct},System.Collections.Generic.IReadOnlyDictionary{System.Int64,System.Collections.Generic.IEnumerable{System.Int64}},System.Collections.Generic.IReadOnlyDictionary{System.Int64,System.Collections.Generic.IEnumerable{System.Int64}},System.Collections.Generic.IReadOnlyDictionary{System.Int64,System.Collections.Generic.IEnumerable{System.Int64}})"]

prioritizedServicesPerProduct
Type: System.Collections.GenericIReadOnlyDictionaryInt64, IEnumerableInt64

[Missing <param name="prioritizedServicesPerProduct"/> documentation for "M:Netadmin.Management.Order.IProductDecompositionManager.GetProductInformation(System.Collections.Generic.IEnumerable{Netadmin.Management.Order.Dto.IProduct},System.Collections.Generic.IReadOnlyDictionary{System.Int64,System.Collections.Generic.IEnumerable{System.Int64}},System.Collections.Generic.IReadOnlyDictionary{System.Int64,System.Collections.Generic.IEnumerable{System.Int64}},System.Collections.Generic.IReadOnlyDictionary{System.Int64,System.Collections.Generic.IEnumerable{System.Int64}})"]

Return Value

Type: IEnumerableIProductInformation

[Missing <returns> documentation for "M:Netadmin.Management.Order.IProductDecompositionManager.GetProductInformation(System.Collections.Generic.IEnumerable{Netadmin.Management.Order.Dto.IProduct},System.Collections.Generic.IReadOnlyDictionary{System.Int64,System.Collections.Generic.IEnumerable{System.Int64}},System.Collections.Generic.IReadOnlyDictionary{System.Int64,System.Collections.Generic.IEnumerable{System.Int64}},System.Collections.Generic.IReadOnlyDictionary{System.Int64,System.Collections.Generic.IEnumerable{System.Int64}})"]

See Also