Table of Contents

Interface IUniqueIdentifierGenerator

Namespace
GroupeIsa.Neos.Shared.Generator
Assembly
GroupeIsa.Neos.Shared.dll

Represents an interface for generate unique identifier.

public interface IUniqueIdentifierGenerator

Methods

Generate()

Generate a unique identifier.

string Generate()

Returns

string

Unique identifier.