Show / Hide Table of Contents

Class IdentifierExtensions

Contains extension methods for working with identified items.

Inheritance
object
IdentifierExtensions
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: Algenta.Colectica.Model.Utility
Assembly: Algenta.Colectica.Model.dll
Syntax
public static class IdentifierExtensions

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

In this article
Back to top Generated by DocFX