Class AbpSequentialGuidGeneratorOptions
Inheritance
System.Object
AbpSequentialGuidGeneratorOptions
Namespace: Volo.Abp.Guids
Assembly: Volo.Abp.Guids.dll
Syntax
public class AbpSequentialGuidGeneratorOptions : object
Properties
DefaultSequentialGuidType
Default value: null (unspecified). Use GetDefaultSequentialGuidType() method to get the value on use, since it fall backs to a default value.
Declaration
public SequentialGuidType? DefaultSequentialGuidType { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<SequentialGuidType> |
Methods
GetDefaultSequentialGuidType()
Get the DefaultSequentialGuidType value or returns SequentialAtEnd if DefaultSequentialGuidType was null.
Declaration
public SequentialGuidType GetDefaultSequentialGuidType()
Returns
Type | Description |
---|---|
SequentialGuidType |