Search Results for

    Show / Hide Table of Contents

    Interface IDocument<TId>

    Basic no sql document

    Namespace: Simplic.Data.NoSql
    Assembly: Simplic.Data.dll
    Syntax
    public interface IDocument<TId>
    Type Parameters
    Name Description
    TId

    Properties

    | Improve this Doc View Source

    Id

    Gets or sets the document id

    Declaration
    TId Id { get; set; }
    Property Value
    Type Description
    TId
    | Improve this Doc View Source

    IsDeleted

    Gets or sets whether the document is deleted

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