menu

ASP.NET Web Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface IMetadataProvider

    Show / Hide Table of Contents

    Interface IMetadataProvider

    Namespace: Syncfusion.JavaScript
    Assembly: Syncfusion.EJ.dll
    Syntax
    public interface IMetadataProvider

    Methods

    FromType(Type, String)

    Declaration
    Metadata FromType(Type modelType, string propertyName)
    Parameters
    Type Name Description
    System.Type modelType
    System.String propertyName
    Returns
    Type Description
    Metadata

    Read(PropertyInfo)

    Declaration
    Metadata Read(PropertyInfo property)
    Parameters
    Type Name Description
    System.Reflection.PropertyInfo property
    Returns
    Type Description
    Metadata

    ReadFromType(Type)

    Declaration
    Dictionary<string, Metadata> ReadFromType(Type modelType)
    Parameters
    Type Name Description
    System.Type modelType
    Returns
    Type Description
    System.Collections.Generic.Dictionary<System.String, Metadata>
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved