Represents a buletted or numbered list level.

Namespace: Docentric.Documents.ObjectModel
Assembly: Docentric.Documents.ObjectModel (in Docentric.Documents.ObjectModel.dll)
public class ListLevelCollection : ReadOnlyObservableCollection<ListLevel>

The ListLevelCollection type exposes the following members.

Name Description
Public member Count Gets the number of elements contained in the ReadOnlyCollection<T> instance. (Inherited from ReadOnlyCollection<T>)
Public member Item Gets the list level that corresponds to the specified depth.
Public member Item Gets the element at the specified index. (Inherited from ReadOnlyCollection<T>)
Name Description
Public method Contains Determines whether an element is in the ReadOnlyCollection<T>. (Inherited from ReadOnlyCollection<T>)
Public method CopyTo (Inherited from ReadOnlyCollection<T>)
Public method Equals(Object) Determines whether the specified Object is equal to the current Object. (Inherited from Object)
Public method GetEnumerator Returns an enumerator that iterates through the ReadOnlyCollection<T>. (Inherited from ReadOnlyCollection<T>)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object)
Public method GetType Gets the Type of the current instance. (Inherited from Object)
Public method IndexOf Searches for the specified object and returns the zero-based index of the first occurrence within the entire ReadOnlyCollection<T>. (Inherited from ReadOnlyCollection<T>)
Public method ToString Returns a String that represents the current Object. (Inherited from Object)