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

ファイルを表示 Open project: Glipho/oauth-providers Class Usage Examples

Private Properties

Property Type Description
GetFields FieldsBuilder

Public Methods

Method 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

Method Description
GetFields ( ) : FieldsBuilder

Gets the fields required to populate a consumer stub.

Method Details

Equals() public method

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

Equals() public method

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 .
return bool

GetHashCode() public method

Serves as a hash function for a ConsumerStub.
public GetHashCode ( ) : int
return int

ToString() public method

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