C# Class Gnip.Client.Resource.GnipValue

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 ( GnipValue 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 shallow equals where any reference types are compared by reference.

GetHashCode ( ) : int

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

GnipValue ( ) : System

Default Constructor.

GnipValue ( string value ) : System

Constructor with Url value.

GnipValue ( string value, string metaUrl ) : System

Constructor with metaUrl value.

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 ( GnipValue that ) : bool
that GnipValue 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 shallow equals where any reference types are compared by reference.
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

GnipValue() public méthode

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

GnipValue() public méthode

Constructor with Url value.
public GnipValue ( string value ) : System
value string The value
Résultat System

GnipValue() public méthode

Constructor with metaUrl value.
public GnipValue ( string value, string metaUrl ) : System
value string The value
metaUrl string
Résultat System