C# Class Gnip.Client.Resource.Publisher

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 ( Publisher 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.

Publisher ( ) : System

Constructor.

Publisher ( PublisherType type, string name ) : System

Basic constructor.

Publisher ( PublisherType type, string name, IEnumerable ruleTypes ) : System

Create a publisher. Note, calling this constructor does not create the publisher on a Gnip server.

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 ( Publisher that ) : bool
that Publisher 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

Publisher() public méthode

Constructor.
public Publisher ( ) : System
Résultat System

Publisher() public méthode

Basic constructor.
public Publisher ( PublisherType type, string name ) : System
type PublisherType The publisher type.
name string the name of the publisher
Résultat System

Publisher() public méthode

Create a publisher. Note, calling this constructor does not create the publisher on a Gnip server.
public Publisher ( PublisherType type, string name, IEnumerable ruleTypes ) : System
type PublisherType The publisher type.
name string the publisher's name
ruleTypes IEnumerable the publisher's rule types
Résultat System