C# 클래스 Spark.Engine.Core.ElementQuery

파일 보기 프로젝트 열기: raysearchlabs/spark 1 사용 예제들

공개 메소드들

메소드 설명
Add ( string path ) : void
ElementQuery ( ) : System
ElementQuery ( string path ) : System
ToString ( ) : string
Visit ( object field, Action action ) : void

메소드 상세

Add() 공개 메소드

public Add ( string path ) : void
path string
리턴 void

ElementQuery() 공개 메소드

public ElementQuery ( ) : System
리턴 System

ElementQuery() 공개 메소드

public ElementQuery ( string path ) : System
path string
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

Visit() 공개 메소드

public Visit ( object field, Action action ) : void
field object
action Action
리턴 void