IrrigationSectionParser

*IRRIGATION AND WATER MANAGEMENT 섹션을 파싱하여 관개(Irrigation) 이벤트를 처리하는 파서입니다. 구체적인 관개 이벤트(Date, Amount)와 관리 설정(Automatic Settings) 라인을 구분하여 처리합니다.

Methods

public method Parse(System.String,System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{OpenAgriSynapse.Models.Icasa.IcasaIrrigationsEvent}})
관개 섹션의 한 줄을 파싱하여 레벨별 관개 이벤트 목록에 추가합니다. 날짜가 있는 경우 이벤트로, 없는 경우 설정값으로 파싱합니다.