ElmScope Class¶
- Namespace
Microsoft.AspNetCore.Diagnostics.Elm- Assemblies
- Microsoft.AspNetCore.Diagnostics.Elm
Constructors¶
-
ElmScope(System.String, System.Object)¶ public ElmScope(string name, object state)
-
Properties¶
-
Microsoft.AspNetCore.Diagnostics.Elm.ElmScope.Context¶ Return type: Microsoft.AspNetCore.Diagnostics.Elm.ActivityContext public ActivityContext Context { get; set; }
-
Microsoft.AspNetCore.Diagnostics.Elm.ElmScope.Current¶ Return type: Microsoft.AspNetCore.Diagnostics.Elm.ElmScope public static ElmScope Current { get; set; }
-
Microsoft.AspNetCore.Diagnostics.Elm.ElmScope.Node¶ Return type: Microsoft.AspNetCore.Diagnostics.Elm.ScopeNode public ScopeNode Node { get; set; }
-
Microsoft.AspNetCore.Diagnostics.Elm.ElmScope.Parent¶ Return type: Microsoft.AspNetCore.Diagnostics.Elm.ElmScope public ElmScope Parent { get; set; }
-