Chili.Opf3 Send comments on this topic.
Generic ObjectView Class Methods
See Also 
Chili.Opf3 Namespace : Generic ObjectView Class


For a list of all members of this type, see Generic ObjectView members.

Public Methods

 NameDescription
Public MethodAddNew Adds a new item to the list.  
Public MethodContains Determines whether the ObjectView contains a specific object.  
Public MethodCopyTo Copies the elements of the ObjectView to an Array, starting at a particular Array index.  
Public MethodExists Determines whether the ObjectView contains elements that match the conditions defined by the specified predicate.  
Public MethodFind Searches for an element that matches the conditions defined by the specified predicate, and returns the first occurrence within the entire ObjectView.  
Public MethodFindAll Retrieves the all the elements that match the conditions defined by the specified predicate.  
Public MethodFindIndexOverloaded.   
Public MethodFindLast Searches for an element that matches the conditions defined by the specified predicate, and returns the last occurrence within the entire ObjectView.  
Public MethodFindLastIndexOverloaded.   
Public MethodGetEnumerator Returns an enumerator that iterates through this ObjectView.  
Public MethodIndexOf Determines the index of a specific item in the ObjectView.  
Public MethodRemove Removes the first occurrence of a specific object from the ObjectView to the connected ObjectSet'sRemovedList. All objects on the RemovedList are deleted when the changes on the ObjectSet are persisted.  
Public MethodRemoveAt Moves the object at the specified index from the ObjectView to to the connected ObjectSet'sRemovedList. All objects on the RemovedList are deleted when the changes on the ObjectSet are persisted.  
Public MethodReset Resets the ObjectView.  
Public MethodToObjectSet Creates and returns a new ObjectSet based on the objects in an existing ObjectView.  
Public MethodToStringOverridden.  Returns the string representation for the object.  
Top

See Also