Class RepositoryNode
Represents a repository in a navigation hierarchy.
Inherited Members
Algenta.Colectica.Model.NotificationObject.RaisePropertyChanged<T>(Expression<>)
Namespace: Algenta.Colectica.Navigator.NodeTypes
Assembly: Algenta.Colectica.ViewModel.dll
Syntax
public class RepositoryNode : Node, IHaveClient
Constructors
RepositoryNode(RepositoryClientBase, Node, ModernNavigationLabels)
Initializes a new instance of the RepositoryNode class.
Declaration
public RepositoryNode(RepositoryClientBase client, Node parent, ModernNavigationLabels labels = null)
Parameters
Type | Name | Description |
---|---|---|
RepositoryClientBase | client | The repository client for the repository represented by this node. |
Node | parent | The parent node of this node. |
ModernNavigationLabels | labels |
Properties
Client
Gets or sets the repository client for the repository represented by this node.
Declaration
public RepositoryClientBase Client { get; set; }
Property Value
Type | Description |
---|---|
RepositoryClientBase |