C# 클래스 Raven.Database.Linq.PrivateExtensions.DynamicExtensionMethods

Extension methods that we are translating on dynamic objects during the translation phase of the index compilation
파일 보기 프로젝트 열기: robashton/ravendb

공개 메소드들

메소드 설명
Boost ( dynamic o, float value ) : Raven.Abstractions.Data.BoostedValue
IfEntityIs ( dynamic o, string entityName ) : object
Reverse ( object o ) : object

비공개 메소드들

메소드 설명
Reverse ( IEnumerable self ) : IEnumerable
Reverse ( string str ) : string

메소드 상세

Boost() 공개 정적인 메소드

public static Boost ( dynamic o, float value ) : Raven.Abstractions.Data.BoostedValue
o dynamic
value float
리턴 Raven.Abstractions.Data.BoostedValue

IfEntityIs() 공개 정적인 메소드

public static IfEntityIs ( dynamic o, string entityName ) : object
o dynamic
entityName string
리턴 object

Reverse() 공개 정적인 메소드

public static Reverse ( object o ) : object
o object
리턴 object