ScopeNode Class

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

Syntax

public class ScopeNode
class Microsoft.AspNetCore.Diagnostics.Elm.ScopeNode

Properties

Microsoft.AspNetCore.Diagnostics.Elm.ScopeNode.Children
Return type:System.Collections.Generic.List<Microsoft.AspNetCore.Diagnostics.Elm.ScopeNode>
public List<ScopeNode> Children { get; }
Microsoft.AspNetCore.Diagnostics.Elm.ScopeNode.EndTime
Return type:System.DateTimeOffset
public DateTimeOffset EndTime { get; set; }
Microsoft.AspNetCore.Diagnostics.Elm.ScopeNode.Messages
Return type:System.Collections.Generic.List<Microsoft.AspNetCore.Diagnostics.Elm.LogInfo>
public List<LogInfo> Messages { get; }
Microsoft.AspNetCore.Diagnostics.Elm.ScopeNode.Name
Return type:System.String
public string Name { get; set; }
Microsoft.AspNetCore.Diagnostics.Elm.ScopeNode.Parent
Return type:Microsoft.AspNetCore.Diagnostics.Elm.ScopeNode
public ScopeNode Parent { get; set; }
Microsoft.AspNetCore.Diagnostics.Elm.ScopeNode.StartTime
Return type:System.DateTimeOffset
public DateTimeOffset StartTime { get; set; }
Microsoft.AspNetCore.Diagnostics.Elm.ScopeNode.State
Return type:System.Object
public object State { get; set; }