C# Класс Glipho.OAuth.Providers.Database.Mongo.ConsumerStub

Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
GetFields FieldsBuilder

Открытые методы

Метод Описание
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.

Приватные методы

Метод Описание
GetFields ( ) : FieldsBuilder

Gets the fields required to populate a consumer stub.

Описание методов

Equals() публичный Метод

Determines whether the specified ConsumerStub is equal to the current ConsumerStub.
public Equals ( ConsumerStub consumer ) : bool
consumer ConsumerStub The to compare with the current .
Результат bool

Equals() публичный Метод

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 .
Результат bool

GetHashCode() публичный Метод

Serves as a hash function for a ConsumerStub.
public GetHashCode ( ) : int
Результат int

ToString() публичный Метод

Returns a System.String that represents the current ConsumerStub.
public ToString ( ) : string
Результат string