Beispiel #1
0
        /// <summary>
        /// Return a text-representation of this object.
        /// </summary>
        public override String ToString()

        => String.Concat(SearchCenter.HasValue
                                 ? SearchCenter.ToString() + " / " + DistanceKM + "km"
                                 : "",
                         LastCall.HasValue
                                 ? LastCall.Value.ToIso8601()
                                 : "",
                         " (", ProviderId, ")");
        /// <summary>
        /// Return a text-representation of this object.
        /// </summary>
        public override String ToString()

        => String.Concat(SearchCenter.HasValue
                                 ? SearchCenter.ToString() + " / " + DistanceKM + "km"
                                 : "",
                         EVSEStatusFilter.HasValue
                                 ? EVSEStatusFilter.Value.ToString()
                                 : "",
                         " (", ProviderId, ")");