Search Results for

    Show / Hide Table of Contents

    Class MongoDBEntityBase

    Inheritance
    System.Object
    MongoDBEntityBase
    Hl7ApplicationConfigEntity
    BaseApplicationEntity
    DicomAssociationInfo
    ExternalAppDetails
    MonaiApplicationEntity
    VirtualApplicationEntity
    StorageMetadataWrapper
    Namespace: Monai.Deploy.InformaticsGateway.Api.Storage
    Assembly: Monai.Deploy.InformaticsGateway.Api.dll
    Syntax
    public abstract class MongoDBEntityBase

    Constructors

    | Improve this Doc View Source

    MongoDBEntityBase()

    Declaration
    protected MongoDBEntityBase()

    Properties

    | Improve this Doc View Source

    DateTimeCreated

    Gets or set the date and time the objects first created.

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

    Id

    Gets or set the MongoDB associated identifier.

    Declaration
    public Guid Id { get; set; }
    Property Value
    Type Description
    System.Guid
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2022-2023 Project MONAI
    Generated by DocFX