Show / Hide Table of Contents

Class Uuid4IdGenerationStrategy

Generation strategy to creat UUID4 Ids.

Inheritance
System.Object
Uuid4IdGenerationStrategy
Implements
IIdGenerationStrategy
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Redis.OM
Assembly: Redis.OM.dll
Syntax
public class Uuid4IdGenerationStrategy : IIdGenerationStrategy

Methods

| Improve this Doc View Source

GenerateId()

generates a unique id.

Declaration
public string GenerateId()
Returns
Type Description
System.String

the id.

Implements

IIdGenerationStrategy
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX