Table of Contents

Class CountPeople

Namespace
Shift.Contract
Assembly
Shift.Sdk.dll
public class CountPeople : Query<int>, IQuery<int>, IPersonCriteria
Inheritance
CountPeople
Implements
Inherited Members
Extension Methods

Constructors

CountPeople()

public CountPeople()

Properties

EmailExact

public string EmailExact { get; set; }

Property Value

string

EventRole

public string EventRole { get; set; }

Property Value

string

FullName

public string FullName { get; set; }

Property Value

string

OrganizationIdentifier

public Guid? OrganizationIdentifier { get; set; }

Property Value

Guid?

UserIdentifier

public Guid? UserIdentifier { get; set; }

Property Value

Guid?