entry_index Property

The index of the current entry in an OData feed.

Syntax

def get_entry_index() -> int: ...
def set_entry_index(value: int) -> None: ...

entry_index = property(get_entry_index, set_entry_index)

Default Value

-1

Remarks

This property is used to specify an entry within a retrieved OData feed. Once set, entry_author, entry_e_tag, entry_title, entry_summary, entry_updated, entry_links, entry_properties and resource_path will be populated with their respective values found within the entry.

This property takes index values from 0 to entry_count-1.

Setting EntryIndex to -1 will clear the entries contained by the component and will also reset entry_properties and entry_count.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks 2020 Python Edition - Version 20.0 [Build 8307]