GeoBlazor Pro
layout: pro title: TravelModeAttributeParameterValue parent: Pro Classes grand_parent: GeoBlazor Pro —
dymaptic.GeoBlazor.Pro
dymaptic.GeoBlazor.Pro.Model
TravelModeAttributeParameterValue Class
Lists the parameterized attributes used by the travel mode.
public class TravelModeAttributeParameterValue :
System.IEquatable<dymaptic.GeoBlazor.Pro.Model.TravelModeAttributeParameterValue>
Inheritance System.Object 🡒 TravelModeAttributeParameterValue
Implements System.IEquatable<TravelModeAttributeParameterValue>
Constructors
TravelModeAttributeParameterValue(string, string, string) Constructor
Lists the parameterized attributes used by the travel mode.
public TravelModeAttributeParameterValue(string AttributeName, string ParameterName, string Value);
Parameters
AttributeName
System.String
The name of the attribute.
ParameterName
System.String
The parameter name.
Value
System.String
The parameter value.
Properties
TravelModeAttributeParameterValue.AttributeName Property
The name of the attribute.
public string AttributeName { get; set; }
Property Value
TravelModeAttributeParameterValue.ParameterName Property
The parameter name.
public string ParameterName { get; set; }
Property Value
TravelModeAttributeParameterValue.Value Property
The parameter value.
public string Value { get; set; }