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 SourceId
Gets or sets the document id
Declaration
TId Id { get; set; }
Property Value
Type | Description |
---|---|
TId |
IsDeleted
Gets or sets whether the document is deleted
Declaration
bool IsDeleted { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |