The following tables list the members exposed by ODataUtilitiesBase.ResultEntry.
Name | Description | |
---|---|---|
ODataUtilitiesBase.ResultEntry Constructor | Overloaded. |
Name | Description | |
---|---|---|
Feeds | When a $expand is used, the entry will have 1 or more feeds which contain entries. Will create the list on a get if it was null. | |
HaveFeeds | true if have feeds. | |
Properties | The properties for this entry. | |
RootUriEntry | The uri of the root node for this entry. When results are flattened, this will have the uri for the base or root of the entries that were pulled in. If no flattening occurs, this will match UriEntry. | |
UriEntry | The uri to read this entry. |
Name | Description | |
---|---|---|
AddFeed | Add to the feed. Will create the feed list if null (so this must be called to add the first one). |