Click or drag to resize
IProductDecompositionManagerIsProductRootedInService Method

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

Checks if a product's all children (and grandchildren) has at least one service is the service list

Namespace: Netadmin.Management.Order
Assembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
bool IsProductRootedInService(
	IProductInformation product,
	IList<long> availableServices
)

Parameters

product
Type: Netadmin.Management.Order.DtoIProductInformation

[Missing <param name="product"/> documentation for "M:Netadmin.Management.Order.IProductDecompositionManager.IsProductRootedInService(Netadmin.Management.Order.Dto.IProductInformation,System.Collections.Generic.IList{System.Int64})"]

availableServices
Type: System.Collections.GenericIListInt64

[Missing <param name="availableServices"/> documentation for "M:Netadmin.Management.Order.IProductDecompositionManager.IsProductRootedInService(Netadmin.Management.Order.Dto.IProductInformation,System.Collections.Generic.IList{System.Int64})"]

Return Value

Type: Boolean

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

See Also