Class SearchUserMocks
public class SearchUserMocks : Query<IEnumerable<UserMockMatch>>, IQuery<IEnumerable<UserMockMatch>>, IUserMockCriteria
- Inheritance
-
SearchUserMocks
- Implements
- Inherited Members
- Extension Methods
Constructors
SearchUserMocks()
public SearchUserMocks()
Properties
AccountCode
public string AccountCode { get; set; }
Property Value
AddressPostalCode
public string AddressPostalCode { get; set; }
Property Value
AddressStreet
public string AddressStreet { get; set; }
Property Value
Birthdate
public DateTime? Birthdate { get; set; }
Property Value
public string Email { get; set; }
Property Value
FirstName
public string FirstName { get; set; }
Property Value
LastName
public string LastName { get; set; }
Property Value
MockNumber
public int? MockNumber { get; set; }
Property Value
- int?
Phone
public string Phone { get; set; }