Class AddressEdm
Address Enterprise Data Object, representation of the address entity.
Inheritance
System.Object
AddressEdm
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Cmc.Nexus.Common.Entities
Assembly: Cmc.Nexus.Common.Contracts.dll
Syntax
public class AddressEdm
Constructors
AddressEdm()
Declaration
public AddressEdm()
Properties
City
Declaration
public string City { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Country
Declaration
public string Country { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CountryId
Declaration
public int CountryId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
CountyCode
Declaration
public string CountyCode { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CountyId
Declaration
public int CountyId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Id
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
PostalCode
Declaration
public string PostalCode { get; set; }
Property Value
Type | Description |
---|---|
System.String |
State
Declaration
public string State { get; set; }
Property Value
Type | Description |
---|---|
System.String |
StreetAddress
Declaration
public string StreetAddress { get; set; }
Property Value
Type | Description |
---|---|
System.String |