Class CountPersonAddresses
public class CountPersonAddresses : Query<int>, IQuery<int>, IPersonAddressCriteria
- Inheritance
-
CountPersonAddresses
- Implements
- Inherited Members
- Extension Methods
Constructors
CountPersonAddresses()
public CountPersonAddresses()
Properties
City
public string City { get; set; }
Property Value
Country
public string Country { get; set; }
Property Value
Description
public string Description { get; set; }
Property Value
PostalCode
public string PostalCode { get; set; }
Property Value
Province
public string Province { get; set; }
Property Value
Street1
public string Street1 { get; set; }
Property Value
Street2
public string Street2 { get; set; }