C# Class Glipho.OAuth.Providers.Database.Mongo.ConsumerStub

Afficher le fichier Open project: Glipho/oauth-providers Class Usage Examples

Private Properties

Свойство Type Description
GetFields FieldsBuilder

Méthodes publiques

Méthode Description
Equals ( ConsumerStub consumer ) : bool

Determines whether the specified ConsumerStub is equal to the current ConsumerStub.

Equals ( object obj ) : bool

Determines whether the specified System.Object is equal to the current ConsumerStub.

GetHashCode ( ) : int

Serves as a hash function for a ConsumerStub.

ToString ( ) : string

Returns a System.String that represents the current ConsumerStub.

Private Methods

Méthode Description
GetFields ( ) : FieldsBuilder

Gets the fields required to populate a consumer stub.

Method Details

Equals() public méthode

Determines whether the specified ConsumerStub is equal to the current ConsumerStub.
public Equals ( ConsumerStub consumer ) : bool
consumer ConsumerStub The to compare with the current .
Résultat bool

Equals() public méthode

Determines whether the specified System.Object is equal to the current ConsumerStub.
public Equals ( object obj ) : bool
obj object The to compare with the current .
Résultat bool

GetHashCode() public méthode

Serves as a hash function for a ConsumerStub.
public GetHashCode ( ) : int
Résultat int

ToString() public méthode

Returns a System.String that represents the current ConsumerStub.
public ToString ( ) : string
Résultat string