Class Address
Inheritance
System.Object
Address
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:UM4RS.Context.Location
Assembly:UM4RS.dll
Syntax
[Table("Address")]
public class Address : ModelEntity<Address>, IDisposable, IBaseEntity
Properties
City
Declaration
public string City { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Continent
Declaration
public string Continent { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Country
Declaration
public string Country { get; set; }
Property Value
| Type |
Description |
| System.String |
|
HouseNumber
Declaration
public string HouseNumber { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Id
Declaration
Property Value
| Type |
Description |
| System.Int32 |
|
Implements
State
Declaration
public string State { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Street
Declaration
public string Street { get; set; }
Property Value
| Type |
Description |
| System.String |
|
ZipCode
Declaration
public string ZipCode { get; set; }
Property Value
| Type |
Description |
| System.String |
|