1 write to ViewModel
Aspire.Dashboard (1)
Components_Controls_InteractionInputField_razor.g.cs (1)
280
__builder.AddContent(8, ChildContent(new InteractionInputFieldContext {
ViewModel
= InputViewModel, DescriptionId = descriptionId })
55 references to ViewModel
Aspire.Dashboard (55)
Components_Dialogs_InteractionsInputDialog_razor.g.cs (55)
534
input.
ViewModel
.Input.Placeholder
551
input.
ViewModel
.Input.Required
585
input.
ViewModel
.InputDisabled
611
InteractionHelpers.GetMaxLength(input.
ViewModel
.Input.MaxLength)
628
input.
ViewModel
.Value
634
__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))));
635
__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));
639
_elementRefs[input.
ViewModel
]
725
input.
ViewModel
.Input.Placeholder
742
input.
ViewModel
.Input.Required
802
input.
ViewModel
.InputDisabled
828
InteractionHelpers.GetMaxLength(input.
ViewModel
.Input.MaxLength)
845
input.
ViewModel
.Value
851
__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))));
852
__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));
856
_elementRefs[input.
ViewModel
]
967
input.
ViewModel
.Input.Placeholder
984
input.
ViewModel
.Input.Required
1001
input.
ViewModel
.SelectOptions
1095
input.
ViewModel
.InputDisabled
1121
input.
ViewModel
.Value
1127
__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))));
1128
__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));
1132
_elementRefs[input.
ViewModel
]
1171
input.
ViewModel
.Input.Placeholder
1188
input.
ViewModel
.Input.Required
1205
input.
ViewModel
.FilteredOptions()
1299
input.
ViewModel
.InputDisabled
1359
input.
ViewModel
.Value
1365
__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))));
1366
__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));
1397
input.
ViewModel
.Value
1409
_elementRefs[input.
ViewModel
]
1503
input.
ViewModel
.Input.Label
1520
input.
ViewModel
.Input.Placeholder
1537
input.
ViewModel
.Input.Description
1554
input.
ViewModel
.InputDisabled
1580
input.
ViewModel
.IsChecked
1586
__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))));
1587
__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));
1591
_elementRefs[input.
ViewModel
]
1685
input.
ViewModel
.Input.Placeholder
1702
input.
ViewModel
.Input.Description
1719
input.
ViewModel
.Input.Required
1753
input.
ViewModel
.InputDisabled
1779
input.
ViewModel
.NumberValue
1785
__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))));
1786
__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));
1790
_elementRefs[input.
ViewModel
]