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

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

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