Search Results for

    Show / Hide Table of Contents

    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 Source

    ExcludeId

    Gets or sets an exclude id.

    Declaration
    public Guid? ExcludeId { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Guid>
    | Improve this Doc View Source

    Id

    Gets or sets the data id

    Declaration
    public Guid Id { get; set; }
    Property Value
    Type Description
    System.Guid
    | Improve this Doc View Source

    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>
    | Improve this Doc View Source

    IsDeleted

    Gets or sets whether to filter deleted data

    Declaration
    public bool? IsDeleted { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Boolean>
    | Improve this Doc View Source

    OrganizationId

    Gets or sets the organization id

    Declaration
    public Guid? OrganizationId { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Guid>
    | Improve this Doc View Source

    QueryAllOrganizations

    Gets or sets wether all organisations will be queried.

    Declaration
    public bool QueryAllOrganizations { get; set; }
    Property Value
    Type Description
    System.Boolean

    Implements

    IFilter<TId>
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx