Class QGroupAddress
- Namespace
- InSite.Application.Contacts.Read
- Assembly
- Shift.Sdk.dll
public class QGroupAddress
- Inheritance
-
QGroupAddress
- Inherited Members
-
- Extension Methods
-
Constructors
Properties
public Guid AddressIdentifier { get; set; }
Property Value
- Guid
public string AddressType { get; set; }
Property Value
- string
public string City { get; set; }
Property Value
- string
public string Country { get; set; }
Property Value
- string
public string Description { get; set; }
Property Value
- string
public virtual QGroup Group { get; set; }
Property Value
- QGroup
public Guid GroupIdentifier { get; set; }
Property Value
- Guid
[NotMapped]
public bool HasAddress { get; }
Property Value
- bool
[NotMapped]
public bool HasCoordinates { get; }
Property Value
- bool
[NotMapped]
public bool IsEmpty { get; }
Property Value
- bool
public decimal? Latitude { get; set; }
Property Value
- decimal?
public decimal? Longitude { get; set; }
Property Value
- decimal?
PostalCode
public string PostalCode { get; set; }
Property Value
- string
public string Province { get; set; }
Property Value
- string
public string Street1 { get; set; }
Property Value
- string
public string Street2 { get; set; }
Property Value
- string