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 :
System.IEquatable<dymaptic.GeoBlazor.Pro.Model.AttributeParameterValue>

Inheritance System.Object 🡒 AttributeParameterValue

Implements System.IEquatable<AttributeParameterValue>

Constructors

AttributeParameterValue() Constructor

public AttributeParameterValue();

Properties

AttributeParameterValue.AttributeName Property

The name of the restriction.

public string? AttributeName { get; set; }

Property Value

System.String

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

System.String

AttributeParameterValue.Value Property

The value for the ParameterName.

public string? Value { get; set; }

Property Value

System.String