menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DbfValues - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class DbfValues

    Class which represents the Dbf values. Reads the data from dbf file and stored as collection in this class object.

    Inheritance
    System.Object
    System.Collections.Generic.List<DbfFieldValues>
    DbfValues
    Implements
    System.Collections.Generic.IList<DbfFieldValues>
    System.Collections.Generic.ICollection<DbfFieldValues>
    System.Collections.IList
    System.Collections.ICollection
    System.Collections.Generic.IReadOnlyList<DbfFieldValues>
    System.Collections.Generic.IReadOnlyCollection<DbfFieldValues>
    System.Collections.Generic.IEnumerable<DbfFieldValues>
    System.Collections.IEnumerable
    Inherited Members
    System.Collections.Generic.List<Syncfusion.UI.Xaml.Maps.DbfFieldValues>.Add(Syncfusion.UI.Xaml.Maps.DbfFieldValues)
    System.Collections.Generic.List<Syncfusion.UI.Xaml.Maps.DbfFieldValues>.AddRange(System.Collections.Generic.IEnumerable<Syncfusion.UI.Xaml.Maps.DbfFieldValues>)
    System.Collections.Generic.List<Syncfusion.UI.Xaml.Maps.DbfFieldValues>.AsReadOnly()
    System.Collections.Generic.List<Syncfusion.UI.Xaml.Maps.DbfFieldValues>.BinarySearch(Syncfusion.UI.Xaml.Maps.DbfFieldValues)
    System.Collections.Generic.List<Syncfusion.UI.Xaml.Maps.DbfFieldValues>.BinarySearch(Syncfusion.UI.Xaml.Maps.DbfFieldValues, System.Collections.Generic.IComparer<Syncfusion.UI.Xaml.Maps.DbfFieldValues>)
    System.Collections.Generic.List<Syncfusion.UI.Xaml.Maps.DbfFieldValues>.BinarySearch(System.Int32, System.Int32, Syncfusion.UI.Xaml.Maps.DbfFieldValues, System.Collections.Generic.IComparer<Syncfusion.UI.Xaml.Maps.DbfFieldValues>)
    System.Collections.Generic.List<Syncfusion.UI.Xaml.Maps.DbfFieldValues>.Capacity
    System.Collections.Generic.List<Syncfusion.UI.Xaml.Maps.DbfFieldValues>.Clear()
    System.Collections.Generic.List<Syncfusion.UI.Xaml.Maps.DbfFieldValues>.Contains(Syncfusion.UI.Xaml.Maps.DbfFieldValues)
    System.Collections.Generic.List<Syncfusion.UI.Xaml.Maps.DbfFieldValues>.ConvertAll<TOutput>(System.Converter<Syncfusion.UI.Xaml.Maps.DbfFieldValues, TOutput>)
    System.Collections.Generic.List<Syncfusion.UI.Xaml.Maps.DbfFieldValues>.CopyTo(Syncfusion.UI.Xaml.Maps.DbfFieldValues[])
    System.Collections.Generic.List<Syncfusion.UI.Xaml.Maps.DbfFieldValues>.CopyTo(Syncfusion.UI.Xaml.Maps.DbfFieldValues[], System.Int32)
    System.Collections.Generic.List<Syncfusion.UI.Xaml.Maps.DbfFieldValues>.CopyTo(System.Int32, Syncfusion.UI.Xaml.Maps.DbfFieldValues[], System.Int32, System.Int32)
    System.Collections.Generic.List<Syncfusion.UI.Xaml.Maps.DbfFieldValues>.Count
    System.Collections.Generic.List<Syncfusion.UI.Xaml.Maps.DbfFieldValues>.Exists(System.Predicate<Syncfusion.UI.Xaml.Maps.DbfFieldValues>)
    System.Collections.Generic.List<Syncfusion.UI.Xaml.Maps.DbfFieldValues>.Find(System.Predicate<Syncfusion.UI.Xaml.Maps.DbfFieldValues>)
    System.Collections.Generic.List<Syncfusion.UI.Xaml.Maps.DbfFieldValues>.FindAll(System.Predicate<Syncfusion.UI.Xaml.Maps.DbfFieldValues>)
    System.Collections.Generic.List<Syncfusion.UI.Xaml.Maps.DbfFieldValues>.FindIndex(System.Int32, System.Int32, System.Predicate<Syncfusion.UI.Xaml.Maps.DbfFieldValues>)
    System.Collections.Generic.List<Syncfusion.UI.Xaml.Maps.DbfFieldValues>.FindIndex(System.Int32, System.Predicate<Syncfusion.UI.Xaml.Maps.DbfFieldValues>)
    System.Collections.Generic.List<Syncfusion.UI.Xaml.Maps.DbfFieldValues>.FindIndex(System.Predicate<Syncfusion.UI.Xaml.Maps.DbfFieldValues>)
    System.Collections.Generic.List<Syncfusion.UI.Xaml.Maps.DbfFieldValues>.FindLast(System.Predicate<Syncfusion.UI.Xaml.Maps.DbfFieldValues>)
    System.Collections.Generic.List<Syncfusion.UI.Xaml.Maps.DbfFieldValues>.FindLastIndex(System.Int32, System.Int32, System.Predicate<Syncfusion.UI.Xaml.Maps.DbfFieldValues>)
    System.Collections.Generic.List<Syncfusion.UI.Xaml.Maps.DbfFieldValues>.FindLastIndex(System.Int32, System.Predicate<Syncfusion.UI.Xaml.Maps.DbfFieldValues>)
    System.Collections.Generic.List<Syncfusion.UI.Xaml.Maps.DbfFieldValues>.FindLastIndex(System.Predicate<Syncfusion.UI.Xaml.Maps.DbfFieldValues>)
    System.Collections.Generic.List<Syncfusion.UI.Xaml.Maps.DbfFieldValues>.ForEach(System.Action<Syncfusion.UI.Xaml.Maps.DbfFieldValues>)
    System.Collections.Generic.List<Syncfusion.UI.Xaml.Maps.DbfFieldValues>.GetEnumerator()
    System.Collections.Generic.List<Syncfusion.UI.Xaml.Maps.DbfFieldValues>.GetRange(System.Int32, System.Int32)
    System.Collections.Generic.List<Syncfusion.UI.Xaml.Maps.DbfFieldValues>.IndexOf(Syncfusion.UI.Xaml.Maps.DbfFieldValues)
    System.Collections.Generic.List<Syncfusion.UI.Xaml.Maps.DbfFieldValues>.IndexOf(Syncfusion.UI.Xaml.Maps.DbfFieldValues, System.Int32)
    System.Collections.Generic.List<Syncfusion.UI.Xaml.Maps.DbfFieldValues>.IndexOf(Syncfusion.UI.Xaml.Maps.DbfFieldValues, System.Int32, System.Int32)
    System.Collections.Generic.List<Syncfusion.UI.Xaml.Maps.DbfFieldValues>.Insert(System.Int32, Syncfusion.UI.Xaml.Maps.DbfFieldValues)
    System.Collections.Generic.List<Syncfusion.UI.Xaml.Maps.DbfFieldValues>.InsertRange(System.Int32, System.Collections.Generic.IEnumerable<Syncfusion.UI.Xaml.Maps.DbfFieldValues>)
    System.Collections.Generic.List<Syncfusion.UI.Xaml.Maps.DbfFieldValues>.Item[System.Int32]
    System.Collections.Generic.List<Syncfusion.UI.Xaml.Maps.DbfFieldValues>.LastIndexOf(Syncfusion.UI.Xaml.Maps.DbfFieldValues)
    System.Collections.Generic.List<Syncfusion.UI.Xaml.Maps.DbfFieldValues>.LastIndexOf(Syncfusion.UI.Xaml.Maps.DbfFieldValues, System.Int32)
    System.Collections.Generic.List<Syncfusion.UI.Xaml.Maps.DbfFieldValues>.LastIndexOf(Syncfusion.UI.Xaml.Maps.DbfFieldValues, System.Int32, System.Int32)
    System.Collections.Generic.List<Syncfusion.UI.Xaml.Maps.DbfFieldValues>.Remove(Syncfusion.UI.Xaml.Maps.DbfFieldValues)
    System.Collections.Generic.List<Syncfusion.UI.Xaml.Maps.DbfFieldValues>.RemoveAll(System.Predicate<Syncfusion.UI.Xaml.Maps.DbfFieldValues>)
    System.Collections.Generic.List<Syncfusion.UI.Xaml.Maps.DbfFieldValues>.RemoveAt(System.Int32)
    System.Collections.Generic.List<Syncfusion.UI.Xaml.Maps.DbfFieldValues>.RemoveRange(System.Int32, System.Int32)
    System.Collections.Generic.List<Syncfusion.UI.Xaml.Maps.DbfFieldValues>.Reverse()
    System.Collections.Generic.List<Syncfusion.UI.Xaml.Maps.DbfFieldValues>.Reverse(System.Int32, System.Int32)
    System.Collections.Generic.List<Syncfusion.UI.Xaml.Maps.DbfFieldValues>.Sort()
    System.Collections.Generic.List<Syncfusion.UI.Xaml.Maps.DbfFieldValues>.Sort(System.Collections.Generic.IComparer<Syncfusion.UI.Xaml.Maps.DbfFieldValues>)
    System.Collections.Generic.List<Syncfusion.UI.Xaml.Maps.DbfFieldValues>.Sort(System.Comparison<Syncfusion.UI.Xaml.Maps.DbfFieldValues>)
    System.Collections.Generic.List<Syncfusion.UI.Xaml.Maps.DbfFieldValues>.Sort(System.Int32, System.Int32, System.Collections.Generic.IComparer<Syncfusion.UI.Xaml.Maps.DbfFieldValues>)
    System.Collections.Generic.List<Syncfusion.UI.Xaml.Maps.DbfFieldValues>.System.Collections.Generic.ICollection<Syncfusion.UI.Xaml.Maps.DbfFieldValues>.IsReadOnly
    System.Collections.Generic.List<Syncfusion.UI.Xaml.Maps.DbfFieldValues>.System.Collections.Generic.IEnumerable<Syncfusion.UI.Xaml.Maps.DbfFieldValues>.GetEnumerator()
    System.Collections.Generic.List<Syncfusion.UI.Xaml.Maps.DbfFieldValues>.System.Collections.ICollection.CopyTo(System.Array, System.Int32)
    System.Collections.Generic.List<Syncfusion.UI.Xaml.Maps.DbfFieldValues>.System.Collections.ICollection.IsSynchronized
    System.Collections.Generic.List<Syncfusion.UI.Xaml.Maps.DbfFieldValues>.System.Collections.ICollection.SyncRoot
    System.Collections.Generic.List<Syncfusion.UI.Xaml.Maps.DbfFieldValues>.System.Collections.IEnumerable.GetEnumerator()
    System.Collections.Generic.List<Syncfusion.UI.Xaml.Maps.DbfFieldValues>.System.Collections.IList.Add(System.Object)
    System.Collections.Generic.List<Syncfusion.UI.Xaml.Maps.DbfFieldValues>.System.Collections.IList.Contains(System.Object)
    System.Collections.Generic.List<Syncfusion.UI.Xaml.Maps.DbfFieldValues>.System.Collections.IList.get_Item(System.Int32)
    System.Collections.Generic.List<Syncfusion.UI.Xaml.Maps.DbfFieldValues>.System.Collections.IList.IndexOf(System.Object)
    System.Collections.Generic.List<Syncfusion.UI.Xaml.Maps.DbfFieldValues>.System.Collections.IList.Insert(System.Int32, System.Object)
    System.Collections.Generic.List<Syncfusion.UI.Xaml.Maps.DbfFieldValues>.System.Collections.IList.IsFixedSize
    System.Collections.Generic.List<Syncfusion.UI.Xaml.Maps.DbfFieldValues>.System.Collections.IList.IsReadOnly
    System.Collections.Generic.List<Syncfusion.UI.Xaml.Maps.DbfFieldValues>.System.Collections.IList.Item[System.Int32]
    System.Collections.Generic.List<Syncfusion.UI.Xaml.Maps.DbfFieldValues>.System.Collections.IList.Remove(System.Object)
    System.Collections.Generic.List<Syncfusion.UI.Xaml.Maps.DbfFieldValues>.System.Collections.IList.set_Item(System.Int32, System.Object)
    System.Collections.Generic.List<Syncfusion.UI.Xaml.Maps.DbfFieldValues>.ToArray()
    System.Collections.Generic.List<Syncfusion.UI.Xaml.Maps.DbfFieldValues>.TrimExcess()
    System.Collections.Generic.List<Syncfusion.UI.Xaml.Maps.DbfFieldValues>.TrueForAll(System.Predicate<Syncfusion.UI.Xaml.Maps.DbfFieldValues>)
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.UI.Xaml.Maps
    Assembly: Syncfusion.SfMaps.WPF.dll
    Syntax
    public class DbfValues : List<DbfFieldValues>, IList<DbfFieldValues>, ICollection<DbfFieldValues>, IList, ICollection, IReadOnlyList<DbfFieldValues>, IReadOnlyCollection<DbfFieldValues>, IEnumerable<DbfFieldValues>, IEnumerable

    Constructors

    DbfValues()

    Declaration
    public DbfValues()

    Implements

    System.Collections.Generic.IList<T>
    System.Collections.Generic.ICollection<T>
    System.Collections.IList
    System.Collections.ICollection
    System.Collections.Generic.IReadOnlyList<T>
    System.Collections.Generic.IReadOnlyCollection<T>
    System.Collections.Generic.IEnumerable<T>
    System.Collections.IEnumerable

    Extension Methods

    PivotExtension.GroupByMany<TElement>(IEnumerable<TElement>, Int32, Func<TElement, Object>[])
    PivotExtension.GroupByMany<TElement>(IEnumerable<TElement>, IEnumerable<Func<TElement, Object>>)
    FunctionalExtensions.ForEach<T>(IEnumerable, Action<T>)
    FunctionalExtensions.ForEach<T>(IEnumerable<T>, Action<T>)
    FunctionalExtensions.ToList<T>(IEnumerable)
    ChartExtensionUtils.DistinctBy<TSource, TKey>(IEnumerable<TSource>, Func<TSource, TKey>)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved