Windward Engine API Reference
ODataUtilitiesBase.ReadListResult Class Members
See Also  Properties  Methods  Send comments on this topic.
WindwardReportsDrivers.net.windward.datasource.odata Namespace : ODataUtilitiesBase.ReadListResult Class


Glossary Item Box

The following tables list the members exposed by ODataUtilitiesBase.ReadListResult.

Public Properties

 NameDescription
Public PropertyFlatResultsThe flattened results. By definition Feeds will be null.  
Public PropertyHasEntrytrue if have an entry at [0]. This will read more blocks if needed.  
Public PropertyItemGet the requested entry from the returned results. This will read more blocks if needed.  
Top

Public Methods

 NameDescription
Public MethodCloseDone with this object. Will discard all remaining entries.  
Public MethodDisposePerforms application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.  
Public MethodGetRootUriThe root Uri for this entry.  
Public MethodGetUriThe Uri for this entry.  
Public MethodHasEntryAtReturns true if there is an entry at the requested index (ie, there are at least index + 1 entries remaining). This will read more blocks if needed.  
Public MethodReadNextGet the next entry from the returned results AND remove it from the entries. This will read more blocks if needed.  
Public MethodSeekMove forward num entries, discarding the ones moved past. This will read more blocks if needed.  
Top

See Also

© 2019 All Rights Reserved.