• HOME
  • PRODUCTS
  • DEMOS
  • DOWNLOAD
  • BUY
  • BLOG
  • FORUM
  • DOCUMENTATION
  • ABOUT
Search Results for

    Show / Hide Table of Contents

    PropertyNodeCollection Class

    Definition

    Namespace: Alternet.FormDesigner.Wpf
    Assembly: Alternet.FormDesigner.Wpf.v9.dll

    A SortedObservableCollection{PropertyNode, string} that sorts by the PropertyNode's Name.

    Inheritance
    System.Object
    System.Collections.ObjectModel.Collection<PropertyNode>
    System.Collections.ObjectModel.ObservableCollection<PropertyNode>
    SortedObservableCollection<PropertyNode, System.String>
    PropertyNodeCollection
    Implements
    System.Collections.Generic.IList<PropertyNode>
    System.Collections.Generic.ICollection<PropertyNode>
    System.Collections.IList
    System.Collections.ICollection
    System.Collections.Generic.IReadOnlyList<PropertyNode>
    System.Collections.Generic.IReadOnlyCollection<PropertyNode>
    System.Collections.Generic.IEnumerable<PropertyNode>
    System.Collections.IEnumerable
    System.Collections.Specialized.INotifyCollectionChanged
    System.ComponentModel.INotifyPropertyChanged
    Syntax
    public class PropertyNodeCollection : SortedObservableCollection<PropertyNode, string>, IList<PropertyNode>, ICollection<PropertyNode>, IList, ICollection, IReadOnlyList<PropertyNode>, IReadOnlyCollection<PropertyNode>, IEnumerable<PropertyNode>, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged

    Constructors

    PropertyNodeCollection()

    Creates a new PropertyNodeCollection instance.

    Inherited Members
    SortedObservableCollection<PropertyNode, String>.AddSorted(PropertyNode)
    System.Collections.ObjectModel.ObservableCollection<Alternet.FormDesigner.Wpf.PropertyNode>.Move(System.Int32, System.Int32)
    System.Collections.ObjectModel.ObservableCollection<Alternet.FormDesigner.Wpf.PropertyNode>.ClearItems()
    System.Collections.ObjectModel.ObservableCollection<Alternet.FormDesigner.Wpf.PropertyNode>.RemoveItem(System.Int32)
    System.Collections.ObjectModel.ObservableCollection<Alternet.FormDesigner.Wpf.PropertyNode>.InsertItem(System.Int32, Alternet.FormDesigner.Wpf.PropertyNode)
    System.Collections.ObjectModel.ObservableCollection<Alternet.FormDesigner.Wpf.PropertyNode>.SetItem(System.Int32, Alternet.FormDesigner.Wpf.PropertyNode)
    System.Collections.ObjectModel.ObservableCollection<Alternet.FormDesigner.Wpf.PropertyNode>.MoveItem(System.Int32, System.Int32)
    System.Collections.ObjectModel.ObservableCollection<Alternet.FormDesigner.Wpf.PropertyNode>.OnPropertyChanged(System.ComponentModel.PropertyChangedEventArgs)
    System.Collections.ObjectModel.ObservableCollection<Alternet.FormDesigner.Wpf.PropertyNode>.OnCollectionChanged(System.Collections.Specialized.NotifyCollectionChangedEventArgs)
    System.Collections.ObjectModel.ObservableCollection<Alternet.FormDesigner.Wpf.PropertyNode>.BlockReentrancy()
    System.Collections.ObjectModel.ObservableCollection<Alternet.FormDesigner.Wpf.PropertyNode>.CheckReentrancy()
    System.Collections.ObjectModel.ObservableCollection<Alternet.FormDesigner.Wpf.PropertyNode>.System.ComponentModel.INotifyPropertyChanged.PropertyChanged
    System.Collections.ObjectModel.ObservableCollection<Alternet.FormDesigner.Wpf.PropertyNode>.CollectionChanged
    System.Collections.ObjectModel.ObservableCollection<Alternet.FormDesigner.Wpf.PropertyNode>.PropertyChanged
    System.Collections.ObjectModel.Collection<Alternet.FormDesigner.Wpf.PropertyNode>.Add(Alternet.FormDesigner.Wpf.PropertyNode)
    System.Collections.ObjectModel.Collection<Alternet.FormDesigner.Wpf.PropertyNode>.Clear()
    System.Collections.ObjectModel.Collection<Alternet.FormDesigner.Wpf.PropertyNode>.CopyTo(Alternet.FormDesigner.Wpf.PropertyNode[], System.Int32)
    System.Collections.ObjectModel.Collection<Alternet.FormDesigner.Wpf.PropertyNode>.Contains(Alternet.FormDesigner.Wpf.PropertyNode)
    System.Collections.ObjectModel.Collection<Alternet.FormDesigner.Wpf.PropertyNode>.GetEnumerator()
    System.Collections.ObjectModel.Collection<Alternet.FormDesigner.Wpf.PropertyNode>.IndexOf(Alternet.FormDesigner.Wpf.PropertyNode)
    System.Collections.ObjectModel.Collection<Alternet.FormDesigner.Wpf.PropertyNode>.Insert(System.Int32, Alternet.FormDesigner.Wpf.PropertyNode)
    System.Collections.ObjectModel.Collection<Alternet.FormDesigner.Wpf.PropertyNode>.Remove(Alternet.FormDesigner.Wpf.PropertyNode)
    System.Collections.ObjectModel.Collection<Alternet.FormDesigner.Wpf.PropertyNode>.RemoveAt(System.Int32)
    System.Collections.ObjectModel.Collection<Alternet.FormDesigner.Wpf.PropertyNode>.System.Collections.IEnumerable.GetEnumerator()
    System.Collections.ObjectModel.Collection<Alternet.FormDesigner.Wpf.PropertyNode>.System.Collections.ICollection.CopyTo(System.Array, System.Int32)
    System.Collections.ObjectModel.Collection<Alternet.FormDesigner.Wpf.PropertyNode>.System.Collections.IList.get_Item(System.Int32)
    System.Collections.ObjectModel.Collection<Alternet.FormDesigner.Wpf.PropertyNode>.System.Collections.IList.set_Item(System.Int32, System.Object)
    System.Collections.ObjectModel.Collection<Alternet.FormDesigner.Wpf.PropertyNode>.System.Collections.IList.Add(System.Object)
    System.Collections.ObjectModel.Collection<Alternet.FormDesigner.Wpf.PropertyNode>.System.Collections.IList.Contains(System.Object)
    System.Collections.ObjectModel.Collection<Alternet.FormDesigner.Wpf.PropertyNode>.System.Collections.IList.IndexOf(System.Object)
    System.Collections.ObjectModel.Collection<Alternet.FormDesigner.Wpf.PropertyNode>.System.Collections.IList.Insert(System.Int32, System.Object)
    System.Collections.ObjectModel.Collection<Alternet.FormDesigner.Wpf.PropertyNode>.System.Collections.IList.Remove(System.Object)
    System.Collections.ObjectModel.Collection<Alternet.FormDesigner.Wpf.PropertyNode>.Count
    System.Collections.ObjectModel.Collection<Alternet.FormDesigner.Wpf.PropertyNode>.Items
    System.Collections.ObjectModel.Collection<Alternet.FormDesigner.Wpf.PropertyNode>.Item[System.Int32]
    System.Collections.ObjectModel.Collection<Alternet.FormDesigner.Wpf.PropertyNode>.System.Collections.Generic.ICollection<Alternet.FormDesigner.Wpf.PropertyNode>.IsReadOnly
    System.Collections.ObjectModel.Collection<Alternet.FormDesigner.Wpf.PropertyNode>.System.Collections.ICollection.IsSynchronized
    System.Collections.ObjectModel.Collection<Alternet.FormDesigner.Wpf.PropertyNode>.System.Collections.ICollection.SyncRoot
    System.Collections.ObjectModel.Collection<Alternet.FormDesigner.Wpf.PropertyNode>.System.Collections.IList.Item[System.Int32]
    System.Collections.ObjectModel.Collection<Alternet.FormDesigner.Wpf.PropertyNode>.System.Collections.IList.IsReadOnly
    System.Collections.ObjectModel.Collection<Alternet.FormDesigner.Wpf.PropertyNode>.System.Collections.IList.IsFixedSize
    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()

    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
    System.Collections.Specialized.INotifyCollectionChanged
    System.ComponentModel.INotifyPropertyChanged

    Extension Methods

    ExtensionMethods.AddRange<T>(ICollection<T>, IEnumerable<T>)
    EnumerableExtensions.IndexOfFirst<T>(IEnumerable<T>, Func<T, Boolean>)
    EnumerableExtensions.IndexOf<T>(IEnumerable<T>, T)
    EnumerableExtensions.MaxElement<T, TKey>(IEnumerable<T>, Func<T, TKey>)
    IEnumerableExtensions.SequenceEqual<T1, T2>(IEnumerable<T1>, IEnumerable<T2>, Func<T1, T2, Boolean>)
    In This Article
    • Definition
      • Constructors
      • Implements
      • Extension Methods
    Back to top Copyright AlterNET Software Download PDF