WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PropertyAccessorCache - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class PropertyAccessorCache

    Represents PropertyAccessorCache class

    Inheritance
    System.Object
    FastReflectionCache<System.Reflection.PropertyInfo, IPropertyAccessor>
    PropertyAccessorCache
    Implements
    IFastReflectionCache<System.Reflection.PropertyInfo, IPropertyAccessor>
    Inherited Members
    FastReflectionCache<PropertyInfo, IPropertyAccessor>.Get(PropertyInfo)
    FastReflectionCache<PropertyInfo, IPropertyAccessor>.Create(PropertyInfo)
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.Windows.Chart
    Assembly: Syncfusion.Chart.Wpf.dll
    Syntax
    public class PropertyAccessorCache : FastReflectionCache<PropertyInfo, IPropertyAccessor>, IFastReflectionCache<PropertyInfo, IPropertyAccessor>

    Constructors

    PropertyAccessorCache()

    Declaration
    public PropertyAccessorCache()

    Methods

    Create(PropertyInfo)

    Return the IPropertyAccessor Value from the given PropertyInfo

    Declaration
    protected override IPropertyAccessor Create(PropertyInfo key)
    Parameters
    Type Name Description
    System.Reflection.PropertyInfo key
    Returns
    Type Description
    IPropertyAccessor
    Overrides
    Syncfusion.Windows.Chart.FastReflectionCache<System.Reflection.PropertyInfo, Syncfusion.Windows.Chart.IPropertyAccessor>.Create(System.Reflection.PropertyInfo)

    Implements

    IFastReflectionCache<TKey, TValue>
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved