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