Class ProductSubtree
Represents a product tree node with its children.
Implements
System.IEquatable<Subtree>
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
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 |
---|---|
System.Collections.ObjectModel.Collection<ServiceVersionSubtree> |
Implements
System.IEquatable<T>