This is a migrated thread and some comments may be shown as answers.

Enumerate ObjectContainer

1 Answer 84 Views
Development (API, general questions)
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Martin
Top achievements
Rank 1
Martin asked on 17 Dec 2008, 10:50 AM
Hi,

is there any method I can use to enumerate all (or all changed) objects in an ObjectContainer ?
I had the Idea, that a ChangeSet provide this, but I did not find anything. Did I miss it ?

Best regards
Martin

1 Answer, 1 is accepted

Sort by
0
Thomas
Telerik team
answered on 17 Dec 2008, 11:06 AM
Hi Martin,

the methods Extent(Type) or Extent<T>() can be used to obtain a r-o list of all non removed, non-hollow instances managed by the container. Please see also the entry in the reference docu.

Best wishes,
Thomas
Tags
Development (API, general questions)
Asked by
Martin
Top achievements
Rank 1
Answers by
Thomas
Telerik team
Share this question
or