C# 클래스 Supplier.Model.Coordinates

坐标值对象
파일 보기 프로젝트 열기: hahalixiaojing/ddd.sample 1 사용 예제들

공개 메소드들

메소드 설명
Coordinates ( string longitude, string latitude ) : System

初始化坐标

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

메소드 상세

Coordinates() 공개 메소드

初始化坐标
public Coordinates ( string longitude, string latitude ) : System
longitude string 经度
latitude string 纬度
리턴 System

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int