GeoBlazor Pro
layout: pro title: AttributeParameterValue parent: Pro Classes grand_parent: GeoBlazor Pro —
dymaptic.GeoBlazor.Pro
dymaptic.GeoBlazor.Pro.Model
AttributeParameterValue Class
An object describing the parameter values for the AttributeParameterValues property of RouteParameters.
public class AttributeParameterValue
Inheritance System.Object 🡒 AttributeParameterValue
Properties
AttributeParameterValue.AttributeName Property
The name of the restriction.
public string? AttributeName { get; set; }
Property Value
AttributeParameterValue.ParameterName Property
The name of the parameter associated with the restriction. A restriction can have one or more parameterName properties.
public string? ParameterName { get; set; }
Property Value
AttributeParameterValue.Value Property
The value for the ParameterName.
public string? Value { get; set; }