Class OrganizationFilterBase
Organization data filter
Inheritance
System.Object
OrganizationFilterBase
Implements
IFilter<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 class OrganizationFilterBase : IFilter<Guid>
Properties
| Improve this Doc View SourceExcludeId
Gets or sets an exclude id.
Declaration
public Guid? ExcludeId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Guid> |
Id
Gets or sets the data id
Declaration
public Guid Id { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
IncludeIds
Gets or sets a list of included ids.
Declaration
public IList<Guid> IncludeIds { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<System.Guid> |
IsDeleted
Gets or sets whether to filter deleted data
Declaration
public bool? IsDeleted { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |
OrganizationId
Gets or sets the organization id
Declaration
public Guid? OrganizationId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Guid> |
QueryAllOrganizations
Gets or sets wether all organisations will be queried.
Declaration
public bool QueryAllOrganizations { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |