alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    Class FieldInfo

    Specifies the field information.

    Inheritance
    object
    FieldInfo
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Syncfusion.Blazor.DocumentEditor
    Assembly: Syncfusion.Blazor.DocumentEditor.dll
    Syntax
    public class FieldInfo

    Constructors

    FieldInfo()

    Declaration
    public FieldInfo()

    Properties

    Code

    Specifies the field code.

    Declaration
    [JsonPropertyName("code")]
    public string Code { get; set; }
    Property Value
    Type
    string

    Result

    Specifies the field result.

    Declaration
    [JsonPropertyName("result")]
    public string Result { get; set; }
    Property Value
    Type
    string
    In this article
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved