Search Results for

    Show / Hide Table of Contents

    Class DBSequenceConfiguration

    Sequence configuration from the database, should not be used outside of NumberSequenceCounter

    Inheritance
    System.Object
    DBSequenceConfiguration
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Simplic.Framework.Core
    Assembly: Simplic.Framework.Base.dll
    Syntax
    public class DBSequenceConfiguration

    Properties

    | Improve this Doc View Source

    cycle

    Start from beginning

    Declaration
    public bool cycle { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    increment_by

    Step size

    Declaration
    public int increment_by { get; set; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    max_value

    Max value

    Declaration
    public long max_value { get; set; }
    Property Value
    Type Description
    System.Int64
    | Improve this Doc View Source

    min_value

    Minimum value

    Declaration
    public long min_value { get; set; }
    Property Value
    Type Description
    System.Int64
    | Improve this Doc View Source

    start_with

    start value

    Declaration
    public long start_with { get; set; }
    Property Value
    Type Description
    System.Int64
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx