C# Class Raven.Database.Linq.PrivateExtensions.DynamicExtensionMethods

Extension methods that we are translating on dynamic objects during the translation phase of the index compilation
Afficher le fichier Open project: robashton/ravendb

Méthodes publiques

Méthode Description
Boost ( dynamic o, float value ) : Raven.Abstractions.Data.BoostedValue
IfEntityIs ( dynamic o, string entityName ) : object
Reverse ( object o ) : object

Private Methods

Méthode Description
Reverse ( IEnumerable self ) : IEnumerable
Reverse ( string str ) : string

Method Details

Boost() public static méthode

public static Boost ( dynamic o, float value ) : Raven.Abstractions.Data.BoostedValue
o dynamic
value float
Résultat Raven.Abstractions.Data.BoostedValue

IfEntityIs() public static méthode

public static IfEntityIs ( dynamic o, string entityName ) : object
o dynamic
entityName string
Résultat object

Reverse() public static méthode

public static Reverse ( object o ) : object
o object
Résultat object