Class MongoDBEntityBase
Inheritance
MongoDBEntityBase
Namespace: Monai.Deploy.InformaticsGateway.Api.Storage
Assembly: Monai.Deploy.InformaticsGateway.Api.dll
Syntax
public abstract class MongoDBEntityBase
Constructors
| Improve this Doc View SourceMongoDBEntityBase()
Declaration
protected MongoDBEntityBase()
Properties
| Improve this Doc View SourceDateTimeCreated
Gets or set the date and time the objects first created.
Declaration
public DateTime DateTimeCreated { get; set; }
Property Value
Type | Description |
---|---|
DateTime |
Id
Gets or set the MongoDB associated identifier.
Declaration
public Guid Id { get; set; }
Property Value
Type | Description |
---|---|
Guid |