C# Class Supplier.Model.Coordinates

坐标值对象
Afficher le fichier Open project: hahalixiaojing/ddd.sample Class Usage Examples

Méthodes publiques

Méthode Description
Coordinates ( string longitude, string latitude ) : System

初始化坐标

Equals ( object obj ) : bool
GetHashCode ( ) : int

Method Details

Coordinates() public méthode

初始化坐标
public Coordinates ( string longitude, string latitude ) : System
longitude string 经度
latitude string 纬度
Résultat System

Equals() public méthode

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

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int