Class QGroupSelectorFilter
- Namespace
- InSite.Application.Contacts.Read
- Assembly
- Shift.Sdk.dll
public class QGroupSelectorFilter : Filter, ISearchReport
- Inheritance
-
QGroupSelectorFilter
- Implements
-
- Inherited Members
-
- Extension Methods
-
Constructors
public QGroupSelectorFilter()
Properties
public Guid[] AlwaysIncludeGroupIdentifiers { get; set; }
Property Value
- Guid[]
public Guid? AncestorGroupIdentifier { get; set; }
Property Value
- Guid?
public string AncestorName { get; set; }
Property Value
- string
public string DownstreamContactRelationshipType { get; set; }
Property Value
- string
public Guid[] DownstreamUserIdentifiers { get; set; }
Property Value
- Guid[]
public Guid? EmployerContactUserIdentifier { get; set; }
Property Value
- Guid?
public bool ExcludeAdministrators { get; set; }
Property Value
- bool
public bool ExcludeDefaultValue { get; set; }
Property Value
- bool
public Guid[] ExcludeGroupIdentifiers { get; set; }
Property Value
- Guid[]
public string GrandparentName { get; set; }
Property Value
- string
public string GroupLabel { get; set; }
Property Value
- string
public string[] GroupNameEndsWithAny { get; set; }
Property Value
- string[]
public string GroupNameStartsWith { get; set; }
Property Value
- string
public string GroupType { get; set; }
Property Value
- string
public string[] GroupTypes { get; }
Property Value
- string[]
public bool? HasChildren { get; set; }
Property Value
- bool?
public Guid[] IncludeGroupIdentifiers { get; set; }
Property Value
- Guid[]
public bool? IsEmployer { get; set; }
Property Value
- bool?
public bool? IsEventLocation { get; set; }
Property Value
- bool?
public bool? IsRegistrationEventLocation { get; set; }
Property Value
- bool?
public string Keyword { get; set; }
Property Value
- string
public Guid? MembershipUserIdentifier { get; set; }
Property Value
- Guid?
public bool MustHavePermissions { get; set; }
Property Value
- bool
public bool? OnlyOperatorCanAddUser { get; set; }
Property Value
- bool?
public Guid? OrganizationIdentifier { get; set; }
Property Value
- Guid?
public Guid? ParentGroupIdentifier { get; set; }
Property Value
- Guid?
public string ParentName { get; set; }
Property Value
- string
Methods
public QGroupSelectorFilter Clone()
Returns
- QGroupSelectorFilter