Table of Contents

Class SearchUserMocks

Namespace
Shift.Contract
Assembly
Shift.Sdk.dll
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

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