dymaptic.GeoBlazor.Core
dymaptic.GeoBlazor.Core.Components
CapabilitiesQueryAttributeBinsSupportedStatistics Class
public class CapabilitiesQueryAttributeBinsSupportedStatistics : dymaptic.GeoBlazor.Core.Components.MapComponent
Inheritance System.Object 🡒 Microsoft.AspNetCore.Components.ComponentBase 🡒 MapComponent 🡒 CapabilitiesQueryAttributeBinsSupportedStatistics
Constructors
CapabilitiesQueryAttributeBinsSupportedStatistics() Constructor
Parameterless constructor for use as a Razor Component.
public CapabilitiesQueryAttributeBinsSupportedStatistics();
CapabilitiesQueryAttributeBinsSupportedStatistics(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 CapabilitiesQueryAttributeBinsSupportedStatistics(System.Nullable<bool> avg=null, System.Nullable<bool> count=null, System.Nullable<bool> max=null, System.Nullable<bool> min=null, System.Nullable<bool> percentileContinuous=null, System.Nullable<bool> percentileDiscrete=null, System.Nullable<bool> stddev=null, System.Nullable<bool> sum=null, System.Nullable<bool> var=null);
Parameters
avg
System.Nullable<System.Boolean>
count
System.Nullable<System.Boolean>
max
System.Nullable<System.Boolean>
min
System.Nullable<System.Boolean>
percentileContinuous
System.Nullable<System.Boolean>
percentileDiscrete
System.Nullable<System.Boolean>
stddev
System.Nullable<System.Boolean>
sum
System.Nullable<System.Boolean>
var
System.Nullable<System.Boolean>
Properties
CapabilitiesQueryAttributeBinsSupportedStatistics.Avg Property
public System.Nullable<bool> Avg { get; set; }
Property Value
System.Nullable<System.Boolean>
CapabilitiesQueryAttributeBinsSupportedStatistics.Count Property
public System.Nullable<bool> Count { get; set; }
Property Value
System.Nullable<System.Boolean>
CapabilitiesQueryAttributeBinsSupportedStatistics.Max Property
public System.Nullable<bool> Max { get; set; }
Property Value
System.Nullable<System.Boolean>
CapabilitiesQueryAttributeBinsSupportedStatistics.Min Property
public System.Nullable<bool> Min { get; set; }
Property Value
System.Nullable<System.Boolean>
CapabilitiesQueryAttributeBinsSupportedStatistics.PercentileContinuous Property
public System.Nullable<bool> PercentileContinuous { get; set; }
Property Value
System.Nullable<System.Boolean>
CapabilitiesQueryAttributeBinsSupportedStatistics.PercentileDiscrete Property
public System.Nullable<bool> PercentileDiscrete { get; set; }
Property Value
System.Nullable<System.Boolean>
CapabilitiesQueryAttributeBinsSupportedStatistics.Stddev Property
public System.Nullable<bool> Stddev { get; set; }
Property Value
System.Nullable<System.Boolean>
CapabilitiesQueryAttributeBinsSupportedStatistics.Sum Property
public System.Nullable<bool> Sum { get; set; }
Property Value
System.Nullable<System.Boolean>
CapabilitiesQueryAttributeBinsSupportedStatistics.Var Property
public System.Nullable<bool> Var { get; set; }
Property Value
System.Nullable<System.Boolean>
Methods
CapabilitiesQueryAttributeBinsSupportedStatistics.GetAvg() Method
Asynchronously retrieve the current value of the Avg property.
public System.Threading.Tasks.Task<System.Nullable<bool>> GetAvg();
Returns
System.Threading.Tasks.Task<System.Nullable<System.Boolean>>
CapabilitiesQueryAttributeBinsSupportedStatistics.GetCount() Method
Asynchronously retrieve the current value of the Count property.
public System.Threading.Tasks.Task<System.Nullable<bool>> GetCount();
Returns
System.Threading.Tasks.Task<System.Nullable<System.Boolean>>
CapabilitiesQueryAttributeBinsSupportedStatistics.GetMax() Method
Asynchronously retrieve the current value of the Max property.
public System.Threading.Tasks.Task<System.Nullable<bool>> GetMax();
Returns
System.Threading.Tasks.Task<System.Nullable<System.Boolean>>
CapabilitiesQueryAttributeBinsSupportedStatistics.GetMin() Method
Asynchronously retrieve the current value of the Min property.
public System.Threading.Tasks.Task<System.Nullable<bool>> GetMin();
Returns
System.Threading.Tasks.Task<System.Nullable<System.Boolean>>
CapabilitiesQueryAttributeBinsSupportedStatistics.GetPercentileContinuous() Method
Asynchronously retrieve the current value of the PercentileContinuous property.
public System.Threading.Tasks.Task<System.Nullable<bool>> GetPercentileContinuous();
Returns
System.Threading.Tasks.Task<System.Nullable<System.Boolean>>
CapabilitiesQueryAttributeBinsSupportedStatistics.GetPercentileDiscrete() Method
Asynchronously retrieve the current value of the PercentileDiscrete property.
public System.Threading.Tasks.Task<System.Nullable<bool>> GetPercentileDiscrete();
Returns
System.Threading.Tasks.Task<System.Nullable<System.Boolean>>
CapabilitiesQueryAttributeBinsSupportedStatistics.GetStddev() Method
Asynchronously retrieve the current value of the Stddev property.
public System.Threading.Tasks.Task<System.Nullable<bool>> GetStddev();
Returns
System.Threading.Tasks.Task<System.Nullable<System.Boolean>>
CapabilitiesQueryAttributeBinsSupportedStatistics.GetSum() Method
Asynchronously retrieve the current value of the Sum property.
public System.Threading.Tasks.Task<System.Nullable<bool>> GetSum();
Returns
System.Threading.Tasks.Task<System.Nullable<System.Boolean>>
CapabilitiesQueryAttributeBinsSupportedStatistics.GetVar() Method
Asynchronously retrieve the current value of the Var property.
public System.Threading.Tasks.Task<System.Nullable<bool>> GetVar();
Returns
System.Threading.Tasks.Task<System.Nullable<System.Boolean>>
CapabilitiesQueryAttributeBinsSupportedStatistics.SetAvg(Nullable) Method
Asynchronously set the value of the Avg property after render.
public System.Threading.Tasks.Task SetAvg(System.Nullable<bool> value);
Parameters
value
System.Nullable<System.Boolean>
The value to set.
Returns
CapabilitiesQueryAttributeBinsSupportedStatistics.SetCount(Nullable) Method
Asynchronously set the value of the Count property after render.
public System.Threading.Tasks.Task SetCount(System.Nullable<bool> value);
Parameters
value
System.Nullable<System.Boolean>
The value to set.
Returns
CapabilitiesQueryAttributeBinsSupportedStatistics.SetMax(Nullable) Method
Asynchronously set the value of the Max property after render.
public System.Threading.Tasks.Task SetMax(System.Nullable<bool> value);
Parameters
value
System.Nullable<System.Boolean>
The value to set.
Returns
CapabilitiesQueryAttributeBinsSupportedStatistics.SetMin(Nullable) Method
Asynchronously set the value of the Min property after render.
public System.Threading.Tasks.Task SetMin(System.Nullable<bool> value);
Parameters
value
System.Nullable<System.Boolean>
The value to set.
Returns
CapabilitiesQueryAttributeBinsSupportedStatistics.SetPercentileContinuous(Nullable) Method
Asynchronously set the value of the PercentileContinuous property after render.
public System.Threading.Tasks.Task SetPercentileContinuous(System.Nullable<bool> value);
Parameters
value
System.Nullable<System.Boolean>
The value to set.
Returns
CapabilitiesQueryAttributeBinsSupportedStatistics.SetPercentileDiscrete(Nullable) Method
Asynchronously set the value of the PercentileDiscrete property after render.
public System.Threading.Tasks.Task SetPercentileDiscrete(System.Nullable<bool> value);
Parameters
value
System.Nullable<System.Boolean>
The value to set.
Returns
CapabilitiesQueryAttributeBinsSupportedStatistics.SetStddev(Nullable) Method
Asynchronously set the value of the Stddev property after render.
public System.Threading.Tasks.Task SetStddev(System.Nullable<bool> value);
Parameters
value
System.Nullable<System.Boolean>
The value to set.
Returns
CapabilitiesQueryAttributeBinsSupportedStatistics.SetSum(Nullable) Method
Asynchronously set the value of the Sum property after render.
public System.Threading.Tasks.Task SetSum(System.Nullable<bool> value);
Parameters
value
System.Nullable<System.Boolean>
The value to set.
Returns
CapabilitiesQueryAttributeBinsSupportedStatistics.SetVar(Nullable) Method
Asynchronously set the value of the Var property after render.
public System.Threading.Tasks.Task SetVar(System.Nullable<bool> value);
Parameters
value
System.Nullable<System.Boolean>
The value to set.