C# 클래스 BrightstarDB.Graph.FilterQueryTerm

상속: QueryTerm
파일 보기 프로젝트 열기: BrightstarDB/GraphApi

공개 메소드들

메소드 설명
Execute ( List input ) : List
FilterQueryTerm ( string property, object operand, Operator op ) : System

메소드 상세

Execute() 공개 메소드

public Execute ( List input ) : List
input List
리턴 List

FilterQueryTerm() 공개 메소드

public FilterQueryTerm ( string property, object operand, Operator op ) : System
property string
operand object
op Operator
리턴 System