Interface IAddress
Assembly: NFX.Web.dll
Syntax
public interface IAddress
Properties
Address1
Declaration
Property Value
Type |
Description |
System.String |
|
Address2
Declaration
Property Value
Type |
Description |
System.String |
|
City
Declaration
Property Value
Type |
Description |
System.String |
|
Company
Declaration
Property Value
Type |
Description |
System.String |
|
Country
Declaration
Property Value
Type |
Description |
System.String |
|
EMail
Declaration
Property Value
Type |
Description |
System.String |
|
Phone
Declaration
Property Value
Type |
Description |
System.String |
|
PostalCode
Declaration
string PostalCode { get; }
Property Value
Type |
Description |
System.String |
|
Region
Declaration
Property Value
Type |
Description |
System.String |
|
Extension Methods