AttributeValue Class

Namespace
Microsoft.AspNetCore.DiagnosticsViewPage.Views
Assemblies
  • Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore

Syntax

public class AttributeValue
class Microsoft.AspNetCore.DiagnosticsViewPage.Views.AttributeValue

Constructors

AttributeValue(System.String, System.Object, System.Boolean)
public AttributeValue(string prefix, object value, bool literal)

Methods

FromTuple(System.Tuple<System.String, System.Object, System.Boolean>)
Return type:Microsoft.AspNetCore.DiagnosticsViewPage.Views.AttributeValue
public static AttributeValue FromTuple(Tuple<string, object, bool> value)
FromTuple(System.Tuple<System.String, System.String, System.Boolean>)
Return type:Microsoft.AspNetCore.DiagnosticsViewPage.Views.AttributeValue
public static AttributeValue FromTuple(Tuple<string, string, bool> value)

Operators

Implicit(System.Tuple<System.String, System.Object, System.Boolean> to Microsoft.AspNetCore.DiagnosticsViewPage.Views.AttributeValue)
Return type:Microsoft.AspNetCore.DiagnosticsViewPage.Views.AttributeValue
public static implicit operator AttributeValue(Tuple<string, object, bool> value)

Properties

Microsoft.AspNetCore.DiagnosticsViewPage.Views.AttributeValue.Literal
Return type:System.Boolean
public bool Literal { get; }
Microsoft.AspNetCore.DiagnosticsViewPage.Views.AttributeValue.Prefix
Return type:System.String
public string Prefix { get; }
Microsoft.AspNetCore.DiagnosticsViewPage.Views.AttributeValue.Value
Return type:System.Object
public object Value { get; }