C# 클래스 Gnip.Client.Resource.Place

상속: IResource, IDeepCompare
파일 보기 프로젝트 열기: electromute/gnip-dotnet 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
DeepEquals ( Place that ) : bool

Determins if this equals that by performing a deep equals looking at all elements of all member listsand objects.

DeepEquals ( object o ) : bool

Determins if this equals that by performing a deep equals looking at all elements of all member lists and objects.

Equals ( object o ) : bool

Determines whether the specified Object is equal to the current Object. Ths performs a deep equals.

GetHashCode ( ) : int

The GetHashCode method is suitable for use in hashing algorithms and data structures such as a hash table.

Place ( ) : System

Default Constructor.

Place ( double point ) : System

Constructor with a point.

Place ( double point, double elevation, int floor, string featureTypeTag, string featureName, string relationshipTag ) : System

Constructor with all params.

메소드 상세

DeepEquals() 공개 메소드

Determins if this equals that by performing a deep equals looking at all elements of all member listsand objects.
public DeepEquals ( Place that ) : bool
that Place The object to compare for equality.
리턴 bool

DeepEquals() 공개 메소드

Determins if this equals that by performing a deep equals looking at all elements of all member lists and objects.
public DeepEquals ( object o ) : bool
o object
리턴 bool

Equals() 공개 메소드

Determines whether the specified Object is equal to the current Object. Ths performs a deep equals.
public Equals ( object o ) : bool
o object the specifies object
리턴 bool

GetHashCode() 공개 메소드

The GetHashCode method is suitable for use in hashing algorithms and data structures such as a hash table.
public GetHashCode ( ) : int
리턴 int

Place() 공개 메소드

Default Constructor.
public Place ( ) : System
리턴 System

Place() 공개 메소드

Constructor with a point.
public Place ( double point ) : System
point double The place point.
리턴 System

Place() 공개 메소드

Constructor with all params.
public Place ( double point, double elevation, int floor, string featureTypeTag, string featureName, string relationshipTag ) : System
point double The place point.
elevation double The elevation.
floor int The floor.
featureTypeTag string
featureName string
relationshipTag string
리턴 System