Class MissingItemNode
Represents a node where a versionable item is expected to exist but where that item cannot be found in the local database or repository.
Inherited Members
Algenta.Colectica.Model.NotificationObject.RaisePropertyChanged<T>(Expression<>)
Namespace: Algenta.Colectica.Navigator.NodeTypes
Assembly: Algenta.Colectica.ViewModel.dll
Syntax
public class MissingItemNode : Node
Constructors
MissingItemNode(IdentifierTriple, Node)
Initializes a new instance of the MissingItemNode class.
Declaration
public MissingItemNode(IdentifierTriple id, Node parent)
Parameters
Type | Name | Description |
---|---|---|
IdentifierTriple | id | The identifier of the item that cannot be found. |
Node | parent | The parent node of this node. |
Properties
CompositeId
Gets or sets the identifier of the item that cannot be found.
Declaration
public IdentifierTriple CompositeId { get; set; }
Property Value
Type | Description |
---|---|
IdentifierTriple |