ElmScope Class

Namespace
Microsoft.AspNetCore.Diagnostics.Elm
Assemblies
  • Microsoft.AspNetCore.Diagnostics.Elm

Syntax

public class ElmScope
class Microsoft.AspNetCore.Diagnostics.Elm.ElmScope

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; }

Methods

Push(Microsoft.AspNetCore.Diagnostics.Elm.ElmScope, Microsoft.AspNetCore.Diagnostics.Elm.ElmStore)
Return type:System.IDisposable
public static IDisposable Push(ElmScope scope, ElmStore store)