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.String
key
|
Property Value
ProcessingElement
|
Methods
ContainsKey(String)
Declaration
public bool ContainsKey(string key)
Parameters
System.String
key
|
Returns
System.Boolean
|
Find(String, Boolean)
Declaration
public ProcessingElement[] Find(string key, bool searchAllChildren)
Parameters
System.String
key
|
System.Boolean
searchAllChildren
|
Returns
ProcessingElement[]
|
IndexOfKey(String)
Declaration
public int IndexOfKey(string key)
Parameters
System.String
key
|
Returns
System.Int32
|