Class CountPeople
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
EventRole
public string EventRole { get; set; }
Property Value
FullName
public string FullName { get; set; }
Property Value
OrganizationIdentifier
public Guid? OrganizationIdentifier { get; set; }
Property Value
- Guid?
UserIdentifier
public Guid? UserIdentifier { get; set; }
Property Value
- Guid?