C# 클래스 Raven.Database.Indexing.FieldsToFetch

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

공개 메소드들

메소드 설명
CloneWith ( string newFieldsToFetch ) : FieldsToFetch
EnsureHasField ( string ensuredFieldName ) : void
FieldsToFetch ( string fieldsToFetch, AggregationOperation aggregationOperation, string additionalField ) : System
HasField ( string name ) : bool

비공개 메소드들

메소드 설명
GetFieldsToReturn ( ) : IEnumerable

메소드 상세

CloneWith() 공개 메소드

public CloneWith ( string newFieldsToFetch ) : FieldsToFetch
newFieldsToFetch string
리턴 FieldsToFetch

EnsureHasField() 공개 메소드

public EnsureHasField ( string ensuredFieldName ) : void
ensuredFieldName string
리턴 void

FieldsToFetch() 공개 메소드

public FieldsToFetch ( string fieldsToFetch, AggregationOperation aggregationOperation, string additionalField ) : System
fieldsToFetch string
aggregationOperation AggregationOperation
additionalField string
리턴 System

HasField() 공개 메소드

public HasField ( string name ) : bool
name string
리턴 bool