Table of Contents

Class CollectGroupAddresses

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

Constructors

CollectGroupAddresses()

public CollectGroupAddresses()

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