Click or drag to resize

ConfigurationChanges Class

Inheritance Hierarchy
SystemObject
  System.Collections.GenericListConfigurationChange
    Omada.OE.ModelConfigurationChanges

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
[SerializableAttribute]
public class ConfigurationChanges : List<ConfigurationChange>

The ConfigurationChanges type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyAllowReImport
If set to true, the import will not check if the change already has been imported and always try to import it. It is used in language pack files where strings are updated between (patch) releases
Public propertyDependencies
Dependencides to particular changes. If those changes are not already imported the entire list of changes are abandonned during import.
Top
Methods
  NameDescription
Public methodGetByUId
Public methodGetByUIdCheck
Public methodGetCauseUIds
Returns distinct collection of cause uids for the changes in the collection.
Public methodGetChangeSetIds
Returns distinct collection of change set ids for the changes in the collection.
Public methodGetLangStringUpdates
Compiles a list of changes into a language pack for all languages
Public methodGetUIds
Public methodReadXml
Public methodRemoveUIdDuplets
Sorts the list (ascending) on uid and removes uid duplets.
Public methodWriteXml
Top
Extension Methods
  NameDescription
Public Extension MethodParallelForEachAsCurrentIdentityConfigurationChange
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.)
Public Extension MethodToBool
Converts object to boolean.
(Defined by ObjectExtensions.)
Public Extension MethodToDateTime
Converts object to DateTime.
(Defined by ObjectExtensions.)
Public Extension MethodToInt
Converts object to integer.
(Defined by ObjectExtensions.)
Top
See Also