[Mendix][XPath] XPath Complex Constraints

728x90

XPath Operator (연산자)

맨딕스에서 연산자를 이용한 보다 복잡한 다중 문장 수행이 가능합니다.

= Equal to 동일하다
!= Not equal to 같지 않다
Less than 미만
<= Less than or equal to 이하 또는 같음
Greater than 보다 크다
>= Greater than or equal to 보다 크거나 같음
or Or 또는
and And 그리고

 

 

XPath Function (함수)

XPath 내에 임베디드 작업을 허용하는 여러 함수도 포함되어 있다.

728x90

'Mendix' 카테고리의 다른 글

[Memdix][XPath] 기본 개념  (0) 2025.04.01
[Mendix] App Directory  (2) 2025.03.26
[Mendix][Domain] (Non-)Persistable Entities  (0) 2025.03.20
[Mendix][Microflows] Variables (변수) & Token  (2) 2025.03.20
[Mendix][Microflows] Sub-Microflows  (0) 2025.03.20