Search Results for

    Show / Hide Table of Contents

    Class OrganizationDocumentBase

    Base document for storing organizsation specific data

    Inheritance
    System.Object
    OrganizationDocumentBase
    Implements
    IDocument<System.Guid>
    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.Data.MongoDB
    Assembly: Simplic.Data.MongoDB.dll
    Syntax
    public abstract class OrganizationDocumentBase : IDocument<Guid>

    Properties

    | Improve this Doc View Source

    Id

    Gets or sets the id

    Declaration
    public Guid Id { get; set; }
    Property Value
    Type Description
    System.Guid
    | Improve this Doc View Source

    IsDeleted

    Gets or sets whether the object is deleted

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

    OrganizationId

    Gets or sets the organizsation id

    Declaration
    public Guid OrganizationId { get; set; }
    Property Value
    Type Description
    System.Guid

    Implements

    IDocument<TId>
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx