Class ProductSubtree
Represents a product tree node with its children.
Implements
Inherited Members
Namespace: Nevatech.Vsb.Repository.Services
Assembly: Nevatech.Vsb.Repository.dll
Syntax
public sealed class ProductSubtree : Subtree, IEquatable<Subtree>
Constructors
ProductSubtree()
Initializes an empty instance.
Declaration
public ProductSubtree()
ProductSubtree(Product)
Initializes new instance from the provided product.
Declaration
public ProductSubtree(Product product)
Parameters
Type | Name | Description |
---|---|---|
Product | product | Product to be initialized from. |
Properties
ServiceVersions
Gets collection of service versions belonging to the product.
Declaration
public Collection<ServiceVersionSubtree> ServiceVersions { get; }
Property Value
Type | Description |
---|---|
Collection<ServiceVersionSubtree> |