Class ProcessingElement.ElementCollection
Inheritance
System.Object
System.Collections.ObjectModel.Collection <ProcessingElement >
ProcessingElement.ElementCollection
Namespace: Telerik.Reporting.Processing
Assembly: Telerik.Reporting.dll
Syntax
[Obsolete("Telerik.Reporting.Processing.ElementCollection class is now obsolete. Use Telerik.Reporting.Processing.ElementTreeHelper utility class instead.")]
public class ElementCollection : Collection<ProcessingElement>, IList<ProcessingElement>, ICollection<ProcessingElement>, IList, ICollection, IReadOnlyList<ProcessingElement>, IReadOnlyCollection<ProcessingElement>, IEnumerable<ProcessingElement>, IEnumerable
Properties
Item[String]
Declaration
public ProcessingElement this[string key] { get; }
Parameters
System.
|
Property Value
Methods
ContainsKey(String)
Declaration
public bool ContainsKey(string key)
Parameters
System.
|
Returns
System.
|
Find(String, Boolean)
Declaration
public ProcessingElement[] Find(string key, bool searchAllChildren)
Parameters
System.
|
System.
|
Returns
IndexOfKey(String)
Declaration
public int IndexOfKey(string key)
Parameters
System.
|
Returns
System.
|