C# Client Library
A C# Client Library for the AnalyzeRe REST API
Loading...
Searching...
No Matches
CandidateParameter.cs
Go to the documentation of this file.
1using System.Collections.Generic;
2using System.Runtime.Serialization;
3
5{
8 {
9 #region Public Properties
11 [DataMember(Order = 2)]
13
15 [DataMember(Order = 3)]
16 public Dictionary<string, object> parameters { get; set; }
17 #endregion Public Properties
18 }
19}
Base class used by all types and resources.
Definition APIType.cs:8
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.