ClassIndexesCollection
Represents a custom collection of integer values, serving as a return type for RadGrid wrapper properties.
Definition
Namespace:Telerik.TestingFramework.Controls.KendoUI
Assembly:Telerik.TestingFramework.Controls.KendoUI.dll
Syntax:
public class IndexesCollection : Collection<int>, IList<int>, ICollection<int>, IList, ICollection, IReadOnlyList<int>, IReadOnlyCollection<int>, IEnumerable<int>, IEnumerable
Inheritance: objectCollection<int>IndexesCollection
Implements:
Inherited Members
Constructors
IndexesCollection()
Initializes a new instance of the IndexesCollection class.
Declaration
public IndexesCollection()
IndexesCollection(IList<int>)
Initializes a new instance of the IndexesCollection class. Serves as a wrapper for the specified list.
IndexesCollection(int[])
Initializes a new instance of the IndexesCollection class. Serves as a wrapper for the specified int array.
Methods
ConvertToString()
Converts the collection to comma separated string.
InitializeCodeExpression()
Generates initialization code for the indexes collection.
Declaration
public string InitializeCodeExpression()
Returns
The initialization code for the indexes collection.
Matches(IndexesCollection)
Compares the items of the current collection with the passed one.
Declaration
public bool Matches(IndexesCollection indexesCollection)
Parameters
indexesCollection
The collection to compare.
Returns
Whether the current collection items match those from the given collection.