C# 클래스 Raven.Database.Storage.ReduceKeyAndBucket

파일 보기 프로젝트 열기: robashton/ravendb 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Bucket int
ReduceKey string

공개 메소드들

메소드 설명
Equals ( object obj ) : bool
GetHashCode ( ) : int
ReduceKeyAndBucket ( int bucket, string reduceKey ) : System
ToString ( ) : string

보호된 메소드들

메소드 설명
Equals ( ReduceKeyAndBucket other ) : bool

메소드 상세

Equals() 보호된 메소드

protected Equals ( ReduceKeyAndBucket other ) : bool
other ReduceKeyAndBucket
리턴 bool

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

ReduceKeyAndBucket() 공개 메소드

public ReduceKeyAndBucket ( int bucket, string reduceKey ) : System
bucket int
reduceKey string
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

Bucket 공개적으로 프로퍼티

public int Bucket
리턴 int

ReduceKey 공개적으로 프로퍼티

public string ReduceKey
리턴 string