dymaptic.GeoBlazor.Pro

dymaptic.GeoBlazor.Pro.Model

FeatureTableWidgetTitle Class

Union type of System.String, and System.Threading.Tasks.Task

public record FeatureTableWidgetTitle : System.IEquatable<dymaptic.GeoBlazor.Pro.Model.FeatureTableWidgetTitle>

Inheritance System.Object 🡒 FeatureTableWidgetTitle

Implements System.IEquatable<FeatureTableWidgetTitle>

Constructors

FeatureTableWidgetTitle() Constructor

Parameterless constructor for use as a Razor Component.

public FeatureTableWidgetTitle();

FeatureTableWidgetTitle(string, Func) Constructor

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

public FeatureTableWidgetTitle(string? titleString=null, System.Func<System.Threading.Tasks.Task>? titleTask=null);

Parameters

titleString System.String

Implementation of parent property Title as String.

titleTask System.Func<System.Threading.Tasks.Task>

Implementation of parent property Title as Task.

Properties

FeatureTableWidgetTitle.TitleString Property

Implementation of parent property Title as String.

public string? TitleString { get; set; }

Property Value

System.String

FeatureTableWidgetTitle.TitleTask Property

Implementation of parent property Title as Task.

public System.Func<System.Threading.Tasks.Task>? TitleTask { get; set; }

Property Value

System.Func<System.Threading.Tasks.Task>

Operators

FeatureTableWidgetTitle.implicit operator FeatureTableWidgetTitle(string) Operator

Implicit conversion between System.String and FeatureTableWidgetTitle.

public static dymaptic.GeoBlazor.Pro.Model.FeatureTableWidgetTitle implicit operator dymaptic.GeoBlazor.Pro.Model.FeatureTableWidgetTitle(string titleString);

Parameters

titleString System.String

The string to use as the value.

Returns

FeatureTableWidgetTitle

FeatureTableWidgetTitle.implicit operator FeatureTableWidgetTitle(Func) Operator

Implicit conversion between System.Threading.Tasks.Task and FeatureTableWidgetTitle.

public static dymaptic.GeoBlazor.Pro.Model.FeatureTableWidgetTitle implicit operator dymaptic.GeoBlazor.Pro.Model.FeatureTableWidgetTitle(System.Func<System.Threading.Tasks.Task> titleTask);

Parameters

titleTask System.Func<System.Threading.Tasks.Task>

The Task to use as the value.

Returns

FeatureTableWidgetTitle