Class CountUserMocks
- Namespace
- Shift.Contract
- Assembly
- Shift.Sdk.dll
public class CountUserMocks : Query<int>, IQuery<int>, IUserMockCriteria
- Inheritance
-
CountUserMocks
- Implements
-
- Inherited Members
-
- Extension Methods
-
Constructors
CountUserMocks()
Properties
AccountCode
public string AccountCode { get; set; }
Property Value
- string
AddressPostalCode
public string AddressPostalCode { get; set; }
Property Value
- string
AddressStreet
public string AddressStreet { get; set; }
Property Value
- string
Birthdate
public DateTime? Birthdate { get; set; }
Property Value
- DateTime?
Email
public string Email { get; set; }
Property Value
- string
FirstName
public string FirstName { get; set; }
Property Value
- string
LastName
public string LastName { get; set; }
Property Value
- string
MockNumber
public int? MockNumber { get; set; }
Property Value
- int?
Phone
public string Phone { get; set; }
Property Value
- string