C# Class Gnip.Client.Resource.Place

Inheritance: IResource, IDeepCompare
Afficher le fichier Open project: electromute/gnip-dotnet Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
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.

Method Details

DeepEquals() public méthode

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.
Résultat bool

DeepEquals() public méthode

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
Résultat bool

Equals() public méthode

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
Résultat bool

GetHashCode() public méthode

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

Place() public méthode

Default Constructor.
public Place ( ) : System
Résultat System

Place() public méthode

Constructor with a point.
public Place ( double point ) : System
point double The place point.
Résultat System

Place() public méthode

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
Résultat System