Class IdentifierService
Provides a method to create a new universally unique identifier, to be
assigned to an IVersionable item. The default implementation
simply uses Guid.NewGuid()
, but this may be overridden to taste by
implementing an IIdentifierService Addin.
Inheritance
System.Object
IdentifierService
Namespace: Algenta.Colectica.Model
Assembly: Algenta.Colectica.Model.dll
Syntax
public static class IdentifierService : object
Methods
GetNewIdentifier()
Creates a new universally unique identifier.
Declaration
public static Guid GetNewIdentifier()
Returns
Type | Description |
---|---|
Guid | A universally unique identifier. |