Table of Contents

Class SearchGroupAddresses

Namespace
Shift.Contract
Assembly
Shift.Sdk.dll
public class SearchGroupAddresses : Query<IEnumerable<GroupAddressMatch>>, IQuery<IEnumerable<GroupAddressMatch>>, IGroupAddressCriteria
Inheritance
SearchGroupAddresses
Implements
Inherited Members
Extension Methods

Constructors

SearchGroupAddresses()

public SearchGroupAddresses()

Properties

AddressType

public string AddressType { get; set; }

Property Value

string

City

public string City { get; set; }

Property Value

string

Country

public string Country { get; set; }

Property Value

string

Description

public string Description { get; set; }

Property Value

string

GroupIdentifier

public Guid? GroupIdentifier { get; set; }

Property Value

Guid?

Latitude

public decimal? Latitude { get; set; }

Property Value

decimal?

Longitude

public decimal? Longitude { get; set; }

Property Value

decimal?

OrganizationIdentifier

public Guid? OrganizationIdentifier { get; set; }

Property Value

Guid?

PostalCode

public string PostalCode { get; set; }

Property Value

string

Province

public string Province { get; set; }

Property Value

string

Street1

public string Street1 { get; set; }

Property Value

string

Street2

public string Street2 { get; set; }

Property Value

string