EditableObjectModelCollection<(Of <(<'TModelType>)>)> Properties

The EditableObjectModelCollection<(Of <(<'TModelType>)>)> type exposes the following members.

Properties


  Name Description
Public property Count
Gets the number of elements actually contained in the Collection.
(Inherited from Collection.)
Public property HasErrors
Returns True if there are any errors.
(Inherited from AbstractModelCollection<(Of <(<'T, TPropertyTracking>)>)>.)
Public property IsChanged
Returns True if any fields were modified since the last call to AcceptChanges. This does walks the object graph for changes in child objects as well.
Public property IsChangedLocal
Returns True if any fields were modified since the last call to AcceptChanges. This does not walk the object graph.
Public property Item(System.Int32)
Gets or sets the element at the specified index.
(Inherited from Collection.)
Protected property Items
Gets a IList wrapper around the Collection.
(Inherited from Collection.)
Protected property Properties
Returns the underlying property bag
(Inherited from AbstractModelCollection<(Of <(<'T, TPropertyTracking>)>)>.)
Public property ReadOnlyWrapper
Returns a read-only wrapper around this collection.
(Inherited from ObservableCollectionExtended<(Of <(<'T>)>)>.)