dymaptic.GeoBlazor.Core
dymaptic.GeoBlazor.Core.Components
CapabilitiesQueryAttributeBinsSupportedNormalizationTypes Class
public class CapabilitiesQueryAttributeBinsSupportedNormalizationTypes : dymaptic.GeoBlazor.Core.Components.MapComponent
Inheritance System.Object 🡒 Microsoft.AspNetCore.Components.ComponentBase 🡒 MapComponent 🡒 CapabilitiesQueryAttributeBinsSupportedNormalizationTypes
Constructors
CapabilitiesQueryAttributeBinsSupportedNormalizationTypes() Constructor
Parameterless constructor for use as a Razor Component.
public CapabilitiesQueryAttributeBinsSupportedNormalizationTypes();
CapabilitiesQueryAttributeBinsSupportedNormalizationTypes(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 CapabilitiesQueryAttributeBinsSupportedNormalizationTypes(System.Nullable<bool> field=null, System.Nullable<bool> log=null, System.Nullable<bool> naturalLog=null, System.Nullable<bool> percentOfTotal=null, System.Nullable<bool> squareRoot=null);
Parameters
field
System.Nullable<System.Boolean>
log
System.Nullable<System.Boolean>
naturalLog
System.Nullable<System.Boolean>
percentOfTotal
System.Nullable<System.Boolean>
squareRoot
System.Nullable<System.Boolean>
Properties
CapabilitiesQueryAttributeBinsSupportedNormalizationTypes.Field Property
public System.Nullable<bool> Field { get; set; }
Property Value
System.Nullable<System.Boolean>
CapabilitiesQueryAttributeBinsSupportedNormalizationTypes.Log Property
public System.Nullable<bool> Log { get; set; }
Property Value
System.Nullable<System.Boolean>
CapabilitiesQueryAttributeBinsSupportedNormalizationTypes.NaturalLog Property
public System.Nullable<bool> NaturalLog { get; set; }
Property Value
System.Nullable<System.Boolean>
CapabilitiesQueryAttributeBinsSupportedNormalizationTypes.PercentOfTotal Property
public System.Nullable<bool> PercentOfTotal { get; set; }
Property Value
System.Nullable<System.Boolean>
CapabilitiesQueryAttributeBinsSupportedNormalizationTypes.SquareRoot Property
public System.Nullable<bool> SquareRoot { get; set; }
Property Value
System.Nullable<System.Boolean>
Methods
CapabilitiesQueryAttributeBinsSupportedNormalizationTypes.GetField() Method
Asynchronously retrieve the current value of the Field property.
public System.Threading.Tasks.Task<System.Nullable<bool>> GetField();
Returns
System.Threading.Tasks.Task<System.Nullable<System.Boolean>>
CapabilitiesQueryAttributeBinsSupportedNormalizationTypes.GetLog() Method
Asynchronously retrieve the current value of the Log property.
public System.Threading.Tasks.Task<System.Nullable<bool>> GetLog();
Returns
System.Threading.Tasks.Task<System.Nullable<System.Boolean>>
CapabilitiesQueryAttributeBinsSupportedNormalizationTypes.GetNaturalLog() Method
Asynchronously retrieve the current value of the NaturalLog property.
public System.Threading.Tasks.Task<System.Nullable<bool>> GetNaturalLog();
Returns
System.Threading.Tasks.Task<System.Nullable<System.Boolean>>
CapabilitiesQueryAttributeBinsSupportedNormalizationTypes.GetPercentOfTotal() Method
Asynchronously retrieve the current value of the PercentOfTotal property.
public System.Threading.Tasks.Task<System.Nullable<bool>> GetPercentOfTotal();
Returns
System.Threading.Tasks.Task<System.Nullable<System.Boolean>>
CapabilitiesQueryAttributeBinsSupportedNormalizationTypes.GetSquareRoot() Method
Asynchronously retrieve the current value of the SquareRoot property.
public System.Threading.Tasks.Task<System.Nullable<bool>> GetSquareRoot();
Returns
System.Threading.Tasks.Task<System.Nullable<System.Boolean>>
CapabilitiesQueryAttributeBinsSupportedNormalizationTypes.SetField(Nullable) Method
Asynchronously set the value of the Field property after render.
public System.Threading.Tasks.Task SetField(System.Nullable<bool> value);
Parameters
value
System.Nullable<System.Boolean>
The value to set.
Returns
CapabilitiesQueryAttributeBinsSupportedNormalizationTypes.SetLog(Nullable) Method
Asynchronously set the value of the Log property after render.
public System.Threading.Tasks.Task SetLog(System.Nullable<bool> value);
Parameters
value
System.Nullable<System.Boolean>
The value to set.
Returns
CapabilitiesQueryAttributeBinsSupportedNormalizationTypes.SetNaturalLog(Nullable) Method
Asynchronously set the value of the NaturalLog property after render.
public System.Threading.Tasks.Task SetNaturalLog(System.Nullable<bool> value);
Parameters
value
System.Nullable<System.Boolean>
The value to set.
Returns
CapabilitiesQueryAttributeBinsSupportedNormalizationTypes.SetPercentOfTotal(Nullable) Method
Asynchronously set the value of the PercentOfTotal property after render.
public System.Threading.Tasks.Task SetPercentOfTotal(System.Nullable<bool> value);
Parameters
value
System.Nullable<System.Boolean>
The value to set.
Returns
CapabilitiesQueryAttributeBinsSupportedNormalizationTypes.SetSquareRoot(Nullable) Method
Asynchronously set the value of the SquareRoot property after render.
public System.Threading.Tasks.Task SetSquareRoot(System.Nullable<bool> value);
Parameters
value
System.Nullable<System.Boolean>
The value to set.