Class FileRepositoryNode
Represents an open file in the navigation hierarchy.
Inherited Members
Algenta.Colectica.Model.NotificationObject.RaisePropertyChanged<T>(Expression<>)
Namespace: Algenta.Colectica.Navigator.NodeTypes
Assembly: Algenta.Colectica.ViewModel.dll
Syntax
public class FileRepositoryNode : RepositoryNode, IHaveClient
Constructors
FileRepositoryNode(RepositoryClientBase, String, Collection<IVersionable>, Node)
Initializes a new instance of the FileRepositoryNode class.
Declaration
public FileRepositoryNode(RepositoryClientBase client, string fileName, Collection<IVersionable> topLevelItems, Node parent)
Parameters
Type | Name | Description |
---|---|---|
RepositoryClientBase | client | The client. |
System.String | fileName | Name of the file. |
Collection<IVersionable> | topLevelItems | The top level items. |
Node | parent | The parent. |
Properties
FileName
Gets the name of the file represented by the node.
Declaration
public string FileName { get; protected set; }
Property Value
Type | Description |
---|---|
System.String |
TopLevelItems
Gets a collection of top-level items contained in the file.
Declaration
public Collection<IVersionable> TopLevelItems { get; protected set; }
Property Value
Type | Description |
---|---|
Collection<IVersionable> |