DomeRule
하나의 DOME 규칙을 나타내는 클래스입니다. (명령어, 대상 변수, 인자)
Properties
public property Args
명령어 인자 (값 또는 함수 호출)
public property Cmd
명령어 (예: FILL, REPLACE, AUTO_REPLICATE_EVENTS)
public property Variable
대상 변수 경로 (예: weather@dailyWeather!date)
Methods
public method #ctor(System.String,System.String,System.String)
새로운 DomeRule 인스턴스를 초기화합니다.
Parameters:
| Name | Description |
|---|---|
| cmd | 명령어 (예: FILL) |
| variable | 대상 변수 |
| args | 인자 (기본값: "") |