forked from FarmMaps/FarmMapsApiClient
		
	zonering most basic flow
This commit is contained in:
		
							
								
								
									
										8
									
								
								FarmmapsZonering/Models/InputParameter.cs
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										8
									
								
								FarmmapsZonering/Models/InputParameter.cs
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,8 @@
 | 
			
		||||
namespace FarmmapsHaulmkilling.Models
 | 
			
		||||
{
 | 
			
		||||
    public class InputParameter
 | 
			
		||||
    {
 | 
			
		||||
        public string ItemCode { get; set; }
 | 
			
		||||
        public string ItemLayer { get; set; }
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
							
								
								
									
										9
									
								
								FarmmapsZonering/Models/Output.cs
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										9
									
								
								FarmmapsZonering/Models/Output.cs
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,9 @@
 | 
			
		||||
namespace FarmmapsZonering.Models
 | 
			
		||||
{
 | 
			
		||||
    public class Output
 | 
			
		||||
    {
 | 
			
		||||
        public string Name { get; set; }
 | 
			
		||||
        public string Quantity { get; set; }
 | 
			
		||||
        public string Unit { get; set; }
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
@@ -3,6 +3,5 @@ namespace FarmmapsHaulmkilling.Models
 | 
			
		||||
    public class Settings
 | 
			
		||||
    {
 | 
			
		||||
        public string CropfieldItemCode { get; set; }
 | 
			
		||||
        public string SatelliteTaskCode { get; set; }
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
		Reference in New Issue
	
	Block a user