Class Address
- Namespace
- InSite.Persistence
- Assembly
- InSite.Persistence.dll
- Inheritance
-
Address
- Inherited Members
-
Constructors
Address()
Fields
DiffExclusions
public static readonly ICollection<string> DiffExclusions
Field Value
- ICollection<string>
Properties
AddressIdentifier
public Guid AddressIdentifier { get; set; }
Property Value
- Guid
BillingPersons
public virtual ICollection<Person> BillingPersons { get; set; }
Property Value
- ICollection<Person>
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
HomePersons
public virtual ICollection<Person> HomePersons { get; set; }
Property Value
- ICollection<Person>
IsEmpty
[NotMapped]
public bool IsEmpty { get; }
Property Value
- bool
PostalCode
public string PostalCode { get; set; }
Property Value
- string
Province
public string Province { get; set; }
Property Value
- string
ShippingPersons
public virtual ICollection<Person> ShippingPersons { get; set; }
Property Value
- ICollection<Person>
Street1
public string Street1 { get; set; }
Property Value
- string
Street2
public string Street2 { get; set; }
Property Value
- string
WorkPersons
public virtual ICollection<Person> WorkPersons { get; set; }
Property Value
- ICollection<Person>
Methods
Clone()
Returns
- Address
public bool Equals(QGroupAddress address, StringComparison comparisonType)
Parameters
address QGroupAddress
comparisonType StringComparison
Returns
- bool
Trim()