Interface IAddress
Interface IAddress
Namespace: ISynergy.Framework.Core.Abstractions
Assembly: ISynergy.Framework.Core.dll
Syntax
public interface IAddress
Properties
View SourceAddition
Gets or sets the addition.
Declaration
string Addition { get; set; }
Property Value
Type | Description |
---|---|
System.String | The addition. |
AddressTypeId
Gets or sets the address type identifier.
Declaration
int AddressTypeId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The address type identifier. |
City
Gets or sets the city.
Declaration
string City { get; set; }
Property Value
Type | Description |
---|---|
System.String | The city. |
CountryId
Gets or sets the country identifier.
Declaration
int CountryId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The country identifier. |
ExtraAddressLine
Gets or sets the extra address line.
Declaration
string ExtraAddressLine { get; set; }
Property Value
Type | Description |
---|---|
System.String | The extra address line. |
HouseNumber
Gets or sets the house number.
Declaration
int HouseNumber { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The house number. |
State
Gets or sets the state.
Declaration
string State { get; set; }
Property Value
Type | Description |
---|---|
System.String | The state. |
Street
Gets or sets the street.
Declaration
string Street { get; set; }
Property Value
Type | Description |
---|---|
System.String | The street. |
Zipcode
Gets or sets the zipcode.
Declaration
string Zipcode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The zipcode. |