Class VirtualGroupRecordEntryEnumerator
Represent the class to process the enumerator for Records in Group.
Inheritance
Implements
Namespace: Syncfusion.Data
Assembly: Syncfusion.Data.Portable.dll
Syntax
public class VirtualGroupRecordEntryEnumerator : Object, IEnumerator<RecordEntry>, IEnumerator, IDisposable
Constructors
VirtualGroupRecordEntryEnumerator(VirtualRecordEntryList)
Initializes a instance of VirtualRecordEntryList with specified recordsList
.
Declaration
public VirtualGroupRecordEntryEnumerator(VirtualRecordEntryList recordsList)
Parameters
Type | Name | Description |
---|---|---|
VirtualRecordEntryList | recordsList |
Properties
Current
Gets the element in the collection at the current position of the enumerator.
Declaration
public RecordEntry Current { get; }
Property Value
Type | Description |
---|---|
RecordEntry | The element in the collection at the current position of the enumerator. |
Methods
Dispose()
Disposes all the resources used by the VirtualGroupRecordEntryEnumerator class.
Declaration
public void Dispose()
Dispose(Boolean)
Disposes all the resources used by the VirtualGroupRecordEntryEnumerator class.
Declaration
protected virtual void Dispose(bool isDisposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | isDisposing | Indicates whether the call is from Dispose method or from a finalizer. |
MoveNext()
Advances the enumerator to the next element of the collection.
Declaration
public bool MoveNext()
Returns
Type | Description |
---|---|
System.Boolean | true if the enumerator was successfully advanced to the next element; false if the enumerator has passed the end of the collection. |
Reset()
Sets the enumerator to its initial position, which is before the first element in the collection.
Declaration
public void Reset()