C# 클래스 Glipho.OAuth.Providers.Database.Mongo.Consumer

상속: ConsumerStub
파일 보기 프로젝트 열기: Glipho/oauth-providers 1 사용 예제들

Private Properties

프로퍼티 타입 설명
FromConsumer Consumer
ToConsumer Database.Consumer

공개 메소드들

메소드 설명
Consumer ( ) : System

Initialises a new instance of the Consumer class.

Equals ( Consumer consumer ) : bool

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

Equals ( object obj ) : bool

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

GetHashCode ( ) : int

Serves as a hash function for a Consumer.

ToString ( ) : string

Returns a System.String that represents the current Consumer.

비공개 메소드들

메소드 설명
FromConsumer ( Database consumer ) : Consumer

Create a new consumer from a database consumer.

ToConsumer ( ) : Database.Consumer

Convert this consumer into a database consumer.

메소드 상세

Consumer() 공개 메소드

Initialises a new instance of the Consumer class.
public Consumer ( ) : System
리턴 System

Equals() 공개 메소드

Determines whether the specified Consumer is equal to the current Consumer.
public Equals ( Consumer consumer ) : bool
consumer Consumer The to compare with the current .
리턴 bool

Equals() 공개 메소드

Determines whether the specified System.Object is equal to the current Consumer.
public Equals ( object obj ) : bool
obj object The to compare with the current .
리턴 bool

GetHashCode() 공개 메소드

Serves as a hash function for a Consumer.
public GetHashCode ( ) : int
리턴 int

ToString() 공개 메소드

Returns a System.String that represents the current Consumer.
public ToString ( ) : string
리턴 string