C# Class Spark.Mongo.Search.Common.Definition

显示文件 Open project: raysearchlabs/spark Class Usage Examples

Public Methods

Method Description
Harvest ( object item, object>.Action harvest ) : void
Matches ( object x ) : bool
Matches ( string resource, string field ) : bool
ToString ( ) : string

Method Details

Harvest() public method

public Harvest ( object item, object>.Action harvest ) : void
item object
harvest object>.Action
return void

Matches() public method

public Matches ( object x ) : bool
x object
return bool

Matches() public method

public Matches ( string resource, string field ) : bool
resource string
field string
return bool

ToString() public method

public ToString ( ) : string
return string