Class SequentialGuidGenerator
Inheritance
object
SequentialGuidGenerator
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.Guids
Assembly: Volo.Abp.Guids.dll
Syntax
public class SequentialGuidGenerator : IGuidGenerator, ITransientDependency
Constructors
SequentialGuidGenerator(IOptions<AbpSequentialGuidGeneratorOptions>)
Declaration
public SequentialGuidGenerator(IOptions<AbpSequentialGuidGeneratorOptions> options)
Parameters
| Type | Name | Description |
|---|---|---|
| Microsoft.Extensions.Options.IOptions<TOptions><AbpSequentialGuidGeneratorOptions> | options |
Properties
Options
Declaration
public AbpSequentialGuidGeneratorOptions Options { get; }
Property Value
| Type | Description |
|---|---|
| AbpSequentialGuidGeneratorOptions |
Methods
Create()
Declaration
public Guid Create()
Returns
| Type | Description |
|---|---|
| System.Guid |
Create(SequentialGuidType)
Declaration
public Guid Create(SequentialGuidType guidType)
Parameters
| Type | Name | Description |
|---|---|---|
| SequentialGuidType | guidType |
Returns
| Type | Description |
|---|---|
| System.Guid |