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

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

Private Properties

Свойство Тип Описание
FromIssuedToken IssuedToken
GetUpdateStatement IMongoUpdate
ToToken Database.IssuedToken

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

Метод Описание
Equals ( IssuedToken token ) : bool

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

Equals ( object obj ) : bool

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

GetHashCode ( ) : int

Serves as a hash function for a IssuedToken.

ToString ( ) : string

Returns a System.String that represents the current IssuedToken.

Защищенные методы

Метод Описание
IssuedToken ( ) : System

Initialises a new instance of the IssuedToken class.

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

Метод Описание
FromIssuedToken ( Database issuedToken, ConsumerStub consumer ) : IssuedToken

Create a new token from a database token.

GetUpdateStatement ( ) : IMongoUpdate

Get the update statement for the token.

ToToken ( ) : Database.IssuedToken

Convert this token into a database token.

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

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

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

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

Determines whether the specified System.Object is equal to the current IssuedToken.
public Equals ( object obj ) : bool
obj object The to compare with the current .
Результат bool

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

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

IssuedToken() защищенный Метод

Initialises a new instance of the IssuedToken class.
protected IssuedToken ( ) : System
Результат System

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

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