Class GroupAddress
- Namespace
- InSite.Domain.Contacts
- Assembly
- Shift.Sdk.dll
public class GroupAddress
- Inheritance
-
GroupAddress
- Inherited Members
-
- Extension Methods
-
Constructors
GroupAddress()
Properties
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
Latitude
public decimal? Latitude { get; set; }
Property Value
- decimal?
Longitude
public decimal? Longitude { get; set; }
Property Value
- decimal?
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
Methods
Clone(bool)
public GroupAddress Clone(bool nullIfEmpty = false)
Parameters
nullIfEmpty bool
Returns
- GroupAddress