Show / Hide Table of Contents

Class GenericGuidGenerator

Creates a sequential GUID according to supplied SequentialGuidType ordering rules.

Inheritance
Object
GenericGuidGenerator
Inherited Members
System.Object.ToString()
Object.Equals(Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
Object.MemberwiseClone()
Namespace: IRM
Assembly: IRM.dll
Syntax
public class GenericGuidGenerator : IGuidGenerator

Constructors

GenericGuidGenerator(SequentialGuidType)

Declaration
public GenericGuidGenerator(SequentialGuidType sequentialGuidType = SequentialGuidType.AsString)
Parameters
SequentialGuidType sequentialGuidType

Properties

SequentialGuidType

Determines which kind of sequential System.Guid that is created by NewSequentialGuid().

Declaration
public SequentialGuidType SequentialGuidType { get; }
Property Value
SequentialGuidType

Remarks

Default this is set to SequentialGuidType.AtEnd.

Methods

NewSequentialGuid()

Declaration
public Guid NewSequentialGuid()
Returns
System.Guid

Implements
IGuidGenerator.NewSequentialGuid()

Extension Methods

ObjectExtensions.DeepClone<T>(T)
AnnotationsExtensions.IsValid(Object)
Back to top Generated by DocFX