1 write to ViewModel
Aspire.Dashboard (1)
Components_Controls_InteractionInputField_razor.g.cs (1)
310
__builder.AddContent(8, ChildContent(new InteractionInputFieldContext {
ViewModel
= InputViewModel, DescriptionId = descriptionId })
55 references to ViewModel
Aspire.Dashboard (55)
Components_Dialogs_InteractionsInputDialog_razor.g.cs (55)
540
input.
ViewModel
.Input.Placeholder
557
input.
ViewModel
.Input.Required
591
input.
ViewModel
.InputDisabled
617
InteractionHelpers.GetMaxLength(input.
ViewModel
.Input.MaxLength)
634
input.
ViewModel
.Value
640
__builder5.AddComponentParameter(42, nameof(global::Microsoft.FluentUI.AspNetCore.Components.FluentTextField.ValueChanged), global::Microsoft.AspNetCore.Components.CompilerServices.RuntimeHelpers.TypeCheck<global::Microsoft.AspNetCore.Components.EventCallback<global::System.String>>(global::Microsoft.AspNetCore.Components.EventCallback.Factory.Create<global::System.String>(this, global::Microsoft.AspNetCore.Components.CompilerServices.RuntimeHelpers.CreateInferredEventCallback(this, __value => input.
ViewModel
.Value = __value, input.
ViewModel
.Value))));
641
__builder5.AddComponentParameter(43, nameof(global::Microsoft.FluentUI.AspNetCore.Components.FluentTextField.ValueExpression), global::Microsoft.AspNetCore.Components.CompilerServices.RuntimeHelpers.TypeCheck<global::System.Linq.Expressions.Expression<global::System.Func<global::System.String>>>(() => input.
ViewModel
.Value));
645
_elementRefs[input.
ViewModel
]
731
input.
ViewModel
.Input.Placeholder
748
input.
ViewModel
.Input.Required
808
input.
ViewModel
.InputDisabled
834
InteractionHelpers.GetMaxLength(input.
ViewModel
.Input.MaxLength)
851
input.
ViewModel
.Value
857
__builder5.AddComponentParameter(60, nameof(global::Microsoft.FluentUI.AspNetCore.Components.FluentTextField.ValueChanged), global::Microsoft.AspNetCore.Components.CompilerServices.RuntimeHelpers.TypeCheck<global::Microsoft.AspNetCore.Components.EventCallback<global::System.String>>(global::Microsoft.AspNetCore.Components.EventCallback.Factory.Create<global::System.String>(this, global::Microsoft.AspNetCore.Components.CompilerServices.RuntimeHelpers.CreateInferredEventCallback(this, __value => input.
ViewModel
.Value = __value, input.
ViewModel
.Value))));
858
__builder5.AddComponentParameter(61, nameof(global::Microsoft.FluentUI.AspNetCore.Components.FluentTextField.ValueExpression), global::Microsoft.AspNetCore.Components.CompilerServices.RuntimeHelpers.TypeCheck<global::System.Linq.Expressions.Expression<global::System.Func<global::System.String>>>(() => input.
ViewModel
.Value));
862
_elementRefs[input.
ViewModel
]
973
input.
ViewModel
.Input.Placeholder
990
input.
ViewModel
.Input.Required
1007
input.
ViewModel
.SelectOptions
1101
input.
ViewModel
.InputDisabled
1127
input.
ViewModel
.Value
1133
__builder5.AddComponentParameter(80, nameof(global::Microsoft.FluentUI.AspNetCore.Components.FluentSelect<SelectViewModel<string>>.ValueChanged), global::Microsoft.AspNetCore.Components.CompilerServices.RuntimeHelpers.TypeCheck<global::Microsoft.AspNetCore.Components.EventCallback<global::System.String>>(global::Microsoft.AspNetCore.Components.EventCallback.Factory.Create<global::System.String>(this, global::Microsoft.AspNetCore.Components.CompilerServices.RuntimeHelpers.CreateInferredEventCallback(this, __value => input.
ViewModel
.Value = __value, input.
ViewModel
.Value))));
1134
__builder5.AddComponentParameter(81, nameof(global::Microsoft.FluentUI.AspNetCore.Components.FluentSelect<SelectViewModel<string>>.ValueExpression), global::Microsoft.AspNetCore.Components.CompilerServices.RuntimeHelpers.TypeCheck<global::System.Linq.Expressions.Expression<global::System.Func<global::System.String>>>(() => input.
ViewModel
.Value));
1138
_elementRefs[input.
ViewModel
]
1177
input.
ViewModel
.Input.Placeholder
1194
input.
ViewModel
.Input.Required
1211
input.
ViewModel
.FilteredOptions()
1305
input.
ViewModel
.InputDisabled
1365
input.
ViewModel
.Value
1371
__builder5.AddComponentParameter(97, nameof(global::Microsoft.FluentUI.AspNetCore.Components.FluentCombobox<SelectViewModel<string>>.ValueChanged), global::Microsoft.AspNetCore.Components.CompilerServices.RuntimeHelpers.TypeCheck<global::Microsoft.AspNetCore.Components.EventCallback<global::System.String>>(global::Microsoft.AspNetCore.Components.EventCallback.Factory.Create<global::System.String>(this, global::Microsoft.AspNetCore.Components.CompilerServices.RuntimeHelpers.CreateInferredEventCallback(this, __value => input.
ViewModel
.Value = __value, input.
ViewModel
.Value))));
1372
__builder5.AddComponentParameter(98, nameof(global::Microsoft.FluentUI.AspNetCore.Components.FluentCombobox<SelectViewModel<string>>.ValueExpression), global::Microsoft.AspNetCore.Components.CompilerServices.RuntimeHelpers.TypeCheck<global::System.Linq.Expressions.Expression<global::System.Func<global::System.String>>>(() => input.
ViewModel
.Value));
1403
input.
ViewModel
.Value
1415
_elementRefs[input.
ViewModel
]
1509
input.
ViewModel
.Input.Label
1526
input.
ViewModel
.Input.Placeholder
1543
input.
ViewModel
.Input.Description
1560
input.
ViewModel
.InputDisabled
1586
input.
ViewModel
.IsChecked
1592
__builder5.AddComponentParameter(116, nameof(global::Microsoft.FluentUI.AspNetCore.Components.FluentCheckbox.ValueChanged), global::Microsoft.AspNetCore.Components.CompilerServices.RuntimeHelpers.TypeCheck<global::Microsoft.AspNetCore.Components.EventCallback<global::System.Boolean>>(global::Microsoft.AspNetCore.Components.EventCallback.Factory.Create<global::System.Boolean>(this, global::Microsoft.AspNetCore.Components.CompilerServices.RuntimeHelpers.CreateInferredEventCallback(this, __value => input.
ViewModel
.IsChecked = __value, input.
ViewModel
.IsChecked))));
1593
__builder5.AddComponentParameter(117, nameof(global::Microsoft.FluentUI.AspNetCore.Components.FluentCheckbox.ValueExpression), global::Microsoft.AspNetCore.Components.CompilerServices.RuntimeHelpers.TypeCheck<global::System.Linq.Expressions.Expression<global::System.Func<global::System.Boolean>>>(() => input.
ViewModel
.IsChecked));
1597
_elementRefs[input.
ViewModel
]
1691
input.
ViewModel
.Input.Placeholder
1708
input.
ViewModel
.Input.Description
1725
input.
ViewModel
.Input.Required
1759
input.
ViewModel
.InputDisabled
1785
input.
ViewModel
.NumberValue
1791
__builder5.AddComponentParameter(132, nameof(global::Microsoft.FluentUI.AspNetCore.Components.FluentNumberField<int?>.ValueChanged), global::Microsoft.AspNetCore.Components.CompilerServices.RuntimeHelpers.TypeCheck<global::Microsoft.AspNetCore.Components.EventCallback<int?>>(global::Microsoft.AspNetCore.Components.EventCallback.Factory.Create<int?>(this, global::Microsoft.AspNetCore.Components.CompilerServices.RuntimeHelpers.CreateInferredEventCallback(this, __value => input.
ViewModel
.NumberValue = __value, input.
ViewModel
.NumberValue))));
1792
__builder5.AddComponentParameter(133, nameof(global::Microsoft.FluentUI.AspNetCore.Components.FluentNumberField<int?>.ValueExpression), global::Microsoft.AspNetCore.Components.CompilerServices.RuntimeHelpers.TypeCheck<global::System.Linq.Expressions.Expression<global::System.Func<int?>>>(() => input.
ViewModel
.NumberValue));
1796
_elementRefs[input.
ViewModel
]