Definition
Assembly: System.Runtime.dll Namespace: System.Collections.GenericSyntax
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_IEnumerableExtensionsSyntax
Parameters
| Name | Type | Description |
|---|---|---|
enumerable | System.Collections.Generic.IEnumerable<T> | - |
goDeep | bool | - |
ChangedCount Extension
Extension method from
System.Collections.Generic.EasyAF_IEnumerableExtensionsSyntax
Parameters
| Name | Type | Description |
|---|---|---|
enumerable | System.Collections.Generic.IEnumerable<T> | - |
checkGraph | bool | - |
Returns
Type:int
ContainsId Extension
Extension method from
System.Collections.Generic.EasyAF_IEnumerableExtensionsIds from the given IEnumerable`1 contains
the specified value.
Syntax
Parameters
| Name | Type | Description |
|---|---|---|
list | System.Collections.Generic.IEnumerable<T> | The List`1 to check for the given ID value. |
idValue | TId | The value to check for. |
Returns
Type:bool
ContentsAreChanged Extension
Extension method from
System.Collections.Generic.EasyAF_IEnumerableExtensionsSyntax
Parameters
| Name | Type | Description |
|---|---|---|
enumerable | System.Collections.Generic.IEnumerable<T> | - |
checkGraph | bool | - |
Returns
Type:bool
ContentsAreChanged Extension
Extension method from
System.Collections.Generic.EasyAF_IEnumerableExtensionsSyntax
Parameters
| Name | Type | Description |
|---|---|---|
enumerable | System.Collections.Generic.IEnumerable<T> | - |
predicate | System.Func<T, bool> | - |
checkGraph | bool | - |
Returns
Type:bool
ContentsAreChanged Extension
Extension method from
System.Collections.Generic.EasyAF_IEnumerableExtensionsSyntax
Parameters
| Name | Type | Description |
|---|---|---|
enumerable | System.Collections.Generic.IEnumerable<T> | - |
foreignList | System.Collections.Generic.IEnumerable<TForeign> | The list of related objects that we want to filter the enumerable down to. |
foreignIdFunc | System.Func<T, TId> | The property from the enumerable that points to the Id for the objects in foreignList. |
checkGraph | bool | - |
Returns
Type:bool
FilterForChanges Extension
Extension method from
System.Collections.Generic.EasyAF_IEnumerableExtensionsSyntax
Parameters
| Name | Type | Description |
|---|---|---|
enumerable | System.Collections.Generic.IEnumerable<T> | The list we want to check for changes in. |
foreignList | System.Collections.Generic.IEnumerable<TForeign> | The list of related objects that we want to filter the enumerable down to. |
foreignIdFunc | System.Func<T, TId> | The property from the enumerable that points to the Id for the objects in foreignList. |
Returns
Type:System.Collections.Generic.IEnumerable<T>
None Extension
Extension method from
System.Collections.Generic.EasyAF_IEnumerableExtensionsSyntax
Parameters
| Name | Type | Description |
|---|---|---|
source | System.Collections.Generic.IEnumerable<T> | The IEnumerable`1 to check. |
Returns
Type:bool
Type Parameters
T- The type of the items inside the IEnumerable.
None Extension
Extension method from
System.Collections.Generic.EasyAF_IEnumerableExtensionsSyntax
Parameters
| Name | Type | Description |
|---|---|---|
source | System.Collections.Generic.IEnumerable<T> | The IEnumerable`1 to check. |
predicate | System.Func<T, bool> | A set of additional parameters to check against. |
Returns
Type:bool
Type Parameters
T- The type of the items inside the IEnumerable.
RejectChanges Extension
Extension method from
System.Collections.Generic.EasyAF_IEnumerableExtensionsSyntax
Parameters
| Name | Type | Description |
|---|---|---|
enumerable | System.Collections.Generic.IEnumerable<T> | - |
goDeep | bool | - |
ToTrackedList Extension
Extension method from
System.Collections.Generic.EasyAF_IEnumerableExtensions1](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
| Name | Type | Description |
|---|---|---|
enumerable | System.Collections.Generic.IEnumerable<T> | The list of objects to turn change tracking on for. |
deepTracking | bool | - |
Returns
Type:System.Collections.Generic.List<T>