Interface IIdentifierService
Provides a method to create a universally unique identifer to be assigned to an IVersionable item.
Namespace: Algenta.Colectica.Model
Assembly: Algenta.Colectica.Model.dll
Syntax
public interface IIdentifierService
Methods
GetNewIdentifier()
Gets the new identifier.
Declaration
Guid GetNewIdentifier()
Returns
| Type | Description |
|---|---|
| Guid |
GetNewIdentifier(string)
Creates a new universally unique identifier using a string context.
Declaration
Guid GetNewIdentifier(string context)
Parameters
| Type | Name | Description |
|---|---|---|
| string | context |
Returns
| Type | Description |
|---|---|
| Guid | A universally unique identifier. |