Xamarin.Forms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PropertyInfoCollection - Xamarin.Forms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class PropertyInfoCollection

    Determines the set of properties and their information.

    Inheritance
    System.Object
    PropertyInfoCollection
    Namespace: Syncfusion.DataSource
    Assembly: Syncfusion.DataSource.Portable.dll
    Syntax
    public class PropertyInfoCollection : Dictionary<string, PropertyInfo>

    Constructors

    PropertyInfoCollection()

    Initializes a new instance of the PropertyInfoCollection class.

    Declaration
    public PropertyInfoCollection()

    PropertyInfoCollection(Type)

    Initializes a new instance of the PropertyInfoCollection class.

    Declaration
    public PropertyInfoCollection(Type type)
    Parameters
    Type Name Description
    System.Type type

    Represents the type of the property.

    Properties

    Empty

    Gets the empty collection.

    Declaration
    public static PropertyInfoCollection Empty { get; }
    Property Value
    Type Description
    PropertyInfoCollection

    Type

    Gets the property type.

    Declaration
    public Type Type { get; }
    Property Value
    Type Description
    System.Type

    Methods

    Find(String, Boolean)

    Finds the property info of the given column name in the property info collection.

    Declaration
    public PropertyInfo Find(string columnName, bool matchCase)
    Parameters
    Type Name Description
    System.String columnName

    The column name for which the property info is to be obtained.

    System.Boolean matchCase

    A boolean value indicating whether to consider the casing or not.

    Returns
    Type Description
    System.Reflection.PropertyInfo

    The property info of the given column name.

    Extension Methods

    PropertyInfoExtensions.GetValue(PropertyInfoCollection, Object, String)
    PropertyInfoExtensions.GetPropertyInfo(PropertyInfoCollection, String)
    PropertyInfoExtensions.GetPropertyDescriptor(PropertyInfoCollection, String)
    PropertyInfoExtensions.SetValue(PropertyInfoCollection, Object, Object, String)
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved