ConfigurationChanges Methods |
The ConfigurationChanges type exposes the following members.
Name | Description | |
---|---|---|
![]() | GetByUId | |
![]() | GetByUIdCheck | |
![]() | GetCauseUIds |
Returns distinct collection of cause uids for the changes in the collection.
|
![]() | GetChangeSetIds |
Returns distinct collection of change set ids for the changes in the collection.
|
![]() | GetLangStringUpdates |
Compiles a list of changes into a language pack for all languages
|
![]() | GetUIds | |
![]() | ReadXml | |
![]() | RemoveUIdDuplets |
Sorts the list (ascending) on uid and removes uid duplets.
|
![]() | WriteXml |
Name | Description | |
---|---|---|
![]() | ParallelForEachAsCurrentIdentityConfigurationChange |
Runs the action in parallel for each item in the list, as the identity in the context
This should be used instead of Parallel.ForEach, since Parallel.ForEach is not guaranteed to keep the impersonation context.
More on this can be found here: https://stackoverflow.com/questions/26065155/parallel-foreach-changes-impersonation-context
(Defined by LinqExtensions.) |
![]() | ToBool |
Converts object to boolean.
(Defined by ObjectExtensions.) |
![]() | ToDateTime |
Converts object to DateTime.
(Defined by ObjectExtensions.) |
![]() | ToInt |
Converts object to integer.
(Defined by ObjectExtensions.) |