Class MongoDBEntityBase
- Namespace
- Monai.Deploy.InformaticsGateway.Api.Storage
- Assembly
- Monai.Deploy.InformaticsGateway.Api.dll
public abstract class MongoDBEntityBase
- Inheritance
-
MongoDBEntityBase
- Derived
Constructors
MongoDBEntityBase()
protected MongoDBEntityBase()
Properties
DateTimeCreated
Gets or set the date and time the objects first created.
public DateTime DateTimeCreated { get; set; }
Property Value
Id
Gets or set the MongoDB associated identifier.
public Guid Id { get; set; }