1using System.Collections.Generic;
 
    2using System.Runtime.Serialization;
 
    9        #region Public Properties 
   11        [DataMember(Order = 2)]
 
   15        [DataMember(Order = 3)]
 
   16        public Dictionary<string, object> 
parameters { 
get; 
set; }
 
   17        #endregion Public Properties 
 
Base class used by all types and resources.
 
The parameters of a layer_view used in a candidate solution.
 
IReference< ILayerView > layer_view
The layer_view whose properties are described by this parameter.
 
Dictionary< string, object > parameters
The layer_view parameters and corresponding values for this candidate.
 
Base interface for all reference entities.