Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
Spark
Engine
Core
ElementQuery
C# Class Spark.Engine.Core.ElementQuery
Show file
Open project: raysearchlabs/spark
Class Usage Examples
Public Methods
Method
Description
Add
(
string
path
) :
void
ElementQuery
( ) :
System
ElementQuery
(
string
path
) :
System
ToString
( ) :
string
Visit
(
object
field
,
Action
action
) :
void
Method Details
Add()
public
method
public
Add
(
string
path
) :
void
path
string
return
void
ElementQuery()
public
method
public
ElementQuery
( ) :
System
return
System
ElementQuery()
public
method
public
ElementQuery
(
string
path
) :
System
path
string
return
System
ToString()
public
method
public
ToString
( ) :
string
return
string
Visit()
public
method
public
Visit
(
object
field
,
Action
action
) :
void
field
object
action
Action
return
void