Skip to main content

Definition

Assembly: System.Runtime.dll Namespace: System.Collections.Generic

Syntax

Summary

This type is defined in System.Runtime.

Remarks

See Microsoft documentation for more information about the rest of the API.

Methods

AcceptChanges Extension

Extension method from System.Collections.Generic.EasyAF_IEnumerableExtensions
Loops through the entries in a given IEnumerable`1 and accepts all current changes for each entry.

Syntax

Parameters

ChangedCount Extension

Extension method from System.Collections.Generic.EasyAF_IEnumerableExtensions
Returns a Int32 representing the number of objects in the enumerable that have changes.

Syntax

Parameters

Returns

Type: int

ContainsId Extension

Extension method from System.Collections.Generic.EasyAF_IEnumerableExtensions
Returns a Boolean if a list of Ids from the given IEnumerable`1 contains the specified value.

Syntax

Parameters

Returns

Type: bool

ContentsAreChanged Extension

Extension method from System.Collections.Generic.EasyAF_IEnumerableExtensions
Returns a Boolean if any DbObservableObject in the IEnumerable`1 has changes.

Syntax

Parameters

Returns

Type: bool

ContentsAreChanged Extension

Extension method from System.Collections.Generic.EasyAF_IEnumerableExtensions
Returns a Boolean if any DbObservableObject in the IEnumerable`1 has changes.

Syntax

Parameters

Returns

Type: bool

ContentsAreChanged Extension

Extension method from System.Collections.Generic.EasyAF_IEnumerableExtensions
Returns a Boolean if any DbObservableObject in the IEnumerable`1 has changes.

Syntax

Parameters

Returns

Type: bool

FilterForChanges Extension

Extension method from System.Collections.Generic.EasyAF_IEnumerableExtensions
For a given IEnumerable`1, filter down the result to the changed items in enumerable whose foreign keys appear in the foreignList.

Syntax

Parameters

Returns

Type: System.Collections.Generic.IEnumerable<T>

None Extension

Extension method from System.Collections.Generic.EasyAF_IEnumerableExtensions
Returns a Boolean specifying whether or not the IEnumerable`1 has any items in it.

Syntax

Parameters

Returns

Type: bool

Type Parameters

None Extension

Extension method from System.Collections.Generic.EasyAF_IEnumerableExtensions
Returns a Boolean specifying whether or not the IEnumerable`1 has any items in it.

Syntax

Parameters

Returns

Type: bool

Type Parameters

RejectChanges Extension

Extension method from System.Collections.Generic.EasyAF_IEnumerableExtensions
Loops through the entries in a given IEnumerable`1 and clears all current changes for each entry.

Syntax

Parameters

ToTrackedList Extension

Extension method from System.Collections.Generic.EasyAF_IEnumerableExtensions
Returns a [List1](https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1) where the [DbObservableObject](/api-reference/CloudNimble/EasyAF/Core/DbObservableObject)DbObservableObjects</see> have Boolean)` turned on.

Syntax

Parameters

Returns

Type: System.Collections.Generic.List<T>