C# Class NHibernate3Sample.Entity.Address

Afficher le fichier Open project: thangchung/NHibernate3Sample Class Usage Examples

Méthodes publiques

Méthode Description
Address ( )
Address ( string street, string ward, string district )
Equals ( Address other ) : bool
Equals ( object obj ) : bool
GetHashCode ( ) : int

Method Details

Address() public méthode

public Address ( )

Address() public méthode

public Address ( string street, string ward, string district )
street string
ward string
district string

Equals() public méthode

public Equals ( Address other ) : bool
other Address
Résultat bool

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int