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

파일 보기 프로젝트 열기: raysearchlabs/spark

공개 메소드들

메소드 설명
Chain ( string path ) : System
ToString ( ) : string
Visit ( object field, Action action ) : void
Visit ( object field, IEnumerable chain, Action action ) : void

비공개 메소드들

메소드 설명
GetObjectProperty ( object x, string propertyname ) : object

메소드 상세

Chain() 공개 메소드

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

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

Visit() 공개 메소드

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

Visit() 공개 정적인 메소드

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