Show / Hide Table of Contents

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

Extension Methods

AbpObjectExtensions.As<T>(Object)
AbpObjectExtensions.To<T>(Object)
AbpObjectExtensions.IsIn<T>(T, T[])
AbpObjectExtensions.If<T>(T, Boolean, Func<T, T>)
AbpObjectExtensions.If<T>(T, Boolean, Action<T>)
LockExtensions.Locking(Object, Action)
LockExtensions.Locking<T>(T, Action<T>)
LockExtensions.Locking<TResult>(Object, Func<TResult>)
LockExtensions.Locking<T, TResult>(T, Func<T, TResult>)
Back to top Powered by Volosoft