Class SequenceNumber_Counter
Inheritance
System.Object
SequenceNumber_Counter
Assembly: Simplic.Framework.EF.dll
Syntax
public class SequenceNumber_Counter : Locking.ILockable
Constructors
|
Improve this Doc
View Source
SequenceNumber_Counter()
Declaration
public SequenceNumber_Counter()
Properties
|
Improve this Doc
View Source
CurrentPosition
Declaration
public long CurrentPosition { get; set; }
Property Value
Type |
Description |
System.Int64 |
|
|
Improve this Doc
View Source
DbSequenceName
Declaration
public string DbSequenceName { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
FixedLength
Declaration
public int FixedLength { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Id
Declaration
public Guid Id { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public string OptionalFormat { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
SequenceId
Declaration
public Guid SequenceId { get; set; }
Property Value
|
Improve this Doc
View Source
TenantId
Declaration
public Guid? TenantId { get; set; }
Property Value
Type |
Description |
System.Nullable<Guid> |
|
|
Improve this Doc
View Source
ValidFrom
Declaration
public Nullable<DateTime> ValidFrom { get; set; }
Property Value
Type |
Description |
Nullable<DateTime> |
|
|
Improve this Doc
View Source
ValidTo
Declaration
public Nullable<DateTime> ValidTo { get; set; }
Property Value
Type |
Description |
Nullable<DateTime> |
|
Methods
|
Improve this Doc
View Source
GetPersistantKey()
Declaration
public System.Guid GetPersistantKey()
Returns
Type |
Description |
System.Guid |
|