C# Class Customer.Project.Domain.ValueObjects.Address

Mostra file Open project: atosorigin/AtosMvcStarterKit Class Usage Examples

Public Methods

Method Description
Address ( string city, Country country ) : System
Address ( string line1, string line2, string city, Country country, string poBox, string state ) : System
Equals ( Address other ) : bool
Equals ( object obj ) : bool
GetHashCode ( ) : int
operator ( ) : bool

Private Methods

Method Description
Address ( ) : System

Method Details

Address() public method

public Address ( string city, Country country ) : System
city string
country Country
return System

Address() public method

public Address ( string line1, string line2, string city, Country country, string poBox, string state ) : System
line1 string
line2 string
city string
country Country
poBox string
state string
return System

Equals() public method

public Equals ( Address other ) : bool
other Address
return bool

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

operator() public static method

public static operator ( ) : bool
return bool