Table of Contents

Class SearchPeople

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

Constructors

SearchPeople()

public SearchPeople()

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?