EditableObjectModelCollection<(Of <(<'TModelType>)>)> Properties
The EditableObjectModelCollection<(Of <(<'TModelType>)>)> type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
|
|
Count | (Inherited from Collection.) |
|
|
HasErrors |
Returns True if there are any errors.
(Inherited from AbstractModelCollection<(Of <(<'T, TPropertyTracking>)>)>.) |
|
|
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.
|
|
|
IsChangedLocal |
Returns True if any fields were modified since the last call to AcceptChanges. This does not walk the object graph.
|
|
|
Item(System.Int32) | (Inherited from Collection.) |
|
|
Items | (Inherited from Collection.) |
|
|
Properties |
Returns the underlying property bag
(Inherited from AbstractModelCollection<(Of <(<'T, TPropertyTracking>)>)>.) |
|
|
ReadOnlyWrapper |
Returns a read-only wrapper around this collection.
(Inherited from ObservableCollectionExtended<(Of <(<'T>)>)>.) |

