C# Class Raven.Database.Indexing.FieldsToFetch

Afficher le fichier Open project: robashton/ravendb Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode Description
GetFieldsToReturn ( ) : IEnumerable

Method Details

CloneWith() public méthode

public CloneWith ( string newFieldsToFetch ) : FieldsToFetch
newFieldsToFetch string
Résultat FieldsToFetch

EnsureHasField() public méthode

public EnsureHasField ( string ensuredFieldName ) : void
ensuredFieldName string
Résultat void

FieldsToFetch() public méthode

public FieldsToFetch ( string fieldsToFetch, AggregationOperation aggregationOperation, string additionalField ) : System
fieldsToFetch string
aggregationOperation AggregationOperation
additionalField string
Résultat System

HasField() public méthode

public HasField ( string name ) : bool
name string
Résultat bool