C# Class Raven.Database.Indexing.FieldsToFetch

Show file Open project: robashton/ravendb Class Usage Examples

Public Methods

Method Description
CloneWith ( string newFieldsToFetch ) : FieldsToFetch
EnsureHasField ( string ensuredFieldName ) : void
FieldsToFetch ( string fieldsToFetch, AggregationOperation aggregationOperation, string additionalField ) : System
HasField ( string name ) : bool

Private Methods

Method Description
GetFieldsToReturn ( ) : IEnumerable

Method Details

CloneWith() public method

public CloneWith ( string newFieldsToFetch ) : FieldsToFetch
newFieldsToFetch string
return FieldsToFetch

EnsureHasField() public method

public EnsureHasField ( string ensuredFieldName ) : void
ensuredFieldName string
return void

FieldsToFetch() public method

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

HasField() public method

public HasField ( string name ) : bool
name string
return bool