C# Class Raven.Munin.SecondaryIndex

显示文件 Open project: hibernating-rhinos/Raven.Light Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
Add ( RavenJToken key ) : void
FirstOrDefault ( ) : RavenJToken
Initialize ( IPersistentSource thePersistentSource, int dictionaryId, int indexId ) : void
LastOrDefault ( ) : RavenJToken
Remove ( RavenJToken key ) : void
SecondaryIndex ( IComparable>.Func transform, string indexDef ) : System
SkipAfter ( RavenJToken key ) : IEnumerable
SkipBefore ( RavenJToken key ) : IEnumerable
SkipFromEnd ( int start ) : IEnumerable
SkipTo ( RavenJToken key ) : IEnumerable
SkipToAndThenBack ( RavenJObject key ) : IEnumerable
ToString ( ) : string

Method Details

Add() public method

public Add ( RavenJToken key ) : void
key RavenJToken
return void

FirstOrDefault() public method

public FirstOrDefault ( ) : RavenJToken
return RavenJToken

Initialize() public method

public Initialize ( IPersistentSource thePersistentSource, int dictionaryId, int indexId ) : void
thePersistentSource IPersistentSource
dictionaryId int
indexId int
return void

LastOrDefault() public method

public LastOrDefault ( ) : RavenJToken
return RavenJToken

Remove() public method

public Remove ( RavenJToken key ) : void
key RavenJToken
return void

SecondaryIndex() public method

public SecondaryIndex ( IComparable>.Func transform, string indexDef ) : System
transform IComparable>.Func
indexDef string
return System

SkipAfter() public method

public SkipAfter ( RavenJToken key ) : IEnumerable
key RavenJToken
return IEnumerable

SkipBefore() public method

public SkipBefore ( RavenJToken key ) : IEnumerable
key RavenJToken
return IEnumerable

SkipFromEnd() public method

public SkipFromEnd ( int start ) : IEnumerable
start int
return IEnumerable

SkipTo() public method

public SkipTo ( RavenJToken key ) : IEnumerable
key RavenJToken
return IEnumerable

SkipToAndThenBack() public method

public SkipToAndThenBack ( RavenJObject key ) : IEnumerable
key RavenJObject
return IEnumerable

ToString() public method

public ToString ( ) : string
return string