Click or drag to resize
IProductDecompositionManager Interface

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

[Missing <summary> documentation for "T:Netadmin.Management.Order.IProductDecompositionManager"]

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

The IProductDecompositionManager type exposes the following members.

Methods
  NameDescription
Public methodIEnumerableT, T: IEnumerableTDecompose(IEnumerableIProductInformation, NullableInt64, IReadOnlyDictionaryInt64, IService)
Public methodIEnumerableT, T: IProductInformationGetProductInformation(IEnumerableIProduct, IReadOnlyDictionaryInt64, IEnumerableInt64, IReadOnlyDictionaryInt64, IEnumerableInt64, IReadOnlyDictionaryInt64, IEnumerableInt64)
Public methodIEnumerableT, T: IEnumerableTGetProductToServiceMatrix(IEnumerableIProductSelection, IEnumerableIProductInformation, NullableInt64, Int64)
Public methodBooleanIsProductRootedInService(IProductInformation, IListInt64)
Checks if a product's all children (and grandchildren) has at least one service is the service list
Top
See Also