Search Results for

    Show / Hide Table of Contents

    Interface IIncrementalIdProvider

    Namespace: Tenray.ZoneTree.Core
    Assembly: ZoneTree.dll
    Syntax
    public interface IIncrementalIdProvider

    Properties

    | Improve this Doc View Source

    LastId

    Declaration
    long LastId { get; }
    Property Value
    Type Description
    long

    Methods

    | Improve this Doc View Source

    NextId()

    Declaration
    long NextId()
    Returns
    Type Description
    long
    | Improve this Doc View Source

    SetNextId(long)

    Declaration
    void SetNextId(long id)
    Parameters
    Type Name Description
    long id
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2022 Tenray.io