Search Results for

    Show / Hide Table of Contents

    Class SequenceNumber_Counter

    Inheritance
    System.Object
    SequenceNumber_Counter
    Namespace: Simplic.Framework.EF
    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
    Type Description
    System.Guid
    | Improve this Doc View Source

    OptionalFormat

    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
    Type Description
    System.Guid
    | Improve this Doc View Source

    TenantId

    Declaration
    public Guid? TenantId { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Guid>
    | Improve this Doc View Source

    ValidFrom

    Declaration
    public DateTime? ValidFrom { get; set; }
    Property Value
    Type Description
    System.Nullable<System.DateTime>
    | Improve this Doc View Source

    ValidTo

    Declaration
    public DateTime? ValidTo { get; set; }
    Property Value
    Type Description
    System.Nullable<System.DateTime>

    Methods

    | Improve this Doc View Source

    GetPersistantKey()

    Declaration
    public Guid GetPersistantKey()
    Returns
    Type Description
    System.Guid
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx