dymaptic.GeoBlazor.Core

dymaptic.GeoBlazor.Core.Components

CapabilitiesQueryAttributeBins Class

public class CapabilitiesQueryAttributeBins : dymaptic.GeoBlazor.Core.Components.MapComponent

Inheritance System.Object 🡒 Microsoft.AspNetCore.Components.ComponentBase 🡒 MapComponent 🡒 CapabilitiesQueryAttributeBins

Constructors

CapabilitiesQueryAttributeBins() Constructor

Parameterless constructor for use as a Razor Component.

public CapabilitiesQueryAttributeBins();

CapabilitiesQueryAttributeBins(CapabilitiesQueryAttributeBinsSupportedNormalizationTypes, CapabilitiesQueryAttributeBinsSupportedStatistics, Nullable, Nullable, Nullable, Nullable, Nullable, Nullable, Nullable, Nullable, Nullable, Nullable) Constructor

Constructor for use in C# code. Use named parameters (e.g., item1: value1, item2: value2) to set properties in any order.

public CapabilitiesQueryAttributeBins(dymaptic.GeoBlazor.Core.Components.CapabilitiesQueryAttributeBinsSupportedNormalizationTypes? supportedNormalizationTypes=null, dymaptic.GeoBlazor.Core.Components.CapabilitiesQueryAttributeBinsSupportedStatistics? supportedStatistics=null, System.Nullable<bool> supportsAutoInterval=null, System.Nullable<bool> supportsDate=null, System.Nullable<bool> supportsFirstDayOfWeek=null, System.Nullable<bool> supportsFixedBoundaries=null, System.Nullable<bool> supportsFixedInterval=null, System.Nullable<bool> supportsNormalization=null, System.Nullable<bool> supportsReturnFullIntervalBin=null, System.Nullable<bool> supportsSnapToData=null, System.Nullable<bool> supportsSplitBy=null, System.Nullable<bool> supportsStackBy=null);

Parameters

supportedNormalizationTypes CapabilitiesQueryAttributeBinsSupportedNormalizationTypes

supportedStatistics CapabilitiesQueryAttributeBinsSupportedStatistics

supportsAutoInterval System.Nullable<System.Boolean>

supportsDate System.Nullable<System.Boolean>

supportsFirstDayOfWeek System.Nullable<System.Boolean>

supportsFixedBoundaries System.Nullable<System.Boolean>

supportsFixedInterval System.Nullable<System.Boolean>

supportsNormalization System.Nullable<System.Boolean>

supportsReturnFullIntervalBin System.Nullable<System.Boolean>

supportsSnapToData System.Nullable<System.Boolean>

supportsSplitBy System.Nullable<System.Boolean>

supportsStackBy System.Nullable<System.Boolean>

Properties

CapabilitiesQueryAttributeBins.SupportedNormalizationTypes Property

public dymaptic.GeoBlazor.Core.Components.CapabilitiesQueryAttributeBinsSupportedNormalizationTypes? SupportedNormalizationTypes { get; set; }

Property Value

CapabilitiesQueryAttributeBinsSupportedNormalizationTypes

CapabilitiesQueryAttributeBins.SupportedStatistics Property

public dymaptic.GeoBlazor.Core.Components.CapabilitiesQueryAttributeBinsSupportedStatistics? SupportedStatistics { get; set; }

Property Value

CapabilitiesQueryAttributeBinsSupportedStatistics

CapabilitiesQueryAttributeBins.SupportsAutoInterval Property

public System.Nullable<bool> SupportsAutoInterval { get; set; }

Property Value

System.Nullable<System.Boolean>

CapabilitiesQueryAttributeBins.SupportsDate Property

public System.Nullable<bool> SupportsDate { get; set; }

Property Value

System.Nullable<System.Boolean>

CapabilitiesQueryAttributeBins.SupportsFirstDayOfWeek Property

public System.Nullable<bool> SupportsFirstDayOfWeek { get; set; }

Property Value

System.Nullable<System.Boolean>

CapabilitiesQueryAttributeBins.SupportsFixedBoundaries Property

public System.Nullable<bool> SupportsFixedBoundaries { get; set; }

Property Value

System.Nullable<System.Boolean>

CapabilitiesQueryAttributeBins.SupportsFixedInterval Property

public System.Nullable<bool> SupportsFixedInterval { get; set; }

Property Value

System.Nullable<System.Boolean>

CapabilitiesQueryAttributeBins.SupportsNormalization Property

public System.Nullable<bool> SupportsNormalization { get; set; }

Property Value

System.Nullable<System.Boolean>

CapabilitiesQueryAttributeBins.SupportsReturnFullIntervalBin Property

public System.Nullable<bool> SupportsReturnFullIntervalBin { get; set; }

Property Value

System.Nullable<System.Boolean>

CapabilitiesQueryAttributeBins.SupportsSnapToData Property

public System.Nullable<bool> SupportsSnapToData { get; set; }

Property Value

System.Nullable<System.Boolean>

CapabilitiesQueryAttributeBins.SupportsSplitBy Property

public System.Nullable<bool> SupportsSplitBy { get; set; }

Property Value

System.Nullable<System.Boolean>

CapabilitiesQueryAttributeBins.SupportsStackBy Property

public System.Nullable<bool> SupportsStackBy { get; set; }

Property Value

System.Nullable<System.Boolean>

Methods

CapabilitiesQueryAttributeBins.GetSupportedNormalizationTypes() Method

Asynchronously retrieve the current value of the SupportedNormalizationTypes property.

public System.Threading.Tasks.Task<dymaptic.GeoBlazor.Core.Components.CapabilitiesQueryAttributeBinsSupportedNormalizationTypes?> GetSupportedNormalizationTypes();

Returns

System.Threading.Tasks.Task<CapabilitiesQueryAttributeBinsSupportedNormalizationTypes>

CapabilitiesQueryAttributeBins.GetSupportedStatistics() Method

Asynchronously retrieve the current value of the SupportedStatistics property.

public System.Threading.Tasks.Task<dymaptic.GeoBlazor.Core.Components.CapabilitiesQueryAttributeBinsSupportedStatistics?> GetSupportedStatistics();

Returns

System.Threading.Tasks.Task<CapabilitiesQueryAttributeBinsSupportedStatistics>

CapabilitiesQueryAttributeBins.GetSupportsAutoInterval() Method

Asynchronously retrieve the current value of the SupportsAutoInterval property.

public System.Threading.Tasks.Task<System.Nullable<bool>> GetSupportsAutoInterval();

Returns

System.Threading.Tasks.Task<System.Nullable<System.Boolean>>

CapabilitiesQueryAttributeBins.GetSupportsDate() Method

Asynchronously retrieve the current value of the SupportsDate property.

public System.Threading.Tasks.Task<System.Nullable<bool>> GetSupportsDate();

Returns

System.Threading.Tasks.Task<System.Nullable<System.Boolean>>

CapabilitiesQueryAttributeBins.GetSupportsFirstDayOfWeek() Method

Asynchronously retrieve the current value of the SupportsFirstDayOfWeek property.

public System.Threading.Tasks.Task<System.Nullable<bool>> GetSupportsFirstDayOfWeek();

Returns

System.Threading.Tasks.Task<System.Nullable<System.Boolean>>

CapabilitiesQueryAttributeBins.GetSupportsFixedBoundaries() Method

Asynchronously retrieve the current value of the SupportsFixedBoundaries property.

public System.Threading.Tasks.Task<System.Nullable<bool>> GetSupportsFixedBoundaries();

Returns

System.Threading.Tasks.Task<System.Nullable<System.Boolean>>

CapabilitiesQueryAttributeBins.GetSupportsFixedInterval() Method

Asynchronously retrieve the current value of the SupportsFixedInterval property.

public System.Threading.Tasks.Task<System.Nullable<bool>> GetSupportsFixedInterval();

Returns

System.Threading.Tasks.Task<System.Nullable<System.Boolean>>

CapabilitiesQueryAttributeBins.GetSupportsNormalization() Method

Asynchronously retrieve the current value of the SupportsNormalization property.

public System.Threading.Tasks.Task<System.Nullable<bool>> GetSupportsNormalization();

Returns

System.Threading.Tasks.Task<System.Nullable<System.Boolean>>

CapabilitiesQueryAttributeBins.GetSupportsReturnFullIntervalBin() Method

Asynchronously retrieve the current value of the SupportsReturnFullIntervalBin property.

public System.Threading.Tasks.Task<System.Nullable<bool>> GetSupportsReturnFullIntervalBin();

Returns

System.Threading.Tasks.Task<System.Nullable<System.Boolean>>

CapabilitiesQueryAttributeBins.GetSupportsSnapToData() Method

Asynchronously retrieve the current value of the SupportsSnapToData property.

public System.Threading.Tasks.Task<System.Nullable<bool>> GetSupportsSnapToData();

Returns

System.Threading.Tasks.Task<System.Nullable<System.Boolean>>

CapabilitiesQueryAttributeBins.GetSupportsSplitBy() Method

Asynchronously retrieve the current value of the SupportsSplitBy property.

public System.Threading.Tasks.Task<System.Nullable<bool>> GetSupportsSplitBy();

Returns

System.Threading.Tasks.Task<System.Nullable<System.Boolean>>

CapabilitiesQueryAttributeBins.GetSupportsStackBy() Method

Asynchronously retrieve the current value of the SupportsStackBy property.

public System.Threading.Tasks.Task<System.Nullable<bool>> GetSupportsStackBy();

Returns

System.Threading.Tasks.Task<System.Nullable<System.Boolean>>

CapabilitiesQueryAttributeBins.SetSupportedNormalizationTypes(CapabilitiesQueryAttributeBinsSupportedNormalizationTypes) Method

Asynchronously set the value of the SupportedNormalizationTypes property after render.

public System.Threading.Tasks.Task SetSupportedNormalizationTypes(dymaptic.GeoBlazor.Core.Components.CapabilitiesQueryAttributeBinsSupportedNormalizationTypes? value);

Parameters

value CapabilitiesQueryAttributeBinsSupportedNormalizationTypes

The value to set.

Returns

System.Threading.Tasks.Task

CapabilitiesQueryAttributeBins.SetSupportedStatistics(CapabilitiesQueryAttributeBinsSupportedStatistics) Method

Asynchronously set the value of the SupportedStatistics property after render.

public System.Threading.Tasks.Task SetSupportedStatistics(dymaptic.GeoBlazor.Core.Components.CapabilitiesQueryAttributeBinsSupportedStatistics? value);

Parameters

value CapabilitiesQueryAttributeBinsSupportedStatistics

The value to set.

Returns

System.Threading.Tasks.Task

CapabilitiesQueryAttributeBins.SetSupportsAutoInterval(Nullable) Method

Asynchronously set the value of the SupportsAutoInterval property after render.

public System.Threading.Tasks.Task SetSupportsAutoInterval(System.Nullable<bool> value);

Parameters

value System.Nullable<System.Boolean>

The value to set.

Returns

System.Threading.Tasks.Task

CapabilitiesQueryAttributeBins.SetSupportsDate(Nullable) Method

Asynchronously set the value of the SupportsDate property after render.

public System.Threading.Tasks.Task SetSupportsDate(System.Nullable<bool> value);

Parameters

value System.Nullable<System.Boolean>

The value to set.

Returns

System.Threading.Tasks.Task

CapabilitiesQueryAttributeBins.SetSupportsFirstDayOfWeek(Nullable) Method

Asynchronously set the value of the SupportsFirstDayOfWeek property after render.

public System.Threading.Tasks.Task SetSupportsFirstDayOfWeek(System.Nullable<bool> value);

Parameters

value System.Nullable<System.Boolean>

The value to set.

Returns

System.Threading.Tasks.Task

CapabilitiesQueryAttributeBins.SetSupportsFixedBoundaries(Nullable) Method

Asynchronously set the value of the SupportsFixedBoundaries property after render.

public System.Threading.Tasks.Task SetSupportsFixedBoundaries(System.Nullable<bool> value);

Parameters

value System.Nullable<System.Boolean>

The value to set.

Returns

System.Threading.Tasks.Task

CapabilitiesQueryAttributeBins.SetSupportsFixedInterval(Nullable) Method

Asynchronously set the value of the SupportsFixedInterval property after render.

public System.Threading.Tasks.Task SetSupportsFixedInterval(System.Nullable<bool> value);

Parameters

value System.Nullable<System.Boolean>

The value to set.

Returns

System.Threading.Tasks.Task

CapabilitiesQueryAttributeBins.SetSupportsNormalization(Nullable) Method

Asynchronously set the value of the SupportsNormalization property after render.

public System.Threading.Tasks.Task SetSupportsNormalization(System.Nullable<bool> value);

Parameters

value System.Nullable<System.Boolean>

The value to set.

Returns

System.Threading.Tasks.Task

CapabilitiesQueryAttributeBins.SetSupportsReturnFullIntervalBin(Nullable) Method

Asynchronously set the value of the SupportsReturnFullIntervalBin property after render.

public System.Threading.Tasks.Task SetSupportsReturnFullIntervalBin(System.Nullable<bool> value);

Parameters

value System.Nullable<System.Boolean>

The value to set.

Returns

System.Threading.Tasks.Task

CapabilitiesQueryAttributeBins.SetSupportsSnapToData(Nullable) Method

Asynchronously set the value of the SupportsSnapToData property after render.

public System.Threading.Tasks.Task SetSupportsSnapToData(System.Nullable<bool> value);

Parameters

value System.Nullable<System.Boolean>

The value to set.

Returns

System.Threading.Tasks.Task

CapabilitiesQueryAttributeBins.SetSupportsSplitBy(Nullable) Method

Asynchronously set the value of the SupportsSplitBy property after render.

public System.Threading.Tasks.Task SetSupportsSplitBy(System.Nullable<bool> value);

Parameters

value System.Nullable<System.Boolean>

The value to set.

Returns

System.Threading.Tasks.Task

CapabilitiesQueryAttributeBins.SetSupportsStackBy(Nullable) Method

Asynchronously set the value of the SupportsStackBy property after render.

public System.Threading.Tasks.Task SetSupportsStackBy(System.Nullable<bool> value);

Parameters

value System.Nullable<System.Boolean>

The value to set.

Returns

System.Threading.Tasks.Task

CapabilitiesQueryAttributeBins.ValidateRequiredGeneratedChildren() Method

Validates source-generated child components.

public override void ValidateRequiredGeneratedChildren();

Implements ValidateRequiredGeneratedChildren()