FertilizerSectionParser
*FERTILIZERS 섹션을 파싱하여 비료 시비 이벤트를 처리하는 파서입니다. 시비일, 비료 종류, 시비량(N, P, K 등), 시비 방법 등을 파싱합니다.
Methods
public method Parse(System.String,System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{OpenAgriSynapse.Models.Icasa.IcasaFertilizersEvent}})
비료 섹션의 한 줄을 파싱하여 레벨별 비료 이벤트 목록에 추가합니다.