Class IdentifierExtensions
Contains extension methods for working with identified items.
Inheritance
System.Object
IdentifierExtensions
Namespace: Algenta.Colectica.Model.Utility
Assembly: Algenta.Colectica.Model.dll
Syntax
public static class IdentifierExtensions : object
Methods
GetItem(Collection<IVersionable>, IdentifierTriple)
Gets the item with the specified identifier.
Declaration
public static IVersionable GetItem(this Collection<IVersionable> items, IdentifierTriple id)
Parameters
Type | Name | Description |
---|---|---|
Collection<IVersionable> | items | The collection items to search. |
IdentifierTriple | id | The identifier of item to return. |
Returns
Type | Description |
---|---|
IVersionable | The item with the specified identifier |