API Search || Global Search
HPS.SelectionResultsIterator Class Reference

More...

Inheritance diagram for HPS.SelectionResultsIterator:
HPS.Object

Public Member Functions

override void Dispose ()
 
HPS.SelectionItem GetItem ()
 Get the selection item this SelectionResultsIterator is currently pointing at. This will throw an exception if this iterator is not valid. More...
 
bool IsValid ()
 Indicates whether this SearchResultsIterator is pointing to a valid selection item. More...
 
void Next ()
 Advances the iterator to the next selection item. More...
 
override HPS.Type ObjectType ()
 
override void Reset ()
 Reset this SearchResultsIterator so it points to the first selection item in the associated SelectionResults object. More...
 
 SelectionResultsIterator ()
 The default constructor creates a SelectionResultsIterator object which is not associated with a SelectionResults object. More...
 
 SelectionResultsIterator (HPS.SelectionResultsIterator in_that)
 The copy constructor creates a SelectionResultsIterator object associated with the same SelectionResults object as the source SelectionResultsIterator and at the same location in the results. Subsequent changes to either iterator will not affect the other. More...
 
void Set (HPS.SelectionResultsIterator in_that)
 Copies the source SelectionResultsIterator into this SelectionResultsIterator. More...
 
- Public Member Functions inherited from HPS.Object
virtual bool Empty ()
 Indicates whether this object has any values set on it. More...
 
IntPtr GetClassID ()
 
IntPtr GetInstanceID ()
 Returns an identifier that can be used to identify which instance of a class an object is. Different keys and controls will return the same value if they are backed by the same database resource. More...
 
bool HasType (HPS.Type in_mask)
 This function indicates whether this Object has the given Type mask. More...
 
 Object (HPS.Object that)
 
virtual HPS.Type Type ()
 This function returns the true type of the underlying object. This function is useful for finding the type of smart pointer objects that have been cast to more generic types. More...
 

Protected Member Functions

override void deleteCptr ()
 
- Protected Member Functions inherited from HPS.Object
virtual IntPtr GetNonDirectorClassID ()
 

Additional Inherited Members

- Static Public Member Functions inherited from HPS.Object
static IntPtr ClassID< T > ()
 
- Protected Attributes inherited from HPS.Object
bool cMemOwn
 
HandleRef cptr
 

Detailed Description

The SelectionResultsIterator class is used to iterate over a SelectionResults object and access the SelectionItem objects contained within it.

Constructor & Destructor Documentation

HPS.SelectionResultsIterator.SelectionResultsIterator ( )
inline

The default constructor creates a SelectionResultsIterator object which is not associated with a SelectionResults object.

HPS.SelectionResultsIterator.SelectionResultsIterator ( HPS.SelectionResultsIterator  in_that)
inline

The copy constructor creates a SelectionResultsIterator object associated with the same SelectionResults object as the source SelectionResultsIterator and at the same location in the results. Subsequent changes to either iterator will not affect the other.

Parameters
in_thatThe source SelectionResultsIterator object to copy.

Member Function Documentation

HPS.SelectionItem HPS.SelectionResultsIterator.GetItem ( )
inline

Get the selection item this SelectionResultsIterator is currently pointing at. This will throw an exception if this iterator is not valid.

Returns
The selection item this SelectionResultsIterator is currently pointing at.
bool HPS.SelectionResultsIterator.IsValid ( )
inline

Indicates whether this SearchResultsIterator is pointing to a valid selection item.

Returns
true if this SearchResultsIterator is pointing to a valid item, false otherwise.
void HPS.SelectionResultsIterator.Next ( )
inline

Advances the iterator to the next selection item.

override void HPS.SelectionResultsIterator.Reset ( )
inlinevirtual

Reset this SearchResultsIterator so it points to the first selection item in the associated SelectionResults object.

Reimplemented from HPS.Object.

void HPS.SelectionResultsIterator.Set ( HPS.SelectionResultsIterator  in_that)
inline

Copies the source SelectionResultsIterator into this SelectionResultsIterator.

Parameters
in_thatThe source SelectionResultsIterator to copy.

The documentation for this class was generated from the following file:
  • internals/hps_core/source/cs/HPS.SelectionResultsIterator.cs